summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-25 10:15:01 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-25 10:15:01 +0000
commitad8eb1a32fde339d580994811ae7cfeb346076cf (patch)
treebd8eeb9e39b310a800d0e6f8f251d97a850e4122
parentc09ac1c2f2078c0d326d63210c3bd88ea499544c (diff)
Doesn't need to depend on base and doing so for a compile dependency causes a cycle in the build via implementation-python
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027028 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/modules/databinding-json/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/databinding-json/pom.xml b/sca-java-2.x/trunk/modules/databinding-json/pom.xml
index fd77c48ddf..92a7defc50 100644
--- a/sca-java-2.x/trunk/modules/databinding-json/pom.xml
+++ b/sca-java-2.x/trunk/modules/databinding-json/pom.xml
@@ -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>