You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2006/09/28 02:50:21 UTC

svn commit: r450653 - /incubator/tuscany/java/samples/sca/helloworldwsclient/pom.xml

Author: rfeng
Date: Wed Sep 27 17:50:20 2006
New Revision: 450653

URL: http://svn.apache.org/viewvc?view=rev&rev=450653
Log:
Fix POM dependencies

Modified:
    incubator/tuscany/java/samples/sca/helloworldwsclient/pom.xml

Modified: incubator/tuscany/java/samples/sca/helloworldwsclient/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/samples/sca/helloworldwsclient/pom.xml?view=diff&rev=450653&r1=450652&r2=450653
==============================================================================
--- incubator/tuscany/java/samples/sca/helloworldwsclient/pom.xml (original)
+++ incubator/tuscany/java/samples/sca/helloworldwsclient/pom.xml Wed Sep 27 17:50:20 2006
@@ -40,11 +40,22 @@
             <version>${tuscanyVersion}</version>
             <scope>compile</scope>
         </dependency>
-    
+        <dependency>
+            <groupId>org.osoa</groupId>
+            <artifactId>sca-api-r0.95</artifactId>
+            <version>${tuscanyVersion}</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca.kernel</groupId>
+            <artifactId>tuscany-api</artifactId>
+            <version>${tuscanyVersion}</version>
+            <scope>compile</scope> 
+        </dependency>    
         <dependency>
             <groupId>org.apache.tuscany.sca.kernel</groupId>
             <artifactId>core</artifactId>
-            <version>${pom.version}</version>
+            <version>${tuscanyVersion}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org