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 08:51:32 UTC

svn commit: r1044578 - /tuscany/sca-java-2.x/trunk/modules/core/pom.xml

Author: antelder
Date: Sat Dec 11 07:51:32 2010
New Revision: 1044578

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

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

Modified: tuscany/sca-java-2.x/trunk/modules/core/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/core/pom.xml?rev=1044578&r1=1044577&r2=1044578&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/core/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/core/pom.xml Sat Dec 11 07:51:32 2010
@@ -54,25 +54,6 @@
         </dependency>
         
         <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-stax-api_1.0_spec</artifactId>
-            <version>1.0.1</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.codehaus.woodstox</groupId>
-            <artifactId>wstx-asl</artifactId>
-            <version>3.2.6</version>
-            <scope>runtime</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>stax</groupId>
-                    <artifactId>stax-api</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
-        <dependency>
             <groupId>cglib</groupId>
             <artifactId>cglib</artifactId>
             <version>2.2</version>