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/07/23 16:10:18 UTC

svn commit: r967101 - /tuscany/sca-java-2.x/trunk/features/core/pom.xml

Author: antelder
Date: Fri Jul 23 14:10:17 2010
New Revision: 967101

URL: http://svn.apache.org/viewvc?rev=967101&view=rev
Log:
Include shell

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

Modified: tuscany/sca-java-2.x/trunk/features/core/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/features/core/pom.xml?rev=967101&r1=967100&r2=967101&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/features/core/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/features/core/pom.xml Fri Jul 23 14:10:17 2010
@@ -230,6 +230,13 @@
             <artifactId>tuscany-xsd</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-shell</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+
     </dependencies>
 
 </project>