Skip to content

Commit

Permalink
Remove Guava under version 24
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
  • Loading branch information
jbescos committed Oct 11, 2022
1 parent f2f95f9 commit 65734d2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
7 changes: 7 additions & 0 deletions examples/http-patch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@
<groupId>com.github.fge</groupId>
<artifactId>json-patch</artifactId>
<version>1.9</version>
<!-- Remove when a new higher version depends on Guava 24+ -->
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2034,7 +2034,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.9.6</version>
<version>${testng.version}</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -2162,6 +2162,7 @@
<gae.version>1.9.59</gae.version>
<guava.version>31.1-jre</guava.version>
<hamcrest.version>2.2</hamcrest.version>
<testng.version>7.6.1</testng.version>
<helidon.version>1.0.3</helidon.version>
<xmlunit.version>1.6</xmlunit.version>
<httpclient.version>4.5.13</httpclient.version>
Expand All @@ -2178,7 +2179,7 @@
<junit5.version>5.6.0</junit5.version>
<kryo.version>4.0.1</kryo.version>
<mockito.version>3.9.0</mockito.version> <!-- CQ 17673 -->
<mustache.version>0.8.17</mustache.version>
<mustache.version>0.9.10</mustache.version>
<netty.version>4.1.75.Final</netty.version>
<nexus-staging.mvn.plugin.version>1.6.7</nexus-staging.mvn.plugin.version>
<opentracing.version>0.30.0</opentracing.version>
Expand Down
7 changes: 7 additions & 0 deletions tests/integration/microprofile/rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@
<artifactId>wiremock</artifactId>
<version>2.21.0</version>
<scope>test</scope>
<!-- Remove when a new higher version depends on Guava 24+ -->
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.testng</groupId>
Expand Down

0 comments on commit 65734d2

Please sign in to comment.