Updated the project.xml to latest versions of dependencies
Not sure how to set it to use maven POM to detect versions
diff --git a/project.xml b/project.xml
index a9d185c..258567f 100644
--- a/project.xml
+++ b/project.xml
@@ -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>