summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-01-12 06:48:45 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-01-12 06:48:45 +0000
commit779987173350fe6fe810f91c37b4164b043fdc56 (patch)
tree018be550b2d84915428d293e1c7a1a6667cdc97d
parent708caee48be5cf6af8123ba56366aacf28402f9b (diff)
Update dependencies to use base jar
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898194 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/samples/webapps/helloworld-jsp/pom.xml12
1 files changed, 2 insertions, 10 deletions
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-jsp/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-jsp/pom.xml
index 1da19c2c3d..188adc608e 100644
--- a/sca-java-2.x/trunk/samples/webapps/helloworld-jsp/pom.xml
+++ b/sca-java-2.x/trunk/samples/webapps/helloworld-jsp/pom.xml
@@ -33,17 +33,9 @@
<dependencies>
<dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca-api</artifactId>
+ <groupId>org.apache.tuscany.sca.shades</groupId>
+ <artifactId>tuscany-base</artifactId>
<version>2.0-SNAPSHOT</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-web-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
- <scope>runtime</scope>
</dependency>
</dependencies>