batch
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>batch</artifactId>
<version>1.2019.11.11-13.28-1ea66d9eb281</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>no.nav.common</groupId>
<artifactId>mor-pom</artifactId>
<version>1.2019.11.11-13.28-1ea66d9eb281</version>
</parent>
<artifactId>batch</artifactId>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>bom</artifactId>
<version>${project.parent.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>util</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>leader-election</artifactId>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
</dependency>
</dependencies>
<scm>
<developerConnection>scm:git:http://stash.devillo.no/scm/common/batch.git</developerConnection>
<url>http://stash.devillo.no/scm/common/batch.git</url>
<tag>HEAD</tag>
</scm>
</project>