You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2008/07/29 07:58:46 UTC

svn commit: r680628 - /tuscany/branches/sca-java-1.3/modules/binding-ws-axis2/pom.xml

Author: rfeng
Date: Mon Jul 28 22:58:46 2008
New Revision: 680628

URL: http://svn.apache.org/viewvc?rev=680628&view=rev
Log:
Exclude XmlSchema 1.3.1

Modified:
    tuscany/branches/sca-java-1.3/modules/binding-ws-axis2/pom.xml

Modified: tuscany/branches/sca-java-1.3/modules/binding-ws-axis2/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3/modules/binding-ws-axis2/pom.xml?rev=680628&r1=680627&r2=680628&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3/modules/binding-ws-axis2/pom.xml (original)
+++ tuscany/branches/sca-java-1.3/modules/binding-ws-axis2/pom.xml Mon Jul 28 22:58:46 2008
@@ -327,6 +327,12 @@
                    <groupId>javax.servlet</groupId>
                    <artifactId>servlet-api</artifactId>
                </exclusion>
+                <!-- Exclude XmlSchema 1.3.1 -->
+                <exclusion>
+                    <groupId>org.apache.ws.commons.schema</groupId>
+                    <artifactId>XmlSchema</artifactId>
+                </exclusion>
+
             </exclusions>
         </dependency>
 
@@ -355,6 +361,12 @@
                     <groupId>backport-util-concurrent</groupId>
                     <artifactId>backport-util-concurrent</artifactId>
                 </exclusion>                
+                <!-- Exclude XmlSchema 1.3.1 -->
+                <exclusion>
+                    <groupId>org.apache.ws.commons.schema</groupId>
+                    <artifactId>XmlSchema</artifactId>
+                </exclusion>
+
             </exclusions>
         </dependency>
 
@@ -391,6 +403,12 @@
                     <groupId>backport-util-concurrent</groupId>
                     <artifactId>backport-util-concurrent</artifactId>
                 </exclusion>  
+                <!-- Exclude XmlSchema 1.3.1 -->
+                <exclusion>
+                    <groupId>org.apache.ws.commons.schema</groupId>
+                    <artifactId>XmlSchema</artifactId>
+                </exclusion>
+
             </exclusions>
         </dependency>
         <dependency>