You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2019/08/19 11:51:00 UTC

[cxf] 10/11: Use newer guava version from WSS4J

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

coheigea pushed a commit to branch wss4j_2.3.0
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 2517ffb2a9dab7e93bd731f0a90b6eef3629a8c0
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu May 23 14:52:12 2019 +0100

    Use newer guava version from WSS4J
---
 parent/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4ceea7b..69c269c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1343,11 +1343,6 @@
                 </exclusions>
             </dependency>
             <dependency>
-                <groupId>com.google.guava</groupId>
-                <artifactId>guava</artifactId>
-                <version>${cxf.guava.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>org.apache.hbase</groupId>
                 <artifactId>hbase-client</artifactId>
                 <version>2.1.4</version>