diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-15 12:42:57 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-15 12:42:57 +0000 |
commit | ae4a72fb797a5956b6b9547ae765e84b9fde0135 (patch) | |
tree | 5914f637734610e3b6d25ebe3e53cc605a2101b9 /sca-java-2.x/trunk/samples/learning-more/implementation-web | |
parent | 0db41b897a462a0f6612c41c3d88c386bd13b258 (diff) |
Delete shades and remove all refernces to them as they're now replaced by base + extension-runtime approach
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022892 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/learning-more/implementation-web')
-rw-r--r-- | sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-js-client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-js-client/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-js-client/pom.xml index d064ecbf33..ecd04d6d5d 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-js-client/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-js-client/pom.xml @@ -39,8 +39,8 @@ </dependency>
<dependency>
- <groupId>org.apache.tuscany.sca.shades</groupId>
- <artifactId>tuscany-json-nodep</artifactId>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-databinding-json</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
|