summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-21 06:41:41 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-21 06:41:41 +0000
commit66f053c7d181e7731729be72e8f6d335552ac2bc (patch)
tree68f3d8dbcd8e7160296d7bc97acfa55a8b5ac7e6 /branches/sca-java-1.x
parent6b7a3ce70e81d0ac795581088edd52f2f6dfaf2f (diff)
Add host jms to manifest jar
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776972 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x')
-rw-r--r--branches/sca-java-1.x/distribution/manifest/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/distribution/manifest/pom.xml b/branches/sca-java-1.x/distribution/manifest/pom.xml
index 52c6b74fa3..532abf638f 100644
--- a/branches/sca-java-1.x/distribution/manifest/pom.xml
+++ b/branches/sca-java-1.x/distribution/manifest/pom.xml
@@ -332,6 +332,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>