diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-11 08:06:44 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-11 08:06:44 +0000 |
commit | 31c646c6917fad39fc04ce65567ae40166d39fd7 (patch) | |
tree | 051b8c07340e6f0d6e6b212ab710868ed80d8e2c /sca-java-2.x/trunk/modules/databinding | |
parent | ee262312baf541209eed3ed307cf586365c78068 (diff) |
Remove dependencies now included in base Java
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044581 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/databinding')
-rw-r--r-- | sca-java-2.x/trunk/modules/databinding/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/databinding/pom.xml b/sca-java-2.x/trunk/modules/databinding/pom.xml index 354d31c05a..dcbd4c103d 100644 --- a/sca-java-2.x/trunk/modules/databinding/pom.xml +++ b/sca-java-2.x/trunk/modules/databinding/pom.xml @@ -75,7 +75,7 @@ <dependency> <groupId>org.codehaus.woodstox</groupId> <artifactId>wstx-asl</artifactId> - <version>3.2.4</version> + <version>3.2.9</version> <scope>runtime</scope> <exclusions> <exclusion> |