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 10:06:26 UTC

svn commit: r1044595 - /tuscany/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml

Author: antelder
Date: Sat Dec 11 09:06:26 2010
New Revision: 1044595

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

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

Modified: tuscany/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml?rev=1044595&r1=1044594&r2=1044595&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml Sat Dec 11 09:06:26 2010
@@ -109,19 +109,6 @@
         </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>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
             <version>1.1.1</version>