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/06/17 11:21:47 UTC

[cxf] 09/09: 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 5ee5f85891d71fcabcf3d7d5ecf1b820d7587368
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 6ef0eda..c7123b9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1333,11 +1333,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>