[hibernate-commits] Hibernate SVN: r14212 - core/trunk/testing.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Dec 4 12:26:17 EST 2007


Author: steve.ebersole at jboss.com
Date: 2007-12-04 12:26:17 -0500 (Tue, 04 Dec 2007)
New Revision: 14212

Modified:
   core/trunk/testing/pom.xml
Log:
minor change

Modified: core/trunk/testing/pom.xml
===================================================================
--- core/trunk/testing/pom.xml	2007-12-01 02:10:49 UTC (rev 14211)
+++ core/trunk/testing/pom.xml	2007-12-04 17:26:17 UTC (rev 14212)
@@ -27,10 +27,9 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <!-- here we need to pull JUnit deps into compile scope... -->
+            <!-- here we need to pull JUnit deps into compile scope, as opposed to the normal test scope -->
             <version>3.8.1</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>
-
 </project>




More information about the hibernate-commits mailing list