diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-15 13:20:34 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-15 13:20:34 +0000 |
commit | 1b68ed1867b23292f6802807c302cf0bfa0fe91b (patch) | |
tree | 57921a01981a97be225d932eacdeb01862b49904 | |
parent | a40e7c385ad98167dedf9bc3f1618171dcd1ecdf (diff) |
Correct unzip dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954870 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/itest/distribution/src-distro-rat/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/itest/distribution/src-distro-rat/pom.xml b/sca-java-2.x/trunk/itest/distribution/src-distro-rat/pom.xml index eb6a4e823f..ab645ce4d5 100644 --- a/sca-java-2.x/trunk/itest/distribution/src-distro-rat/pom.xml +++ b/sca-java-2.x/trunk/itest/distribution/src-distro-rat/pom.xml @@ -34,7 +34,7 @@ <dependencies> <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>itest-bin-distro-unzip</artifactId> + <artifactId>itest-src-distro-unzip</artifactId> <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> |