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/04/21 13:16:24 UTC

svn commit: r767115 - /tuscany/branches/sca-java-1.x/modules/implementation-jee/pom.xml

Author: antelder
Date: Tue Apr 21 11:16:23 2009
New Revision: 767115

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

Modified:
    tuscany/branches/sca-java-1.x/modules/implementation-jee/pom.xml

Modified: tuscany/branches/sca-java-1.x/modules/implementation-jee/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/implementation-jee/pom.xml?rev=767115&r1=767114&r2=767115&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/modules/implementation-jee/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/modules/implementation-jee/pom.xml Tue Apr 21 11:16:23 2009
@@ -54,6 +54,13 @@
  
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-contribution-jee-impl</artifactId>
+            <version>1.6-SNAPSHOT</version>
+            <scope>test</scope> 
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
             <version>1.6-SNAPSHOT</version>
             <scope>test</scope>