summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/contributions/notification-ws/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/contributions/notification-ws/pom.xml')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/notification-ws/pom.xml18
1 files changed, 2 insertions, 16 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/notification-ws/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/notification-ws/pom.xml
index 6d4bf325d3..95dc266d38 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/notification-ws/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/notification-ws/pom.xml
@@ -31,24 +31,10 @@
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node-impl</artifactId>
- <version>${tuscany.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-java-runtime</artifactId>
+ <artifactId>tuscany-binding-ws-axis2</artifactId>
<version>${tuscany.version}</version>
<scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.5</version>
- <scope>test</scope>
- </dependency>
-
+ </dependency>
</dependencies>
<build>