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

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


The following commit(s) were added to refs/heads/master by this push:
     new efcd37d  [CXF-7498]avoid multiple incompatible guava dependency
efcd37d is described below

commit efcd37d1faa8b4663298c7ffb6658279c5498a5f
Author: Freeman Fang <[email protected]>
AuthorDate: Mon Sep 11 11:04:10 2017 +0800

    [CXF-7498]avoid multiple incompatible guava dependency
---
 maven-plugins/java2swagger-plugin/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/maven-plugins/java2swagger-plugin/pom.xml 
b/maven-plugins/java2swagger-plugin/pom.xml
index 86e3cc9..98a7d93 100644
--- a/maven-plugins/java2swagger-plugin/pom.xml
+++ b/maven-plugins/java2swagger-plugin/pom.xml
@@ -51,6 +51,12 @@
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-core</artifactId>
             <scope>provided</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.sonatype.sisu</groupId>
+                    <artifactId>sisu-guava</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.maven</groupId>

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to