diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-02 08:23:53 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-02 08:23:53 +0000 |
commit | a1e2212e107a1a72c507e2707d12ddad86323606 (patch) | |
tree | 39d6b995ae0b31baeaccc3bd21c743e59dfdf0fa /java/sca/features | |
parent | aea37860b052bd4809a8c09ddd3b51b03c7cc801 (diff) |
Fix another dependency error breaking build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820929 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/features')
-rw-r--r-- | java/sca/features/core/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/java/sca/features/core/pom.xml b/java/sca/features/core/pom.xml index f722cf72c7..c4bee1dd69 100644 --- a/java/sca/features/core/pom.xml +++ b/java/sca/features/core/pom.xml @@ -127,13 +127,6 @@ <version>2.0-SNAPSHOT</version> </dependency> - <!-- Domain support --> - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-endpoint</artifactId> - <version>2.0-SNAPSHOT</version> - </dependency> - <!-- Core Extensibility --> <dependency> <groupId>org.apache.tuscany.sca</groupId> |