diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-19 17:27:25 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-19 17:27:25 +0000 |
commit | 693d0212794688f8f2ad93200bfcc31fcb0e22e3 (patch) | |
tree | 92a84949fc236f5694cc6b55befa78d58a310371 /java/sca/modules | |
parent | 5ad123c711f95b94381542ce12d22938ba0958b1 (diff) |
Adjust the pom.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697157 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules')
-rw-r--r-- | java/sca/modules/databinding-job/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/sca/modules/databinding-job/pom.xml b/java/sca/modules/databinding-job/pom.xml index fa16671342..d3dc6bdf50 100644 --- a/java/sca/modules/databinding-job/pom.xml +++ b/java/sca/modules/databinding-job/pom.xml @@ -68,7 +68,7 @@ <artifactId>xercesImpl</artifactId> </exclusion> </exclusions> - <version>1.2.5</version> + <version>1.2.7</version> </dependency> <dependency> @@ -81,7 +81,7 @@ <dependency> <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom-impl</artifactId> - <version>1.2.5</version> + <version>1.2.7</version> <scope>runtime</scope> </dependency> @@ -95,7 +95,7 @@ <dependency> <groupId>org.codehaus.woodstox</groupId> <artifactId>wstx-asl</artifactId> - <version>3.2.1</version> + <version>3.2.4</version> <scope>runtime</scope> <exclusions> <exclusion> |