diff options
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/pom.xml')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/pom.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/pom.xml index 46f01ebcd9..69a0527d4b 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/pom.xml @@ -27,15 +27,6 @@ </parent><version>1.0-SNAPSHOT</version>
<artifactId>scatours-client-currency-converter-rmi</artifactId>
<name>Apache Tuscany SCA Tours Currency Converter RMI Client</name>
-
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.5</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
<build>
<finalName>${artifactId}</finalName>
|