[seam-commits] Seam SVN: r8904 - branches/Seam_2_0/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Sep 4 08:36:01 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-09-04 08:36:01 -0400 (Thu, 04 Sep 2008)
New Revision: 8904

Modified:
   branches/Seam_2_0/build/core.pom.xml
   branches/Seam_2_0/build/root.pom.xml
   branches/Seam_2_0/build/ui.pom.xml
Log:
JBSEAM-3311

Modified: branches/Seam_2_0/build/core.pom.xml
===================================================================
--- branches/Seam_2_0/build/core.pom.xml	2008-09-04 12:35:31 UTC (rev 8903)
+++ branches/Seam_2_0/build/core.pom.xml	2008-09-04 12:36:01 UTC (rev 8904)
@@ -20,6 +20,12 @@
       <artifactId>hibernate</artifactId>
       <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>

Modified: branches/Seam_2_0/build/root.pom.xml
===================================================================
--- branches/Seam_2_0/build/root.pom.xml	2008-09-04 12:35:31 UTC (rev 8903)
+++ branches/Seam_2_0/build/root.pom.xml	2008-09-04 12:36:01 UTC (rev 8904)
@@ -220,6 +220,12 @@
           </exclusion>
         </exclusions>
       </dependency>
+      
+      <dependency>
+         <groupId>commons-digester</groupId>
+         <artifactId>commons-digester</artifactId>
+         <version>1.7</version>
+      </dependency>
 
       <dependency>
         <groupId>org.jbpm</groupId>

Modified: branches/Seam_2_0/build/ui.pom.xml
===================================================================
--- branches/Seam_2_0/build/ui.pom.xml	2008-09-04 12:35:31 UTC (rev 8903)
+++ branches/Seam_2_0/build/ui.pom.xml	2008-09-04 12:36:01 UTC (rev 8904)
@@ -97,6 +97,18 @@
       <artifactId>richfaces-ui</artifactId>
       <optional>true</optional>
     </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.faces</groupId>




More information about the seam-commits mailing list