diff options
-rw-r--r-- | maven-plugins/trunk/maven-tuscany-plugin/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/maven-plugins/trunk/maven-tuscany-plugin/pom.xml b/maven-plugins/trunk/maven-tuscany-plugin/pom.xml index a680f5bf71..4b25c54e93 100644 --- a/maven-plugins/trunk/maven-tuscany-plugin/pom.xml +++ b/maven-plugins/trunk/maven-tuscany-plugin/pom.xml @@ -238,6 +238,12 @@ <version>2.0-SNAPSHOT</version> </dependency> + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-endpoint-tribes</artifactId> + <version>2.0-SNAPSHOT</version> + </dependency> + </dependencies> <build> |