Fixed pact group
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -59,7 +59,7 @@
|
||||
<jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version>
|
||||
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
|
||||
<InMemoryJavaCompiler.version>1.3.0</InMemoryJavaCompiler.version>
|
||||
|
||||
|
||||
<contract.kotlin.version>1.5.20</contract.kotlin.version>
|
||||
<commons-beanutils.version>1.9.4</commons-beanutils.version>
|
||||
|
||||
@@ -207,7 +207,7 @@
|
||||
<version>${commons-text.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>au.com.dius.consumer</groupId>
|
||||
<groupId>au.com.dius</groupId>
|
||||
<artifactId>pact-jvm-consumer</artifactId>
|
||||
<version>${pact.version}</version>
|
||||
<exclusions>
|
||||
@@ -222,7 +222,7 @@
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>au.com.dius.provider</groupId>
|
||||
<groupId>au.com.dius</groupId>
|
||||
<artifactId>pact-jvm-provider-junit</artifactId>
|
||||
<version>${pact.version}</version>
|
||||
<exclusions>
|
||||
|
||||
Reference in New Issue
Block a user