diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-01-21 11:46:42 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-01-21 11:46:42 +0000 |
commit | c8989ed2fb4b167392d717a0964377fdb5c9bd84 (patch) | |
tree | b4e928ff276eaad7f715434f3e66e772373b3b34 /sca-java-2.x/trunk/testing/itest/policy | |
parent | 398e24eea5546893c9ebe802acb1a0d74ff7eb61 (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/policy')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/policy/matching/pom.xml | 7 | ||||
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/policy/wspolicy/pom.xml | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/policy/matching/pom.xml b/sca-java-2.x/trunk/testing/itest/policy/matching/pom.xml index d2e02c04ce..7ef3edbb77 100644 --- a/sca-java-2.x/trunk/testing/itest/policy/matching/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/policy/matching/pom.xml @@ -31,11 +31,12 @@ <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> + </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> diff --git a/sca-java-2.x/trunk/testing/itest/policy/wspolicy/pom.xml b/sca-java-2.x/trunk/testing/itest/policy/wspolicy/pom.xml index 8980166b57..d6f692d00f 100644 --- a/sca-java-2.x/trunk/testing/itest/policy/wspolicy/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/policy/wspolicy/pom.xml @@ -31,11 +31,12 @@ <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> + </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> |