diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-31 07:40:34 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-31 07:40:34 +0000 |
commit | 50f78215fcce400310e03609dcb7be205b937397 (patch) | |
tree | 39b4597e54094801de3d42e64ce8f4172d53c273 | |
parent | 0416eb8c4e4eed57fc93e7b8c75a893a80c82f77 (diff) |
Remove duplicate dependency definition (Maven 3.0 complians about duplicates)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929414 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml b/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml index b9ef91a96c..7812f07954 100644 --- a/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml +++ b/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml @@ -78,13 +78,6 @@ </dependency> <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-sca-api</artifactId> - <version>2.0-SNAPSHOT</version> - <scope>compile</scope> - </dependency> - - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.1</version> |