You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/03/27 04:57:30 UTC

svn commit: r522717 - /incubator/tuscany/java/sca/runtime/services/contribution/contribution-framework/pom.xml

Author: lresende
Date: Mon Mar 26 19:57:30 2007
New Revision: 522717

URL: http://svn.apache.org/viewvc?view=rev&rev=522717
Log:
Fixing dependency on pom.xml

Modified:
    incubator/tuscany/java/sca/runtime/services/contribution/contribution-framework/pom.xml

Modified: incubator/tuscany/java/sca/runtime/services/contribution/contribution-framework/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/runtime/services/contribution/contribution-framework/pom.xml?view=diff&rev=522717&r1=522716&r2=522717
==============================================================================
--- incubator/tuscany/java/sca/runtime/services/contribution/contribution-framework/pom.xml (original)
+++ incubator/tuscany/java/sca/runtime/services/contribution/contribution-framework/pom.xml Mon Mar 26 19:57:30 2007
@@ -30,14 +30,19 @@
     <description>Apache Tuscany SCA Contribution Services Framework</description>
 
     <dependencies>
+		<!-- OSOA SCA API -->
         <dependency>
             <groupId>org.osoa</groupId>
             <artifactId>sca-api-r${scaSpecVersion}</artifactId>
         </dependency>
+        <!-- java.xml.stream API -->
         <dependency>
-            <groupId>org.codehaus.woodstox</groupId>
-            <artifactId>wstx-asl</artifactId>
-        </dependency>        
+            <groupId>stax</groupId>
+            <artifactId>stax-api</artifactId>
+            <version>1.0.1</version>
+            <scope>compile</scope>
+        </dependency>
+   
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>



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