Author: jim.ma
Date: 2014-06-18 19:47:01 -0400 (Wed, 18 Jun 2014)
New Revision: 18747
Modified:
stack/cxf/trunk/modules/client/pom.xml
Log:
[JBWS-3799]:Remove transitive dependency
Modified: stack/cxf/trunk/modules/client/pom.xml
===================================================================
--- stack/cxf/trunk/modules/client/pom.xml 2014-06-18 23:34:52 UTC (rev 18746)
+++ stack/cxf/trunk/modules/client/pom.xml 2014-06-18 23:47:01 UTC (rev 18747)
@@ -233,7 +233,17 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.xml.bind</groupId>
+ <artifactId>jboss-jaxb-api_2.2_spec</artifactId>
+ </dependency>
<!-- jboss provided -->
<dependency>