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/11 14:36:08 UTC

svn commit: r694226 - /tuscany/java/sca/samples/helloworld-distributed/helloworld-webapp/pom.xml

Author: antelder
Date: Thu Sep 11 05:36:07 2008
New Revision: 694226

URL: http://svn.apache.org/viewvc?rev=694226&view=rev
Log:
Add compile dependency on sca-api module

Modified:
    tuscany/java/sca/samples/helloworld-distributed/helloworld-webapp/pom.xml

Modified: tuscany/java/sca/samples/helloworld-distributed/helloworld-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/samples/helloworld-distributed/helloworld-webapp/pom.xml?rev=694226&r1=694225&r2=694226&view=diff
==============================================================================
--- tuscany/java/sca/samples/helloworld-distributed/helloworld-webapp/pom.xml (original)
+++ tuscany/java/sca/samples/helloworld-distributed/helloworld-webapp/pom.xml Thu Sep 11 05:36:07 2008
@@ -38,6 +38,12 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-sca-api</artifactId>
+            <version>1.4-SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-web-runtime</artifactId>
             <version>1.4-SNAPSHOT</version>
             <scope>runtime</scope>