You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by bs...@apache.org on 2008/01/22 03:05:40 UTC

svn commit: r614093 - in /servicemix/smx3/branches/servicemix-3.2: common/servicemix-soap2/pom.xml deployables/serviceengines/servicemix-cxf-se/pom.xml pom.xml

Author: bsnyder
Date: Mon Jan 21 18:05:38 2008
New Revision: 614093

URL: http://svn.apache.org/viewvc?rev=614093&view=rev
Log:
SM-1196 - XmlSchema version upgrade required for CXF components.

Modified:
    servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/pom.xml
    servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-cxf-se/pom.xml
    servicemix/smx3/branches/servicemix-3.2/pom.xml

Modified: servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/pom.xml?rev=614093&r1=614092&r2=614093&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/pom.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/pom.xml Mon Jan 21 18:05:38 2008
@@ -71,7 +71,6 @@
     <dependency>
       <groupId>org.apache.ws.commons.schema</groupId>
       <artifactId>XmlSchema</artifactId>
-      <version>1.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.woden</groupId>

Modified: servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-cxf-se/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-cxf-se/pom.xml?rev=614093&r1=614092&r2=614093&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-cxf-se/pom.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-cxf-se/pom.xml Mon Jan 21 18:05:38 2008
@@ -46,7 +46,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/branches/servicemix-3.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/pom.xml?rev=614093&r1=614092&r2=614093&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/pom.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/pom.xml Mon Jan 21 18:05:38 2008
@@ -1928,6 +1928,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>