[jboss-cvs] JBossAS SVN: r91689 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 27 16:47:23 EDT 2009


Author: pgier
Date: 2009-07-27 16:47:23 -0400 (Mon, 27 Jul 2009)
New Revision: 91689

Modified:
   trunk/pom.xml
Log:
Make junit available to all modules.

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2009-07-27 19:20:00 UTC (rev 91688)
+++ trunk/pom.xml	2009-07-27 20:47:23 UTC (rev 91689)
@@ -214,6 +214,15 @@
     </plugins>
   </build>
   
+  <!-- Dependencies defined here are available to all modules -->
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  
   <!-- Dependency Management -->
   <dependencyManagement>
     <dependencies>




More information about the jboss-cvs-commits mailing list