You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2006/09/24 22:46:56 UTC

svn commit: r449477 - in /incubator/tuscany/java/sca: pom.xml tools/pom.xml

Author: jboynes
Date: Sun Sep 24 13:46:56 2006
New Revision: 449477

URL: http://svn.apache.org/viewvc?view=rev&rev=449477
Log:
go back to a SNAPSHOT of XmlSchema to avoid conflict with stax 1.0 and 1.0.1 dependencies

Modified:
    incubator/tuscany/java/sca/pom.xml
    incubator/tuscany/java/sca/tools/pom.xml

Modified: incubator/tuscany/java/sca/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/pom.xml?view=diff&rev=449477&r1=449476&r2=449477
==============================================================================
--- incubator/tuscany/java/sca/pom.xml (original)
+++ incubator/tuscany/java/sca/pom.xml Sun Sep 24 13:46:56 2006
@@ -173,7 +173,7 @@
             <dependency>
                 <groupId>org.apache.ws.commons</groupId>
                 <artifactId>XmlSchema</artifactId>
-                <version>1.1</version>
+                <version>SNAPSHOT</version>
                 <scope>compile</scope>
             </dependency>
 

Modified: incubator/tuscany/java/sca/tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tools/pom.xml?view=diff&rev=449477&r1=449476&r2=449477
==============================================================================
--- incubator/tuscany/java/sca/tools/pom.xml (original)
+++ incubator/tuscany/java/sca/tools/pom.xml Sun Sep 24 13:46:56 2006
@@ -65,7 +65,6 @@
         <dependency>
             <groupId>org.apache.ws.commons</groupId>
             <artifactId>XmlSchema</artifactId>
-            <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org