You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/12/11 09:06:03 UTC

svn commit: r1044580 - /tuscany/sca-java-2.x/trunk/modules/contribution/pom.xml

Author: antelder
Date: Sat Dec 11 08:06:03 2010
New Revision: 1044580

URL: http://svn.apache.org/viewvc?rev=1044580&view=rev
Log:
Remove dependencies now included in base Java

Modified:
    tuscany/sca-java-2.x/trunk/modules/contribution/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/contribution/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/contribution/pom.xml?rev=1044580&r1=1044579&r2=1044580&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/contribution/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/contribution/pom.xml Sat Dec 11 08:06:03 2010
@@ -58,12 +58,6 @@
             <artifactId>tuscany-common-java</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>        
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-stax-api_1.0_spec</artifactId>
-            <version>1.0.1</version>
-            <scope>compile</scope>
-        </dependency>
     </dependencies>
 
 </project>