Author: antelder
Date: Wed Jan 28 14:58:03 2009
New Revision: 738504
URL: http://svn.apache.org/viewvc?rev=738504&view=rev
Log:
Update the pom.xml to include a jms host
Modified:
tuscany/branches/sca-java-1.x/samples/helloworld-jms-webapp/pom.xml
Modified: tuscany/branches/sca-java-1.x/samples/helloworld-jms-webapp/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/helloworld-jms-webapp/pom.xml?rev=738504&r1=738503&r2=738504&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/samples/helloworld-jms-webapp/pom.xml
(original)
+++ tuscany/branches/sca-java-1.x/samples/helloworld-jms-webapp/pom.xml Wed Jan
28 14:58:03 2009
@@ -49,6 +49,11 @@
<artifactId>tuscany-binding-jms-runtime</artifactId>
<version>${pom.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-jms-asf</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>${pom.groupId}</groupId>