Author: antelder
Date: Wed May 20 08:25:13 2009
New Revision: 776609
URL: http://svn.apache.org/viewvc?rev=776609&view=rev
Log:
Add jms host to bundle to fix running jms samples
Modified:
tuscany/branches/sca-java-1.x/distribution/bundle/pom.xml
Modified: tuscany/branches/sca-java-1.x/distribution/bundle/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/distribution/bundle/pom.xml?rev=776609&r1=776608&r2=776609&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/distribution/bundle/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/distribution/bundle/pom.xml Wed May 20
08:25:13 2009
@@ -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>