summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/running-tuscany/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/sca-java-2.x/trunk/samples/running-tuscany/pom.xml b/sca-java-2.x/trunk/samples/running-tuscany/pom.xml
index a558b4fae6..aab781c8ba 100644
--- a/sca-java-2.x/trunk/samples/running-tuscany/pom.xml
+++ b/sca-java-2.x/trunk/samples/running-tuscany/pom.xml
@@ -29,15 +29,6 @@
<packaging>pom</packaging>
<name>Apache Tuscany SCA Running Tuscany Samples</name>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.8.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
<profiles>
<profile>
<id>default</id>
@@ -45,7 +36,6 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
-
<!-- don't need to process these as they just contain README files
<module>command-line</module>
<module>maven</module>