Author: asoldano
Date: 2014-01-22 09:53:45 -0500 (Wed, 22 Jan 2014)
New Revision: 18272
Modified:
stack/cxf/trunk/modules/client/pom.xml
Log:
[JBWS-3722] Explicitly set JAXB impl / xjc dependencies in jbossws-cxf-client to be sure
the dependencyManagement blocks from jbossws-cxf main pom.xml are used to choose the
version. This prevent different versions (2.1 vs 2.2) from being used depending on the
current JDK (Apache CXF has a maven profile that sets jaxb version depending on current
jdk)
Modified: stack/cxf/trunk/modules/client/pom.xml
===================================================================
--- stack/cxf/trunk/modules/client/pom.xml 2014-01-22 14:51:18 UTC (rev 18271)
+++ stack/cxf/trunk/modules/client/pom.xml 2014-01-22 14:53:45 UTC (rev 18272)
@@ -220,6 +220,16 @@
<groupId>org.jboss.spec.javax.xml.soap</groupId>
<artifactId>jboss-saaj-api_1.3_spec</artifactId>
</dependency>
+
+ <!-- [JBWS-3722] Explicit JAXB dependencies to ensure the dependency management
from jbossws-cxf pom.xml applies -->
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-xjc</artifactId>
+ </dependency>
<!-- jboss provided -->
<dependency>
Show replies by date