You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2018/11/30 15:49:30 UTC

[2/3] qpid-broker-j git commit: QPID-8256: [Broker-J] Update Guava to version 27.0

QPID-8256: [Broker-J] Update Guava to version 27.0

(cherry picked from commit e19426909ce0ce6f9a8fbfdf2786085999b0948e)


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/3ce1d46c
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/3ce1d46c
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/3ce1d46c

Branch: refs/heads/7.0.x
Commit: 3ce1d46cdb7b2efebe0a6994217964fc390fb63a
Parents: 2eb9c74
Author: Alex Rudyy <or...@apache.org>
Authored: Mon Nov 5 10:23:20 2018 +0000
Committer: Alex Rudyy <or...@apache.org>
Committed: Fri Nov 30 15:10:26 2018 +0000

----------------------------------------------------------------------
 pom.xml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/3ce1d46c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7942802..13f57da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
     <bdb-version>7.4.5</bdb-version>
     <derby-version>10.13.1.1</derby-version>
     <logback-version>1.2.2</logback-version>
-    <guava-version>22.0</guava-version>
+    <guava-version>27.0-jre</guava-version>
     <fasterxml-jackson-version>2.8.11</fasterxml-jackson-version>
     <fasterxml-jackson-databind-version>2.8.11.1</fasterxml-jackson-databind-version>
     <slf4j-version>1.7.25</slf4j-version>
@@ -468,6 +468,18 @@
             <groupId>com.google.code.findbugs</groupId>
             <artifactId>jsr305</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>com.google.guava</groupId>
+            <artifactId>failureaccess</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>com.google.guava</groupId>
+            <artifactId>listenablefuture</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.checkerframework</groupId>
+            <artifactId>checker-qual</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org