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 2010/08/02 14:56:40 UTC

svn commit: r981493 - /tuscany/sca-java-2.x/trunk/modules/domain-node/pom.xml

Author: antelder
Date: Mon Aug  2 12:56:39 2010
New Revision: 981493

URL: http://svn.apache.org/viewvc?rev=981493&view=rev
Log:
Add data api as a test dependency so it can be used by one of the tests

Modified:
    tuscany/sca-java-2.x/trunk/modules/domain-node/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/domain-node/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/domain-node/pom.xml?rev=981493&r1=981492&r2=981493&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/domain-node/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/domain-node/pom.xml Mon Aug  2 12:56:39 2010
@@ -56,6 +56,13 @@
             <version>2.0-SNAPSHOT</version>
         </dependency>  
                       
+         <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-data-api</artifactId>
+            <version>2.0-SNAPSHOT</version>
+            <scope>test</scope>
+        </dependency>  
+
     </dependencies>
 
 </project>