diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-14 09:34:47 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-14 09:34:47 +0000 |
commit | dcc69e02cd85b02d02aceab998c047a6019bfb43 (patch) | |
tree | b689523d88e8cfa20eefe4d64d8dc3d74a0a8066 /sca-java-2.x/trunk/samples/getting-started | |
parent | 775ae0d8549e59b7f625a91a82cc6b88119cce77 (diff) |
Start to get rid of shades and replace with the aggregate jars. This moves the shades/base and base-nodep out of shades and into distribution/aggregates and updates to use those. The remaining ones in shades i think can probably just be deleted but i'll do that in separate steps.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022443 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml index 28bfdbf411..9e4937e919 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml @@ -33,8 +33,8 @@ <dependencies> <dependency> - <groupId>org.apache.tuscany.sca.shades</groupId> - <artifactId>tuscany-base-nodep</artifactId> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-base-runtime-nodep</artifactId> <version>2.0-SNAPSHOT</version> </dependency> |