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/05/12 12:45:48 UTC

svn commit: r943440 - /tuscany/sca-java-2.x/trunk/distribution/all/pom.xml

Author: antelder
Date: Wed May 12 10:45:48 2010
New Revision: 943440

URL: http://svn.apache.org/viewvc?rev=943440&view=rev
Log:
Include spring shaded jar

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

Modified: tuscany/sca-java-2.x/trunk/distribution/all/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/all/pom.xml?rev=943440&r1=943439&r2=943440&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/distribution/all/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/distribution/all/pom.xml Wed May 12 10:45:48 2010
@@ -75,7 +75,12 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca.shades</groupId>
-            <artifactId>tuscany-base-nodep</artifactId>
+            <artifactId>tuscany-base</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca.shades</groupId>
+            <artifactId>tuscany-spring</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>