[seam-commits] Seam SVN: r8800 - branches/Seam_2_0_FP/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Aug 25 10:26:40 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-08-25 10:26:40 -0400 (Mon, 25 Aug 2008)
New Revision: 8800

Modified:
   branches/Seam_2_0_FP/build/core.pom.xml
   branches/Seam_2_0_FP/build/ui.pom.xml
Log:
JBPAPP-1102

Modified: branches/Seam_2_0_FP/build/core.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/core.pom.xml	2008-08-25 14:25:49 UTC (rev 8799)
+++ branches/Seam_2_0_FP/build/core.pom.xml	2008-08-25 14:26:40 UTC (rev 8800)
@@ -39,7 +39,13 @@
       <optional>true</optional>
     </dependency>
     
+    <!-- Maven's "nearest" dependency resolution doesn't take into account parent dependency management! -->
     <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+    </dependency>
+    
+    <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-entitymanager</artifactId>
       <optional>true</optional>

Modified: branches/Seam_2_0_FP/build/ui.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/ui.pom.xml	2008-08-25 14:25:49 UTC (rev 8799)
+++ branches/Seam_2_0_FP/build/ui.pom.xml	2008-08-25 14:26:40 UTC (rev 8800)
@@ -158,6 +158,18 @@
       <groupId>commons-beanutils</groupId>
       <artifactId>commons-beanutils</artifactId>
     </dependency>
+    
+    <!-- Maven's "nearest" dependency resolution doesn't take into account parent dependency management! -->
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    
+    <!-- Maven's "nearest" dependency resolution doesn't take into account parent dependency management! -->
+    <dependency>
+      <groupId>commons-digester</groupId>
+      <artifactId>commons-digester</artifactId>
+    </dependency>
 
     <dependency>
       <groupId>javax.persistence</groupId>




More information about the seam-commits mailing list