You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2011/11/09 16:38:40 UTC

svn commit: r1199801 - /tuscany/sca-java-2.x/trunk/testing/itest/async-services/pom.xml

Author: antelder
Date: Wed Nov  9 15:38:39 2011
New Revision: 1199801

URL: http://svn.apache.org/viewvc?rev=1199801&view=rev
Log:
Update itest to add the binding-jms-runtime-activemq and activemq dependencies as these are no longer in the binding-jms-runtime module

Modified:
    tuscany/sca-java-2.x/trunk/testing/itest/async-services/pom.xml

Modified: tuscany/sca-java-2.x/trunk/testing/itest/async-services/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/async-services/pom.xml?rev=1199801&r1=1199800&r2=1199801&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/itest/async-services/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/itest/async-services/pom.xml Wed Nov  9 15:38:39 2011
@@ -51,6 +51,16 @@
             <artifactId>tuscany-binding-jms-runtime</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-binding-jms-runtime-activemq</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>activemq-core</artifactId>
+            <version>5.2.0</version>
+        </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>