You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by as...@apache.org on 2007/04/18 20:41:36 UTC

svn commit: r530125 - /webservices/synapse/trunk/java/pom.xml

Author: asankha
Date: Wed Apr 18 11:41:36 2007
New Revision: 530125

URL: http://svn.apache.org/viewvc?view=rev&rev=530125
Log:
fix xml_apis version and revert axiom back to SNAPSHOT until 1.2.4 is out

Modified:
    webservices/synapse/trunk/java/pom.xml

Modified: webservices/synapse/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/pom.xml?view=diff&rev=530125&r1=530124&r2=530125
==============================================================================
--- webservices/synapse/trunk/java/pom.xml (original)
+++ webservices/synapse/trunk/java/pom.xml Wed Apr 18 11:41:36 2007
@@ -270,6 +270,12 @@
             </dependency>
 
             <dependency>
+                <groupId>xml-apis</groupId>
+                <artifactId>xml-apis</artifactId>
+                <version>${xml_apis.version}</version>
+            </dependency>
+
+            <dependency>
                 <groupId>org.apache.neethi</groupId>
                 <artifactId>neethi</artifactId>
                 <version>${neethi.version}</version>
@@ -613,8 +619,9 @@
 
         <!-- Axis2 1.2 and its dependencies -->
         <axis2.version>1.2-SNAPSHOT</axis2.version>
-        <axiom.version>1.2.3</axiom.version>
+        <axiom.version>SNAPSHOT</axiom.version>
         <xml_schema.version>1.3.1</xml_schema.version>
+        <xml_apis.version>1.3.03</xml_apis.version>
         <wsdl4j.version>1.6.2</wsdl4j.version>
 
         <commons.logging.version>1.1</commons.logging.version>



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