diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-20 08:27:02 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-20 08:27:02 +0000 |
commit | 2e6e36d77b9073fc95031c7fa5bb2e9d091d39e1 (patch) | |
tree | 2dee8caaa44ac95f8549cc61769227a5c80dff5d /branches | |
parent | 34878c808b94326ceb860ed11c098dfd3d1efbec (diff) |
Merge host jms fix from 1.x to 1.5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776610 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r-- | branches/sca-java-1.5/distribution/bundle/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/branches/sca-java-1.5/distribution/bundle/pom.xml b/branches/sca-java-1.5/distribution/bundle/pom.xml index e89fc3eabb..99ec04d657 100644 --- a/branches/sca-java-1.5/distribution/bundle/pom.xml +++ b/branches/sca-java-1.5/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> |