summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/contributions/hotel/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/hotel/pom.xml15
1 files changed, 1 insertions, 14 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/hotel/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/hotel/pom.xml
index edba61164c..55b3bc193d 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/hotel/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/hotel/pom.xml
@@ -37,23 +37,10 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-data-api</artifactId>
- <version>${tuscany.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
<artifactId>scatours-contribution-common</artifactId>
<version>${pom.version}</version>
+ <scope>provided</scope>
</dependency>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.5</version>
- <scope>test</scope>
- </dependency>
-
</dependencies>
<build>