summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-05-12 13:49:22 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-05-12 13:49:22 +0000
commitbf2fae08b4c94c20bb892336a5581dff6a33bd54 (patch)
tree0266f65df91a8b5dcbc13350a2f0991d24179d60 /sca-java-2.x/trunk/samples
parent4d79142934a425e2787eb3aca01a369ec329550e (diff)
As we're just building binding-ws-calculator as a contribution we only need to dependend on the SCA API.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943496 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples')
-rw-r--r--sca-java-2.x/trunk/samples/binding-ws-calculator/pom.xml23
1 files changed, 1 insertions, 22 deletions
diff --git a/sca-java-2.x/trunk/samples/binding-ws-calculator/pom.xml b/sca-java-2.x/trunk/samples/binding-ws-calculator/pom.xml
index c7bcc4319b..72324d857d 100644
--- a/sca-java-2.x/trunk/samples/binding-ws-calculator/pom.xml
+++ b/sca-java-2.x/trunk/samples/binding-ws-calculator/pom.xml
@@ -41,28 +41,7 @@
<artifactId>tuscany-feature-api</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-webservice</artifactId>
- <type>pom</type>
- <version>2.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-feature-ejava</artifactId>
- <type>pom</type>
- <version>2.0-SNAPSHOT</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>junit</groupId>