summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/helloworld-jms-webapp/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/samples/helloworld-jms-webapp/pom.xml')
-rw-r--r--branches/sca-java-1.x/samples/helloworld-jms-webapp/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/samples/helloworld-jms-webapp/pom.xml b/branches/sca-java-1.x/samples/helloworld-jms-webapp/pom.xml
index 164cade9f4..6e12e5334a 100644
--- a/branches/sca-java-1.x/samples/helloworld-jms-webapp/pom.xml
+++ b/branches/sca-java-1.x/samples/helloworld-jms-webapp/pom.xml
@@ -62,6 +62,11 @@
<version>5.1.0</version>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>backport-util-concurrent</groupId>
+ <artifactId>backport-util-concurrent</artifactId>
+ <version>3.1</version>
+ </dependency>
</dependencies>