summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/host-embedded/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/modules/host-embedded/pom.xml9
1 files changed, 8 insertions, 1 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 cdd06580b8..3ede75bc6f 100644
--- a/branches/sca-java-1.x/modules/host-embedded/pom.xml
+++ b/branches/sca-java-1.x/modules/host-embedded/pom.xml
@@ -105,7 +105,14 @@
<artifactId>tuscany-host-http</artifactId>
<version>1.6-SNAPSHOT</version>
<scope>compile</scope>
- </dependency>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-endpoint</artifactId>
+ <version>1.6-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
</dependencies>