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/05 22:04:35 UTC

svn commit: r400161 - /incubator/tuscany/java/sca/bindings/binding.axis2/pom.xml

Author: antelder
Date: Fri May  5 13:04:33 2006
New Revision: 400161

URL: http://svn.apache.org/viewcvs?rev=400161&view=rev
Log:
upgrade to Axis2 1.0

Modified:
    incubator/tuscany/java/sca/bindings/binding.axis2/pom.xml

Modified: incubator/tuscany/java/sca/bindings/binding.axis2/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/sca/bindings/binding.axis2/pom.xml?rev=400161&r1=400160&r2=400161&view=diff
==============================================================================
--- incubator/tuscany/java/sca/bindings/binding.axis2/pom.xml (original)
+++ incubator/tuscany/java/sca/bindings/binding.axis2/pom.xml Fri May  5 13:04:33 2006
@@ -28,16 +28,6 @@
     <description>Implementation of the SCA Web Services binding using Axis2.</description>
     <version>SNAPSHOT</version>
 
-    <repositories>
-        <repository>
-            <id>ant</id>
-            <url>http://people.apache.org/~antelder/maven2</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-        </repository>
-    </repositories>
-
     <dependencies>
         <dependency>
             <groupId>org.apache.tuscany</groupId>
@@ -56,34 +46,35 @@
         <dependency>
             <groupId>axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
-            <version>1.0-RC4</version>
+            <version>1.0</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>ws-commons</groupId>
             <artifactId>axiom-api</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.0</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>ws-commons</groupId>
             <artifactId>axiom-impl</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.0</version>
             <scope>compile</scope>
         </dependency>
+
         <dependency>
             <groupId>ws-commons</groupId>
-            <artifactId>policy</artifactId>
-            <version>SNAPSHOT</version>
+            <artifactId>neethi</artifactId>
+            <version>1.0.1</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.ws.commons</groupId>
             <artifactId>XmlSchema</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.0.2</version>
             <scope>runtime</scope>
         </dependency>
 
@@ -102,9 +93,9 @@
         </dependency>
 
         <dependency>
-            <groupId>axis</groupId>
-            <artifactId>axis-wsdl4j</artifactId>
-            <version>1.2</version>
+            <groupId>wsdl4j</groupId>
+            <artifactId>wsdl4j</artifactId>
+            <version>1.5.2</version>
         </dependency>
 
         <dependency>
@@ -117,7 +108,7 @@
         <dependency>
             <groupId>woodstox</groupId>
             <artifactId>wstx-asl</artifactId>
-            <version>2.9.2</version>
+            <version>2.9.3</version>
             <scope>runtime</scope>
         </dependency>