summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5.1/samples/helloworld-bpel/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-09-08 22:29:00 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-09-08 22:29:00 +0000
commit589ac980478b316a8fb091d07a909ba114f5f1e8 (patch)
tree00584b25e7313bc20f99191886aa46458c7005a0 /branches/sca-java-1.5.1/samples/helloworld-bpel/pom.xml
parent34a6bf5aea02a1092d3eca524020f8194acfbcb3 (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 '')
-rw-r--r--branches/sca-java-1.5.1/samples/helloworld-bpel/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.5.1/samples/helloworld-bpel/pom.xml b/branches/sca-java-1.5.1/samples/helloworld-bpel/pom.xml
index e03ef19460..a1c3b2e491 100644
--- a/branches/sca-java-1.5.1/samples/helloworld-bpel/pom.xml
+++ b/branches/sca-java-1.5.1/samples/helloworld-bpel/pom.xml
@@ -101,7 +101,7 @@
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-asl</artifactId>
- <version>3.2.1</version>
+ <version>3.2.4</version>
<scope>runtime</scope>
</dependency>