summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-01 11:50:49 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-01 11:50:49 +0000
commit5689c73862b418a94a66d2e50f354b053dd2db7a (patch)
treea75d0352d7f0090acefead99d53de479fcdf3072
parent1217062fcef6b7d7b8c4c4f1a49521ede58e1654 (diff)
Fixes for TUSCANY-2694
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722046 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--branches/sca-java-1.x/samples/helloworld-ws-sdo-webapp/pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-sdo-webapp/pom.xml b/branches/sca-java-1.x/samples/helloworld-ws-sdo-webapp/pom.xml
index a6bd7ab1fc..4aae1b4221 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-sdo-webapp/pom.xml
+++ b/branches/sca-java-1.x/samples/helloworld-ws-sdo-webapp/pom.xml
@@ -77,6 +77,17 @@
<groupId>org.apache.tuscany.sdo</groupId>
<artifactId>tuscany-sdo-impl</artifactId>
<version>1.1.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>backport-util-concurrent</groupId>
+ <artifactId>backport-util-concurrent</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>backport-util-concurrent</groupId>
+ <artifactId>backport-util-concurrent</artifactId>
+ <version>3.1</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
@@ -121,7 +132,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>