summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/contributions/interaction-service-remote
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/contributions/interaction-service-remote')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/interaction-service-remote/pom.xml25
1 files changed, 1 insertions, 24 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/interaction-service-remote/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/interaction-service-remote/pom.xml
index 42febd7986..417557f0ae 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/interaction-service-remote/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/interaction-service-remote/pom.xml
@@ -28,30 +28,7 @@
<artifactId>scatours-contribution-interaction-service-remote</artifactId>
<name>Apache Tuscany SCA Tours Interaction Service Remote Contribution</name>
- <dependencies>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-common</artifactId>
- <version>${pom.version}</version>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-flight</artifactId>
- <version>${pom.version}</version>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-contribution-hotel</artifactId>
- <version>${pom.version}</version>
- <scope>runtime</scope>
- </dependency>
- </dependencies>
-
<build>
- <finalName>${artifactId}</finalName>
+ <finalName>${artifactId}</finalName>
</build>
</project>