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 2008/09/02 14:57:34 UTC

svn commit: r691224 - /tuscany/java/sca/modules/runtime-tomcat/pom.xml

Author: antelder
Date: Tue Sep  2 05:57:34 2008
New Revision: 691224

URL: http://svn.apache.org/viewvc?rev=691224&view=rev
Log:
Add jms sca binding to runtime-tomcat

Modified:
    tuscany/java/sca/modules/runtime-tomcat/pom.xml

Modified: tuscany/java/sca/modules/runtime-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/runtime-tomcat/pom.xml?rev=691224&r1=691223&r2=691224&view=diff
==============================================================================
--- tuscany/java/sca/modules/runtime-tomcat/pom.xml (original)
+++ tuscany/java/sca/modules/runtime-tomcat/pom.xml Tue Sep  2 05:57:34 2008
@@ -75,6 +75,12 @@
 	        <version>1.4-SNAPSHOT</version>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-binding-sca-jms</artifactId>
+	        <version>1.4-SNAPSHOT</version>
+        </dependency>
+
     </dependencies>
 
     <build>