You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/03/04 13:14:42 UTC

[camel] 02/02: CAMEL-14640: Upgrade guava

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 88fa4ec16308b3487d1bd1e83d1fd4f39e20f7c4
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 4 14:14:19 2020 +0100

    CAMEL-14640: Upgrade guava
---
 components/camel-hbase/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/components/camel-hbase/pom.xml b/components/camel-hbase/pom.xml
index 6a8c870..8b7c38e 100644
--- a/components/camel-hbase/pom.xml
+++ b/components/camel-hbase/pom.xml
@@ -320,11 +320,10 @@
             </exclusions>
         </dependency>
 
-        <!-- Using a low version of guava could let the server shutdown quickly -->
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
-            <version>14.0.1</version>
+            <version>28.2-jre</version>
             <scope>test</scope>
         </dependency>
         <!-- need to use zookeeper 3.4.x for testing -->