[jboss-cvs] JBossAS SVN: r72660 - projects/ejb3/trunk/security.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 24 02:16:32 EDT 2008


Author: wolfc
Date: 2008-04-24 02:16:32 -0400 (Thu, 24 Apr 2008)
New Revision: 72660

Modified:
   projects/ejb3/trunk/security/pom.xml
Log:
You must have junit in dependencies (SUREFIRE-300) even if no tests are present (!)


Modified: projects/ejb3/trunk/security/pom.xml
===================================================================
--- projects/ejb3/trunk/security/pom.xml	2008-04-24 02:18:50 UTC (rev 72659)
+++ projects/ejb3/trunk/security/pom.xml	2008-04-24 06:16:32 UTC (rev 72660)
@@ -127,12 +127,12 @@
       <artifactId>jboss-logging-spi</artifactId>
     </dependency>
 
-    <!-- JUnit 
+    <!-- JUnit -->
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>
-    </dependency> -->
+    </dependency>
 
   </dependencies>
 </project>




More information about the jboss-cvs-commits mailing list