diff options
-rw-r--r-- | branches/sca-java-1.x/distribution/bundle/pom.xml | 5 |
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> |