diff options
Diffstat (limited to '')
4 files changed, 0 insertions, 32 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-corba/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-corba/pom.xml index 4e665bb6a4..1414ee706b 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-corba/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-corba/pom.xml @@ -27,15 +27,6 @@ </parent><version>1.0-SNAPSHOT</version>
<artifactId>scatours-client-currency-converter-corba</artifactId>
<name>Apache Tuscany SCA Tours Currency Converter CORBA Client</name>
-
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.5</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
<build>
<finalName>${artifactId}</finalName>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-jms/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-jms/pom.xml index d936040939..55b499e314 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-jms/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-jms/pom.xml @@ -74,13 +74,6 @@ </exclusion>
</exclusions>
</dependency>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.5</version>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
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>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/pom.xml index e2ffe7a09d..8513023a92 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/pom.xml @@ -41,13 +41,6 @@ </exclusion>
</exclusions>
</dependency>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.5</version>
- <scope>test</scope>
- </dependency>
</dependencies>
<pluginRepositories>
|