Skip to content

Commit

Permalink
[RESTEASY-2279] Updage guava version
Browse files Browse the repository at this point in the history
  • Loading branch information
asoldano committed Aug 30, 2019
1 parent a7f9a98 commit 54c44d9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
26 changes: 26 additions & 0 deletions providers/jackson2/pom.xml
Expand Up @@ -66,6 +66,32 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
<exclusion>
<groupId>org.checkerframework</groupId>
<artifactId>checker-compat-qual</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.j2objc</groupId>
<artifactId>j2objc-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions resteasy-dependencies-bom/pom.xml
Expand Up @@ -21,6 +21,7 @@
<version.com.fasterxml.classmate>1.4.0</version.com.fasterxml.classmate>
<version.com.fasterxml.jackson>2.9.9</version.com.fasterxml.jackson>
<version.com.fasterxml.jackson.databind>2.9.9.3</version.com.fasterxml.jackson.databind>
<version.com.google.guava>25.0-jre</version.com.google.guava>
<version.com.google.inject.guice>4.1.0</version.com.google.inject.guice>
<version.com.io7m.xom>1.2.10</version.com.io7m.xom>
<version.com.sun.mail>1.6.2</version.com.sun.mail>
Expand Down Expand Up @@ -461,6 +462,11 @@
<version>${version.rest-assured}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${version.com.google.guava}</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
Expand Down

0 comments on commit 54c44d9

Please sign in to comment.