[jboss-cvs] JBossAS SVN: r77960 - projects/server-manager/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 4 07:18:20 EDT 2008


Author: akostadinov
Date: 2008-09-04 07:18:20 -0400 (Thu, 04 Sep 2008)
New Revision: 77960

Modified:
   projects/server-manager/trunk/pom.xml
Log:
limit scope of junit depencency

Modified: projects/server-manager/trunk/pom.xml
===================================================================
--- projects/server-manager/trunk/pom.xml	2008-09-04 11:03:37 UTC (rev 77959)
+++ projects/server-manager/trunk/pom.xml	2008-09-04 11:18:20 UTC (rev 77960)
@@ -36,6 +36,7 @@
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>4.4</version>
+      <scope>test</scope>
     </dependency>
   </dependencies>
 




More information about the jboss-cvs-commits mailing list