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 2019/05/03 22:21:15 UTC

[qpid-jms-amqp-0-x] 07/09: QPID-8282: Update test dependecies

This is an automated email from the ASF dual-hosted git repository.

orudyy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-jms-amqp-0-x.git

commit 253e1d201fd6d430136ac47c6188e0b31d903934
Author: Alex Rudyy <or...@apache.org>
AuthorDate: Fri May 3 22:26:57 2019 +0100

    QPID-8282: Update test dependecies
---
 pom.xml | 34 ++++++++++++++++++++++++++++++++--
 1 file changed, 32 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e0db178..d970ec7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,8 +85,8 @@
     <test.output.dir>${basedir}${file.separator}target${file.separator}surefire-reports${file.separator}junit</test.output.dir>
 
     <logback-version>1.2.2</logback-version>
-    <guava-version>18.0</guava-version>
-    <fasterxml-jackson-version>2.5.3</fasterxml-jackson-version>
+    <guava-version>27.0-jre</guava-version>
+    <fasterxml-jackson-version>2.9.8</fasterxml-jackson-version>
     <slf4j-version>1.7.25</slf4j-version>
 
     <!-- dependency version numbers -->
@@ -151,6 +151,36 @@
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
         <version>${guava-version}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>com.google.j2objc</groupId>
+            <artifactId>j2objc-annotations</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>com.google.errorprone</groupId>
+            <artifactId>error_prone_annotations</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>animal-sniffer-annotations</artifactId>
+          </exclusion>
+          <exclusion>
+            <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