You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by th...@apache.org on 2006/03/06 08:15:21 UTC

svn commit: r383481 - /webservices/kandula/trunk/java/project.xml

Author: thilina
Date: Sun Mar  5 23:15:19 2006
New Revision: 383481

URL: http://svn.apache.org/viewcvs?rev=383481&view=rev
Log:
Updated the project.xml to latest versions of dependencies
Not sure how to set it to use maven POM to detect versions

Modified:
    webservices/kandula/trunk/java/project.xml

Modified: webservices/kandula/trunk/java/project.xml
URL: http://svn.apache.org/viewcvs/webservices/kandula/trunk/java/project.xml?rev=383481&r1=383480&r2=383481&view=diff
==============================================================================
--- webservices/kandula/trunk/java/project.xml (original)
+++ webservices/kandula/trunk/java/project.xml Sun Mar  5 23:15:19 2006
@@ -122,12 +122,7 @@
             <version>0.95-SNAPSHOT</version>
         </dependency>
 
-        <dependency>
-            <groupId>axis2</groupId>
-            <artifactId>axis2-xml</artifactId>
-            <version>0.95-SNAPSHOT</version>
-        </dependency>
-
+   
         <dependency>
             <groupId>axis2</groupId>
             <artifactId>axis2-wsdl</artifactId>
@@ -157,7 +152,7 @@
        <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.0-rc3</version>
+            <version>3.0</version>
             <properties>
                 <module>true</module>
             </properties>
@@ -166,17 +161,17 @@
         <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
-            <version>1.2.8</version>
+            <version>1.2.12</version>
             <properties>
                 <module>true</module>
             </properties>
             <url>http://dist.codehaus.org/stax/jars/</url>
         </dependency>
 
-          <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax</artifactId>
-            <version>1.1.2-dev</version>
+           <dependency>
+            <groupId>woodstox</groupId>
+            <artifactId>wstx-asl</artifactId>
+            <version>2.8.2</version>
             <properties>
                 <module>true</module>
             </properties>
@@ -226,10 +221,16 @@
                 <module>true</module>
             </properties>
         </dependency>
+     <dependency>
+            <groupId>ws-commons</groupId>
+            <artifactId>axiom</artifactId>
+            <version>1.0-SNAPSHOT</version>
+        </dependency>
+
 		 <dependency>
             <groupId>ws-commons</groupId>
             <artifactId>policy</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>0.90-SNAPSHOT</version>
             <properties>
                 <module>true</module>
             </properties>



---------------------------------------------------------------------
To unsubscribe, e-mail: kandula-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: kandula-dev-help@ws.apache.org