summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/distribution/bundle/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-20 08:25:13 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-20 08:25:13 +0000
commit34878c808b94326ceb860ed11c098dfd3d1efbec (patch)
treeac85aa899cef72c8fbbe953cc1d29e98a62e0b97 /branches/sca-java-1.x/distribution/bundle/pom.xml
parent893d944030008000510fc19b6e30640e4b9066b4 (diff)
Add jms host to bundle to fix running jms samples
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776609 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/distribution/bundle/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/distribution/bundle/pom.xml b/branches/sca-java-1.x/distribution/bundle/pom.xml
index 2e22a69ee3..ae03d446f4 100644
--- a/branches/sca-java-1.x/distribution/bundle/pom.xml
+++ b/branches/sca-java-1.x/distribution/bundle/pom.xml
@@ -290,6 +290,11 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-host-jms-asf</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-host-rmi</artifactId>
<version>${pom.version}</version>
</dependency>