diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-28 10:27:52 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-28 10:27:52 +0000 |
commit | 9744fd866535bbb53d27dac05ec42d7827dcc3f4 (patch) | |
tree | a076c2e69a55a94e1338f5db8aa4e815e7bd216e /branches/sca-java-2.0-M4/samples/dosgi-calculator/pom.xml | |
parent | 613b275ffa5d7ae0c41b625db231c187b8a136ef (diff) |
Remove typo duplicate dependencies definitions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830491 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-2.0-M4/samples/dosgi-calculator/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/branches/sca-java-2.0-M4/samples/dosgi-calculator/pom.xml b/branches/sca-java-2.0-M4/samples/dosgi-calculator/pom.xml index a6dbace172..a598eafddf 100644 --- a/branches/sca-java-2.0-M4/samples/dosgi-calculator/pom.xml +++ b/branches/sca-java-2.0-M4/samples/dosgi-calculator/pom.xml @@ -129,13 +129,6 @@ <version>${pom.version}</version> </dependency> </dependencies> - <dependencies> - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-node-launcher-equinox</artifactId> - <version>2.0-M4-SNAPSHOT</version> - </dependency> - </dependencies> <executions> <execution> <id>osgi-test</id> |