Author: veithen Date: Sun Dec 16 16:18:04 2012 New Revision: 1422613 URL: http://svn.apache.org/viewvc?rev=1422613&view=rev Log: Switched to Axiom release version.
Modified: axis/axis2/java/sandesha/branches/1_6/pom.xml Modified: axis/axis2/java/sandesha/branches/1_6/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/pom.xml?rev=1422613&r1=1422612&r2=1422613&view=diff ============================================================================== --- axis/axis2/java/sandesha/branches/1_6/pom.xml (original) +++ axis/axis2/java/sandesha/branches/1_6/pom.xml Sun Dec 16 16:18:04 2012 @@ -357,6 +357,11 @@ </dependency> <dependency> <groupId>org.apache.ws.commons.axiom</groupId> + <artifactId>axiom-compat</artifactId> + <version>${axiom.version}</version> + </dependency> + <dependency> + <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom-impl</artifactId> <version>${axiom.version}</version> </dependency> @@ -437,7 +442,7 @@ <properties> <axis2.version>1.6.3-SNAPSHOT</axis2.version> <rampart.version>1.6.3-SNAPSHOT</rampart.version> - <axiom.version>1.2.13</axiom.version> + <axiom.version>1.2.14</axiom.version> <commons.logging.version>1.1.1</commons.logging.version> <junit.version>3.8.2</junit.version> <log4j.version>1.2.15</log4j.version>