summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/helloworld-service-jms
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/samples/helloworld-service-jms')
-rw-r--r--branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml b/branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml
index af62dae591..b685c7c851 100644
--- a/branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml
+++ b/branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml
@@ -74,6 +74,11 @@
<artifactId>activemq-web-demo</artifactId>
</exclusion>
</exclusions>
+ </dependency>
+ <dependency>
+ <groupId>backport-util-concurrent</groupId>
+ <artifactId>backport-util-concurrent</artifactId>
+ <version>3.1</version>
</dependency>
</dependencies>