diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.x/modules/workspace-impl/pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/modules/workspace-impl/pom.xml b/branches/sca-java-1.x/modules/workspace-impl/pom.xml index d08880e88c..8769c86421 100644 --- a/branches/sca-java-1.x/modules/workspace-impl/pom.xml +++ b/branches/sca-java-1.x/modules/workspace-impl/pom.xml @@ -58,7 +58,14 @@ <artifactId>tuscany-contribution-namespace</artifactId> <version>1.6-SNAPSHOT</version> <scope>test</scope> - </dependency> + </dependency> + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-host-embedded</artifactId> + <version>1.6-SNAPSHOT</version> + <scope>test</scope> + </dependency> </dependencies> |