You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2020/04/21 11:48:23 UTC

[ws-wss4j] branch master updated: Adding back in Guava failureaccess, as it's required at least for OSGi

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/master by this push:
     new 5824d4f  Adding back in Guava failureaccess, as it's required at least for OSGi
5824d4f is described below

commit 5824d4f674d51383ef5748aff18fdcaae2caf13e
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Apr 21 12:39:41 2020 +0100

    Adding back in Guava failureaccess, as it's required at least for OSGi
---
 ws-security-common/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/ws-security-common/pom.xml b/ws-security-common/pom.xml
index 397b77a..cd95f0c 100644
--- a/ws-security-common/pom.xml
+++ b/ws-security-common/pom.xml
@@ -155,10 +155,6 @@
             <exclusions>
                 <exclusion>
                     <groupId>com.google.guava</groupId>
-                    <artifactId>failureaccess</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>com.google.guava</groupId>
                     <artifactId>listenablefuture</artifactId>
                 </exclusion>
                 <exclusion>