[jboss-cvs] JBossAS SVN: r71059 - projects/dependency.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 20 10:33:54 EDT 2008


Author: pgier
Date: 2008-03-20 10:33:54 -0400 (Thu, 20 Mar 2008)
New Revision: 71059

Modified:
   projects/dependency/pom.xml
Log:
Removing prerequisite on maven 2.0.8 because the prerequisite applies to the current project and building this pom does not require 2.0.8.

Modified: projects/dependency/pom.xml
===================================================================
--- projects/dependency/pom.xml	2008-03-20 14:00:53 UTC (rev 71058)
+++ projects/dependency/pom.xml	2008-03-20 14:33:54 UTC (rev 71059)
@@ -26,16 +26,6 @@
   </description>
   <url>http://www.jboss.com/products/jbossas</url>
 
-  <!-- 
-    
-    Maven 2.0.8 or higher must be used to build this project because of
-    a bug in earlier versions when handling inter-module test scope dependencies.
-    
-  -->
-  <prerequisites>
-    <maven>2.0.8</maven>
-  </prerequisites>
-
   <!-- Properties -->
   <properties>
     <version.junit>3.8.2-brew</version.junit>




More information about the jboss-cvs-commits mailing list