BAEL-3975: Fix the PactVerification test (#9870)

This commit is contained in:
kwoyke
2020-08-14 17:36:47 +02:00
committed by GitHub
parent 2a0e8db760
commit c1d934e8a4
2 changed files with 23 additions and 16 deletions
+4 -10
View File
@@ -32,12 +32,6 @@
<artifactId>pact-jvm-consumer-junit_2.11</artifactId>
<version>${pact.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- https://mvnrepository.com/artifact/com.typesafe.akka/akka-actor -->
@@ -53,10 +47,10 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>one.util</groupId>
<artifactId>streamex</artifactId>
<version>${streamex.version}</version>
<dependency>
<groupId>one.util</groupId>
<artifactId>streamex</artifactId>
<version>${streamex.version}</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>