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 2006/05/06 22:12:00 UTC

svn commit: r400357 - /incubator/tuscany/java/samples/bigbank/account/pom.xml

Author: antelder
Date: Sat May  6 13:11:58 2006
New Revision: 400357

URL: http://svn.apache.org/viewcvs?rev=400357&view=rev
Log:
remove unneccessary dependacies and last traces of Axis2 0.95

Modified:
    incubator/tuscany/java/samples/bigbank/account/pom.xml

Modified: incubator/tuscany/java/samples/bigbank/account/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/bigbank/account/pom.xml?rev=400357&r1=400356&r2=400357&view=diff
==============================================================================
--- incubator/tuscany/java/samples/bigbank/account/pom.xml (original)
+++ incubator/tuscany/java/samples/bigbank/account/pom.xml Sat May  6 13:11:58 2006
@@ -53,26 +53,6 @@
             <scope>provided</scope>
         </dependency>
 
-        <dependency>
-          <groupId>stax</groupId>
-          <artifactId>stax-api</artifactId>
-          <version>1.0</version>
-            <scope>provided</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>woodstox</groupId>
-            <artifactId>wstx-asl</artifactId>
-            <version>2.8.2</version>
-            <scope>provided</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>ws-commons</groupId>
-            <artifactId>axiom-api</artifactId>
-            <version>0.95</version>
-            <scope>provided</scope>
-        </dependency>
     </dependencies>
 
     <build>