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/databindings/jaxb-top-down/pom.xml | |
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/databindings/jaxb-top-down/pom.xml')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/databindings/jaxb-top-down/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/databindings/jaxb-top-down/pom.xml b/sca-java-2.x/trunk/testing/itest/databindings/jaxb-top-down/pom.xml index 42f0228c90..1138b5c6ec 100644 --- a/sca-java-2.x/trunk/testing/itest/databindings/jaxb-top-down/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/databindings/jaxb-top-down/pom.xml @@ -58,9 +58,10 @@ </pluginRepositories> <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> |