diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-08 22:29:00 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-08 22:29:00 +0000 |
commit | 589ac980478b316a8fb091d07a909ba114f5f1e8 (patch) | |
tree | 00584b25e7313bc20f99191886aa46458c7005a0 /branches/sca-java-1.5.1/modules/contribution-jee | |
parent | 34a6bf5aea02a1092d3eca524020f8194acfbcb3 (diff) |
TUSCANY-3264 - Moving all wstx dependencies to 3.2.4 where the prefix handling issue WSTX-135 is fixed
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812717 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.5.1/modules/contribution-jee')
-rw-r--r-- | branches/sca-java-1.5.1/modules/contribution-jee/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.5.1/modules/contribution-jee/pom.xml b/branches/sca-java-1.5.1/modules/contribution-jee/pom.xml index eb9ecab56f..c1aec3d0df 100644 --- a/branches/sca-java-1.5.1/modules/contribution-jee/pom.xml +++ b/branches/sca-java-1.5.1/modules/contribution-jee/pom.xml @@ -67,7 +67,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> |