You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2008/07/13 12:09:58 UTC

svn commit: r676292 - /mina/trunk/pom.xml

Author: ngn
Date: Sun Jul 13 03:09:57 2008
New Revision: 676292

URL: http://svn.apache.org/viewvc?rev=676292&view=rev
Log:
Setting test scope for test dependencies

Modified:
    mina/trunk/pom.xml

Modified: mina/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/pom.xml?rev=676292&r1=676291&r2=676292&view=diff
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Sun Jul 13 03:09:57 2008
@@ -236,24 +236,28 @@
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>4.4</version>
+        <scope>test</scope>
       </dependency>
 
       <dependency>
         <groupId>org.easymock</groupId>
         <artifactId>easymock</artifactId>
         <version>2.3</version>
+        <scope>test</scope>
       </dependency>
 
       <dependency>
         <groupId>org.easymock</groupId>
         <artifactId>easymockclassextension</artifactId>
         <version>2.3</version>
+        <scope>test</scope>
       </dependency>
 
       <dependency>
         <groupId>com.agical.rmock</groupId>
         <artifactId>rmock</artifactId>
         <version>2.0.0</version>
+        <scope>test</scope>
       </dependency>
     </dependencies>
   </dependencyManagement>