You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/10/11 14:28:00 UTC

svn commit: r1021317 - /tuscany/sca-java-2.x/trunk/features/base-runtime/pom.xml

Author: slaws
Date: Mon Oct 11 12:28:00 2010
New Revision: 1021317

URL: http://svn.apache.org/viewvc?rev=1021317&view=rev
Log:
Add sca-client-impl

Modified:
    tuscany/sca-java-2.x/trunk/features/base-runtime/pom.xml

Modified: tuscany/sca-java-2.x/trunk/features/base-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/features/base-runtime/pom.xml?rev=1021317&r1=1021316&r2=1021317&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/features/base-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/features/base-runtime/pom.xml Mon Oct 11 12:28:00 2010
@@ -121,6 +121,12 @@
             <version>${pom.version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-sca-client-impl</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+
     </dependencies>
 
 </project>