summaryrefslogtreecommitdiffstats
path: root/maven-plugins/trunk/maven-tuscany-plugin
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-14 14:29:05 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-14 14:29:05 +0000
commit3a661c718743b48e346d2c2258d2dbcfc2eef270 (patch)
tree0e08d718ce8b21f2b8d389dfde4b35fb023b8cd1 /maven-plugins/trunk/maven-tuscany-plugin
parent474e3d49dc69c5ab16a10edac4edcccb19ba69d5 (diff)
Add tribes dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825154 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-plugins/trunk/maven-tuscany-plugin')
-rw-r--r--maven-plugins/trunk/maven-tuscany-plugin/pom.xml6
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>