You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2009/10/14 16:29:05 UTC

svn commit: r825154 - /tuscany/maven-plugins/trunk/maven-tuscany-plugin/pom.xml

Author: antelder
Date: Wed Oct 14 14:29:05 2009
New Revision: 825154

URL: http://svn.apache.org/viewvc?rev=825154&view=rev
Log:
Add tribes dependency

Modified:
    tuscany/maven-plugins/trunk/maven-tuscany-plugin/pom.xml

Modified: tuscany/maven-plugins/trunk/maven-tuscany-plugin/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/maven-plugins/trunk/maven-tuscany-plugin/pom.xml?rev=825154&r1=825153&r2=825154&view=diff
==============================================================================
--- tuscany/maven-plugins/trunk/maven-tuscany-plugin/pom.xml (original)
+++ tuscany/maven-plugins/trunk/maven-tuscany-plugin/pom.xml Wed Oct 14 14:29:05 2009
@@ -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>