[seam-commits] Seam SVN: r8901 - trunk/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Sep 4 08:05:10 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-09-04 08:05:10 -0400 (Thu, 04 Sep 2008)
New Revision: 8901
Modified:
trunk/build/core.pom.xml
trunk/build/ui.pom.xml
Log:
JBSEAM-3311
Modified: trunk/build/core.pom.xml
===================================================================
--- trunk/build/core.pom.xml 2008-09-04 09:03:29 UTC (rev 8900)
+++ trunk/build/core.pom.xml 2008-09-04 12:05:10 UTC (rev 8901)
@@ -20,6 +20,13 @@
<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: trunk/build/ui.pom.xml
===================================================================
--- trunk/build/ui.pom.xml 2008-09-04 09:03:29 UTC (rev 8900)
+++ trunk/build/ui.pom.xml 2008-09-04 12:05:10 UTC (rev 8901)
@@ -104,6 +104,18 @@
<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>
<artifactId>jsf-api</artifactId>
More information about the seam-commits
mailing list