summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/jms/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-01-28 14:59:17 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-01-28 14:59:17 +0000
commit9e03a04923d65f9985badb997b62226e7a5d951e (patch)
treefff203d0036bcc38b1abf3ae4b7e511047e45bc6 /branches/sca-java-1.x/itest/jms/pom.xml
parentbd58cb556e3665b7a7871d297f88c8795df22617 (diff)
update the jms itests to include a jms host
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738506 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/itest/jms/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/itest/jms/pom.xml b/branches/sca-java-1.x/itest/jms/pom.xml
index 2c2ffa42ce..33da67c6d7 100644
--- a/branches/sca-java-1.x/itest/jms/pom.xml
+++ b/branches/sca-java-1.x/itest/jms/pom.xml
@@ -69,6 +69,11 @@
<artifactId>tuscany-binding-jms-runtime</artifactId>
<version>1.5-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-jms-asf</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>junit</groupId>