You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2007/01/19 02:21:01 UTC

svn commit: r497675 - /incubator/tuscany/java/testing/sca/itest/conversationsTest/pom.xml

Author: rfeng
Date: Thu Jan 18 17:21:01 2007
New Revision: 497675

URL: http://svn.apache.org/viewvc?view=rev&rev=497675
Log:
Fix the scope for junit as it's used by the main code

Modified:
    incubator/tuscany/java/testing/sca/itest/conversationsTest/pom.xml

Modified: incubator/tuscany/java/testing/sca/itest/conversationsTest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/testing/sca/itest/conversationsTest/pom.xml?view=diff&rev=497675&r1=497674&r2=497675
==============================================================================
--- incubator/tuscany/java/testing/sca/itest/conversationsTest/pom.xml (original)
+++ incubator/tuscany/java/testing/sca/itest/conversationsTest/pom.xml Thu Jan 18 17:21:01 2007
@@ -40,6 +40,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
+            <scope>compile</scope>
         </dependency>
     </dependencies>
     <build>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org