summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-14 09:02:23 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-14 09:02:23 +0000
commit08ac4a7b286b567c5a5a1d711a89ca388ba60ff2 (patch)
treefffe88e905e8dc9df5a6281c994d78d089c339db /sca-java-2.x/trunk
parenta259192e4373918f3cf0a3990081a8b94b7f94f1 (diff)
remove unnecessary dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022429 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-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>