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 2009/10/01 17:03:54 UTC

svn commit: r820675 - /tuscany/java/sca/distribution/tomcat/tomcat-war/pom.xml

Author: antelder
Date: Thu Oct  1 15:03:54 2009
New Revision: 820675

URL: http://svn.apache.org/viewvc?rev=820675&view=rev
Log:
Add JMSsupport to the tuscany tomcat distribution

Modified:
    tuscany/java/sca/distribution/tomcat/tomcat-war/pom.xml

Modified: tuscany/java/sca/distribution/tomcat/tomcat-war/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/distribution/tomcat/tomcat-war/pom.xml?rev=820675&r1=820674&r2=820675&view=diff
==============================================================================
--- tuscany/java/sca/distribution/tomcat/tomcat-war/pom.xml (original)
+++ tuscany/java/sca/distribution/tomcat/tomcat-war/pom.xml Thu Oct  1 15:03:54 2009
@@ -61,6 +61,16 @@
             <artifactId>tuscany-binding-ws-axis2</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-binding-jms-runtime</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>activemq-core</artifactId>
+            <version>5.2.0</version>
+        </dependency>
 
     </dependencies>