summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/endpoint/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-06-08 09:21:49 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-06-08 09:21:49 +0000
commit667922434cac802841b4e5d3fa5b7d3645acecb0 (patch)
treeaaf9e702463fc2f4079571e9507a91642207a3df /java/sca/modules/endpoint/pom.xml
parent1495a66e88093d05af62ac85252b37ed2aee3a68 (diff)
TUSCANY-3081 - Add a pluggable local endpoint registry implementation. This replaces the implementation that is in assembly but I've left that there for the time being as I don't know if anyone is using it.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782568 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/endpoint/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/sca/modules/endpoint/pom.xml b/java/sca/modules/endpoint/pom.xml
index ac2c8a61be..1d5218c361 100644
--- a/java/sca/modules/endpoint/pom.xml
+++ b/java/sca/modules/endpoint/pom.xml
@@ -31,6 +31,12 @@
<name>Apache Tuscany SCA Endpoint Default Runtime</name>
<dependencies>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-sca-api</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>