pact-fo
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>pact-fo</artifactId>
<version>1.2020.02.21_14.01-cdaccec525a6</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.2020.02.21_14.01-cdaccec525a6</version>
</parent>
<artifactId>pact-fo</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>au.com.dius</groupId>
<artifactId>pact-jvm-provider-junit_2.12</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>au.com.dius</groupId>
<artifactId>pact-jvm-consumer_2.12</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>au.com.dius</groupId>
<artifactId>pact-model-jvm_2.10</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>test-config</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>test</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
</dependency>
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>rest</artifactId>
</dependency>
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>util</artifactId>
</dependency>
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>fasit</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>
<!-- test dependencies -->
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>json</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
</dependencies>
</project>