diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-14 12:22:13 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-14 12:22:13 +0000 |
commit | 9c142b4262b45f493547b89c4d3e0a5b5ecf0f7f (patch) | |
tree | b9527ee8d4298db04b3bfe5548d02be152b6e78f /otest | |
parent | d8169731cc26929555a5bf9f28d0141e004251c8 (diff) |
fix for name change
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022480 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'otest')
-rw-r--r-- | otest/newlayout/tuscany-test-runner/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otest/newlayout/tuscany-test-runner/pom.xml b/otest/newlayout/tuscany-test-runner/pom.xml index accd371d97..31c447f98a 100644 --- a/otest/newlayout/tuscany-test-runner/pom.xml +++ b/otest/newlayout/tuscany-test-runner/pom.xml @@ -31,7 +31,7 @@ <dependencies> <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-base-runtime</artifactId> + <artifactId>tuscany-base-runtime-pom</artifactId> <version>2.0-SNAPSHOT</version> <type>pom</type> </dependency> |