diff options
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-client/pom.xml')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-client/pom.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-client/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-client/pom.xml index 878f27844c..10e8e3f460 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-client/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-client/pom.xml @@ -55,20 +55,6 @@ <version>${tuscany.version}</version>
<scope>runtime</scope>
</dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-host-jetty</artifactId>
- <version>${tuscany.version}</version>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.5</version>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
|