diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-21 06:41:41 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-21 06:41:41 +0000 |
commit | 66f053c7d181e7731729be72e8f6d335552ac2bc (patch) | |
tree | 68f3d8dbcd8e7160296d7bc97acfa55a8b5ac7e6 /branches/sca-java-1.x/distribution | |
parent | 6b7a3ce70e81d0ac795581088edd52f2f6dfaf2f (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/distribution')
-rw-r--r-- | branches/sca-java-1.x/distribution/manifest/pom.xml | 5 |
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> |