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 2010/01/13 16:49:41 UTC

svn commit: r898808 - /tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-js-client/pom.xml

Author: antelder
Date: Wed Jan 13 15:49:40 2010
New Revision: 898808

URL: http://svn.apache.org/viewvc?rev=898808&view=rev
Log:
Update to use the shaded jars

Modified:
    tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-js-client/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-js-client/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-js-client/pom.xml?rev=898808&r1=898807&r2=898808&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-js-client/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-js-client/pom.xml Wed Jan 13 15:49:40 2010
@@ -33,17 +33,15 @@
     <dependencies>
 
         <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-sca-api</artifactId>
+            <groupId>org.apache.tuscany.sca.shades</groupId>
+            <artifactId>tuscany-base</artifactId>
             <version>2.0-SNAPSHOT</version>
-            <scope>compile</scope>
         </dependency>
 
         <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-implementation-web-client</artifactId>
+            <groupId>org.apache.tuscany.sca.shades</groupId>
+            <artifactId>tuscany-json-nodep</artifactId>
             <version>2.0-SNAPSHOT</version>
-            <scope>runtime</scope>
         </dependency>
 
     </dependencies>