summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/helloworld-reference-jms
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-01 12:01:57 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-01 12:01:57 +0000
commitb27c451ea317a0ff979739b7f15e4eb6d5931a39 (patch)
tree92f27f2608e4df397c62d5a3eb3fa9349ffb2ab8 /branches/sca-java-1.x/samples/helloworld-reference-jms
parent5689c73862b418a94a66d2e50f354b053dd2db7a (diff)
Fixes for TUSCANY-2696
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722054 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/samples/helloworld-reference-jms')
-rw-r--r--branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml b/branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml
index 1345497313..c257983416 100644
--- a/branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml
+++ b/branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml
@@ -81,7 +81,12 @@
<artifactId>activemq-web-demo</artifactId>
</exclusion>
</exclusions>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>backport-util-concurrent</groupId>
+ <artifactId>backport-util-concurrent</artifactId>
+ <version>3.1</version>
+ </dependency>
</dependencies>