You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/10/25 11:52:20 UTC

svn commit: r1027015 - /tuscany/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml

Author: slaws
Date: Mon Oct 25 09:52:20 2010
New Revision: 1027015

URL: http://svn.apache.org/viewvc?rev=1027015&view=rev
Log:
Add missing Python model

Modified:
    tuscany/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml?rev=1027015&r1=1027014&r2=1027015&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml Mon Oct 25 09:52:20 2010
@@ -187,6 +187,11 @@
         </dependency -->
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-implementation-python</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-script</artifactId>
             <version>${pom.version}</version>
         </dependency>