This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch 1_6 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-sandesha.git
commit c81f1ce4a7dc388629db518c3f6fafa56517c971 Author: Andreas Veithen <veit...@apache.org> AuthorDate: Sun Dec 16 16:18:04 2012 +0000 Switched to Axiom release version. --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 983e690..d3d03ae 100644 --- a/pom.xml +++ b/pom.xml @@ -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>