diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-18 10:49:36 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-18 10:49:36 +0000 |
commit | ab44041bdbbccaa9462dad8ed004e8550cf88aaa (patch) | |
tree | 6cda8970c54bd19256eb97b6972e211900f1aebd /sca-java-2.x/trunk/modules | |
parent | c3889dd11bb88d0068aabdccb8f2a8075df4f299 (diff) |
Update python to use base + extension approach
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023732 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules')
-rw-r--r-- | sca-java-2.x/trunk/modules/implementation-python-runtime/pom.xml | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/sca-java-2.x/trunk/modules/implementation-python-runtime/pom.xml b/sca-java-2.x/trunk/modules/implementation-python-runtime/pom.xml index 9412954e28..deae9a6c0b 100644 --- a/sca-java-2.x/trunk/modules/implementation-python-runtime/pom.xml +++ b/sca-java-2.x/trunk/modules/implementation-python-runtime/pom.xml @@ -33,28 +33,17 @@ <dependencies> <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-sca-api</artifactId> + <artifactId>tuscany-core-runtime</artifactId> + <type>pom</type> <version>2.0-SNAPSHOT</version> + <scope>provided</scope> </dependency> - <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-python</artifactId> <version>2.0-SNAPSHOT</version> + <scope>provided</scope> </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-core</artifactId> - <version>2.0-SNAPSHOT</version> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-databinding</artifactId> - <version>2.0-SNAPSHOT</version> - </dependency> - <dependency> <groupId>org.python</groupId> <artifactId>jython</artifactId> |