diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-16 08:03:50 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-16 08:03:50 +0000 |
commit | c148dc21980189096868c5d8edd05040b90dd68d (patch) | |
tree | ce371450cabc3b9c567db7c94d092c8104edab7b /java/sca/itest/scaclient-api | |
parent | 1c2b666f894bbbeecd823fce65319ea6e6f9cc2e (diff) |
Decouple node-impl from sca-client-impl
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775426 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest/scaclient-api')
-rw-r--r-- | java/sca/itest/scaclient-api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/itest/scaclient-api/pom.xml b/java/sca/itest/scaclient-api/pom.xml index 54151c5ce7..795221292c 100644 --- a/java/sca/itest/scaclient-api/pom.xml +++ b/java/sca/itest/scaclient-api/pom.xml @@ -31,7 +31,7 @@ <dependencies> <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-node-impl</artifactId> + <artifactId>tuscany-sca-client-impl</artifactId> <version>2.0-SNAPSHOT</version> </dependency> |