diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-19 16:09:15 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-19 16:09:15 +0000 |
commit | b936bcb9494b13e11ee72d5ea0e01f0daf90aafc (patch) | |
tree | fb6c5b32aa7baac02eb9498e977458dbdad20603 | |
parent | c5738b1f61848d3261a4425e0714d12b28293f8b (diff) |
Remove (hopefully) unneeded dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719001 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/modules/node-launcher-equinox/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/java/sca/modules/node-launcher-equinox/pom.xml b/java/sca/modules/node-launcher-equinox/pom.xml index 3ff6f17f1e..6aaa7af1f4 100644 --- a/java/sca/modules/node-launcher-equinox/pom.xml +++ b/java/sca/modules/node-launcher-equinox/pom.xml @@ -80,13 +80,6 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-domain-manager</artifactId> - <version>2.0-SNAPSHOT</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-http-runtime</artifactId> <version>2.0-SNAPSHOT</version> <scope>test</scope> |