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/12/09 11:50:41 UTC

svn commit: r888766 - /tuscany/sca-java-2.x/trunk/distribution/tomcat/tomcat-war/pom.xml

Author: antelder
Date: Wed Dec  9 10:50:41 2009
New Revision: 888766

URL: http://svn.apache.org/viewvc?rev=888766&view=rev
Log:
Add the rmi based impl of the SCACLient to the tomcat runtime

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

Modified: tuscany/sca-java-2.x/trunk/distribution/tomcat/tomcat-war/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/tomcat/tomcat-war/pom.xml?rev=888766&r1=888765&r2=888766&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/distribution/tomcat/tomcat-war/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/distribution/tomcat/tomcat-war/pom.xml Wed Dec  9 10:50:41 2009
@@ -73,6 +73,11 @@
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-sca-client-rmi</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>