Skip to content

Commit

Permalink
Use latest web-testr but ommit conflicting guava
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsuter committed Oct 27, 2023
1 parent 903efaf commit d68a91a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion connectivity/connectivity-demos-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,23 @@
<artifactId>opensaml-xacml-saml-impl</artifactId>
<groupId>org.opensaml</groupId>
</exclusion>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.axonivy.ivy.webtest</groupId>
<artifactId>web-tester</artifactId>
<version>9.3.0</version>
<version>11.1.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
Expand Down

0 comments on commit d68a91a

Please sign in to comment.