summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/host-embedded
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-24 17:43:46 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-24 17:43:46 +0000
commit38f008a47e7f76d39938264babf2da3508a1903a (patch)
tree15e3167ef8cfe7192df4a43819f7006113abf853 /branches/sca-java-1.x/modules/host-embedded
parentec429ffd2ce49aee0480f2043cf2cb34b81d88e8 (diff)
TUSCANY-3174 - add a simple WorkspaceManager to allow contributions to be processed in the context of the workspace.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797576 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/host-embedded')
-rw-r--r--branches/sca-java-1.x/modules/host-embedded/pom.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/branches/sca-java-1.x/modules/host-embedded/pom.xml b/branches/sca-java-1.x/modules/host-embedded/pom.xml
index 3ede75bc6f..cdd06580b8 100644
--- a/branches/sca-java-1.x/modules/host-embedded/pom.xml
+++ b/branches/sca-java-1.x/modules/host-embedded/pom.xml
@@ -105,14 +105,7 @@
<artifactId>tuscany-host-http</artifactId>
<version>1.6-SNAPSHOT</version>
<scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-endpoint</artifactId>
- <version>1.6-SNAPSHOT</version>
- <scope>runtime</scope>
- </dependency>
+ </dependency>
</dependencies>