diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-08 23:45:07 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-08 23:45:07 +0000 |
commit | 9f766005792dbd31f8c6d0306ddbbf5c68173104 (patch) | |
tree | 714e20e35653d89406a404f0af4590f1f9c1b2d7 /sca-java-2.x/trunk/modules/implementation-script-runtime | |
parent | da9db01ad297c43e4c2f05245bb9a3c712aaca29 (diff) |
Upgrade to Axis2 1.5.3, Axiom 1.2.10 and Abdera 1.1.1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043771 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/implementation-script-runtime')
-rw-r--r-- | sca-java-2.x/trunk/modules/implementation-script-runtime/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/modules/implementation-script-runtime/pom.xml b/sca-java-2.x/trunk/modules/implementation-script-runtime/pom.xml index 1fda2ec5c2..7e039ff372 100644 --- a/sca-java-2.x/trunk/modules/implementation-script-runtime/pom.xml +++ b/sca-java-2.x/trunk/modules/implementation-script-runtime/pom.xml @@ -122,20 +122,20 @@ <artifactId>xml-apis</artifactId> </exclusion> </exclusions> - <version>1.2.8</version> + <version>1.2.10</version> </dependency> <dependency> <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom-impl</artifactId> - <version>1.2.8</version> + <version>1.2.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.5</version> + <version>4.8.1</version> <scope>test</scope> </dependency> |