Updated pact group ids

This commit is contained in:
Marcin Grzejszczak
2021-07-14 10:41:32 +02:00
parent d6343d7601
commit 86eb799011
2 changed files with 3 additions and 3 deletions

View File

@@ -39,11 +39,11 @@
<artifactId>groovy-nio</artifactId>
</dependency>
<dependency>
<groupId>au.com.dius.consumer</groupId>
<groupId>au.com.dius</groupId>
<artifactId>pact-jvm-consumer</artifactId>
</dependency>
<dependency>
<groupId>au.com.dius.provider</groupId>
<groupId>au.com.dius</groupId>
<artifactId>pact-jvm-provider-junit</artifactId>
</dependency>
<dependency>

View File

@@ -73,7 +73,7 @@ class MethodBodyBuilderSpec extends Specification implements WireMockStubVerifie
}
})
}
}.buildClass(properties, [contractMetadata(contractDsl)], "foo", generatedClassData)
}.buildClass(properties, Collections.singletonList(contractMetadata(contractDsl)), "foo", generatedClassData)
}
private ContractMetadata contractMetadata(Contract contractDsl) {