summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/jms/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/testing/itest/jms/pom.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/jms/pom.xml b/sca-java-2.x/trunk/testing/itest/jms/pom.xml
index cccfe5c657..3bcac51558 100644
--- a/sca-java-2.x/trunk/testing/itest/jms/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/jms/pom.xml
@@ -29,6 +29,36 @@
<artifactId>itest-jms</artifactId>
<name>Apache Tuscany SCA iTest JMS</name>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-base-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-jms-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-core</artifactId>
+ <version>5.2.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>xmlunit</groupId>
+ <artifactId>xmlunit</artifactId>
+ <version>1.2</version>
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+
<modules>
<module>args</module>
<module>callbacks</module>