Author: bsnyder
Date: Mon Jan 21 18:01:07 2008
New Revision: 614092
URL: http://svn.apache.org/viewvc?rev=614092&view=rev
Log:
SM-1196 - XmlSchema version upgrade required for CXF components
Modified:
servicemix/smx3/trunk/common/servicemix-soap2/pom.xml
servicemix/smx3/trunk/deployables/serviceengines/servicemix-cxf-se/pom.xml
servicemix/smx3/trunk/pom.xml
Modified: servicemix/smx3/trunk/common/servicemix-soap2/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/common/servicemix-soap2/pom.xml?rev=614092&r1=614091&r2=614092&view=diff
==============================================================================
--- servicemix/smx3/trunk/common/servicemix-soap2/pom.xml (original)
+++ servicemix/smx3/trunk/common/servicemix-soap2/pom.xml Mon Jan 21 18:01:07
2008
@@ -69,9 +69,8 @@
<artifactId>xmlsec</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.ws.commons.schema</groupId>
- <artifactId>XmlSchema</artifactId>
- <version>1.3.2</version>
+ <groupId>org.apache.ws.commons.schema</groupId>
+ <artifactId>XmlSchema</artifactId>
</dependency>
<dependency>
<groupId>org.apache.woden</groupId>
Modified:
servicemix/smx3/trunk/deployables/serviceengines/servicemix-cxf-se/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/deployables/serviceengines/servicemix-cxf-se/pom.xml?rev=614092&r1=614091&r2=614092&view=diff
==============================================================================
--- servicemix/smx3/trunk/deployables/serviceengines/servicemix-cxf-se/pom.xml
(original)
+++ servicemix/smx3/trunk/deployables/serviceengines/servicemix-cxf-se/pom.xml
Mon Jan 21 18:01:07 2008
@@ -49,7 +49,13 @@
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-shared</artifactId>
- </dependency>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.ws.commons</groupId>
+ <artifactId>XmlSchema</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<dependency>
<groupId>wsdl4j</groupId>
<artifactId>wsdl4j</artifactId>
Modified: servicemix/smx3/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=614092&r1=614091&r2=614092&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Mon Jan 21 18:01:07 2008
@@ -1930,6 +1930,10 @@
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-impl</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.ws.commons</groupId>
+ <artifactId>XmlSchema</artifactId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>