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/03 14:44:33 UTC

svn commit: r1197114 - /tuscany/sca-java-2.x/trunk/modules/binding-jms-runtime/pom.xml

Author: antelder
Date: Thu Nov  3 13:44:33 2011
New Revision: 1197114

URL: http://svn.apache.org/viewvc?rev=1197114&view=rev
Log:
Remove ActiveMQ specific code as its now in the binding-jms-runtime-activemq module

Modified:
    tuscany/sca-java-2.x/trunk/modules/binding-jms-runtime/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/binding-jms-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-jms-runtime/pom.xml?rev=1197114&r1=1197113&r2=1197114&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/binding-jms-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/binding-jms-runtime/pom.xml Thu Nov  3 13:44:33 2011
@@ -59,21 +59,6 @@
            <scope>provided</scope>
    	   </dependency>
    	   
-   	<!-- Add the dependency for ActiveMQ as the JMS runtime to use -->
-        <!-- TODO - why is this here and not in the ActiveMQ specific module?-->
-        <dependency>
-            <groupId>org.apache.activemq</groupId>
-            <artifactId>activemq-core</artifactId>
-            <version>5.3.0</version>
-            <exclusions>
-               <exclusion>
-                   <groupId>org.springframework</groupId>
-	           <artifactId>spring-context</artifactId>
-               </exclusion>
-            </exclusions>
-        </dependency>
-        <!-- end of addition for ActiveMQ -->
-   	   
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>