summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/launcher-embedded-jse/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 07:34:24 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 07:34:24 +0000
commit9b92a0428af26e31227c7e2155bc9d2e8df6902b (patch)
treef0c8469d1c70919d10f6472121654866813e0f63 /sca-java-2.x/trunk/samples/launcher-embedded-jse/pom.xml
parent207e82809de3b533fce478cc4c5fac121e602c67 (diff)
Update to match sample contribution changes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946070 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/launcher-embedded-jse/pom.xml')
-rw-r--r--sca-java-2.x/trunk/samples/launcher-embedded-jse/pom.xml18
1 files changed, 2 insertions, 16 deletions
diff --git a/sca-java-2.x/trunk/samples/launcher-embedded-jse/pom.xml b/sca-java-2.x/trunk/samples/launcher-embedded-jse/pom.xml
index f707b720ac..89d68130db 100644
--- a/sca-java-2.x/trunk/samples/launcher-embedded-jse/pom.xml
+++ b/sca-java-2.x/trunk/samples/launcher-embedded-jse/pom.xml
@@ -38,24 +38,10 @@
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-feature-api</artifactId>
+ <artifactId>tuscany-feature-all</artifactId>
<type>pom</type>
<version>2.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-feature-core</artifactId>
- <type>pom</type>
- <version>2.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-feature-binding-ws</artifactId>
- <type>pom</type>
- <version>2.0-SNAPSHOT</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>junit</groupId>