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 12:15:01 UTC

svn commit: r1027028 - /tuscany/sca-java-2.x/trunk/modules/databinding-json/pom.xml

Author: slaws
Date: Mon Oct 25 10:15:01 2010
New Revision: 1027028

URL: http://svn.apache.org/viewvc?rev=1027028&view=rev
Log:
Doesn't need to depend on base and doing so for a compile dependency causes a cycle in the build via implementation-python

Modified:
    tuscany/sca-java-2.x/trunk/modules/databinding-json/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/databinding-json/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/databinding-json/pom.xml?rev=1027028&r1=1027027&r2=1027028&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/databinding-json/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/databinding-json/pom.xml Mon Oct 25 10:15:01 2010
@@ -31,7 +31,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-base-runtime-pom</artifactId>
+            <artifactId>tuscany-core-runtime-pom</artifactId>
             <type>pom</type>
             <version>2.0-SNAPSHOT</version>
             <scope>provided</scope>