summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/component-type
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-01-21 11:46:42 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-01-21 11:46:42 +0000
commitc8989ed2fb4b167392d717a0964377fdb5c9bd84 (patch)
treeb4e928ff276eaad7f715434f3e66e772373b3b34 /sca-java-2.x/trunk/testing/itest/component-type
parent398e24eea5546893c9ebe802acb1a0d74ff7eb61 (diff)
Change itests to depend on base pom rather than base jar so that we can sensibly use/updates itests in eclipse without having to rebuilt the jar all the time.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061763 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/component-type')
-rw-r--r--sca-java-2.x/trunk/testing/itest/component-type/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/component-type/pom.xml b/sca-java-2.x/trunk/testing/itest/component-type/pom.xml
index 416f0067aa..a8a525c6ea 100644
--- a/sca-java-2.x/trunk/testing/itest/component-type/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/component-type/pom.xml
@@ -29,9 +29,10 @@
<name>Apache Tuscany SCA iTest Component Type</name>
<dependencies>
- <dependency>
+ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime</artifactId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
+ <type>pom</type>
<version>2.0-SNAPSHOT</version>
</dependency>