Author: bayard
Date: Sat Nov 25 18:10:14 2006
New Revision: 479258

URL: http://svn.apache.org/viewvc?view=rev&rev=479258
Log:
Making the JUnit dependency 'test' scoped

Modified:
    jakarta/commons/proper/launcher/trunk/project.xml

Modified: jakarta/commons/proper/launcher/trunk/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/launcher/trunk/project.xml?view=diff&rev=479258&r1=479257&r2=479258
==============================================================================
--- jakarta/commons/proper/launcher/trunk/project.xml (original)
+++ jakarta/commons/proper/launcher/trunk/project.xml Sat Nov 25 18:10:14 2006
@@ -145,6 +145,9 @@
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>
+      <properties>
+        <scope>test</scope>
+      </properties>
     </dependency>
     <!-- these two are required by maven -->
     <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to