You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2009/09/14 10:38:53 UTC

svn commit: r814522 - /tuscany/branches/sca-java-1.5.1/tutorials/store/store-test/pom.xml

Author: slaws
Date: Mon Sep 14 08:38:53 2009
New Revision: 814522

URL: http://svn.apache.org/viewvc?rev=814522&view=rev
Log:
Add JMS dependency as one of the scenarios now uses JMS

Modified:
    tuscany/branches/sca-java-1.5.1/tutorials/store/store-test/pom.xml

Modified: tuscany/branches/sca-java-1.5.1/tutorials/store/store-test/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/tutorials/store/store-test/pom.xml?rev=814522&r1=814521&r2=814522&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/tutorials/store/store-test/pom.xml (original)
+++ tuscany/branches/sca-java-1.5.1/tutorials/store/store-test/pom.xml Mon Sep 14 08:38:53 2009
@@ -150,6 +150,13 @@
             <version>1.5.1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
+        
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-binding-jms-runtime</artifactId>
+            <version>1.5.1-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>        
 
         <dependency>
             <groupId>org.apache.derby</groupId>