[seam-commits] Seam SVN: r8761 - trunk/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Aug 21 09:50:35 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-08-21 09:50:33 -0400 (Thu, 21 Aug 2008)
New Revision: 8761
Modified:
trunk/build/gen.pom.xml
trunk/build/root.pom.xml
trunk/build/ui.pom.xml
trunk/build/wicket.pom.xml
Log:
JBSEAM-3289 and general tidy up of transitive dependencies
Modified: trunk/build/gen.pom.xml
===================================================================
--- trunk/build/gen.pom.xml 2008-08-21 12:13:57 UTC (rev 8760)
+++ trunk/build/gen.pom.xml 2008-08-21 13:50:33 UTC (rev 8761)
@@ -16,7 +16,7 @@
<dependencies>
<dependency>
- <groupId>ant</groupId>
+ <groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<scope>compile</scope>
</dependency>
Modified: trunk/build/root.pom.xml
===================================================================
--- trunk/build/root.pom.xml 2008-08-21 12:13:57 UTC (rev 8760)
+++ trunk/build/root.pom.xml 2008-08-21 13:50:33 UTC (rev 8761)
@@ -139,9 +139,9 @@
<dependency>
- <groupId>ant</groupId>
+ <groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.6.5</version>
+ <version>1.7.0</version>
</dependency>
<dependency>
@@ -250,6 +250,10 @@
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -258,6 +262,16 @@
<groupId>org.jboss.cache</groupId>
<artifactId>jbosscache-core</artifactId>
<version>2.2.0.CR6</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
@@ -485,10 +499,14 @@
<groupId>net.sourceforge.jexcelapi</groupId>
<artifactId>jxl</artifactId>
<version>2.6.8-seam</version>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
-
- <!-- Should be 3.3.GA to be in sync with AS, but this doesn't seem to exist -->
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
@@ -822,6 +840,24 @@
<groupId>jboss</groupId>
<artifactId>jboss-common-core</artifactId>
<version>2.0.4.GA</version>
+ <exclusions>
+ <exclusion>
+ <groupId>apache-xerces</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>apache-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>apache-slide</groupId>
+ <artifactId>webdavlib</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-common-logging-spi</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
Modified: trunk/build/ui.pom.xml
===================================================================
--- trunk/build/ui.pom.xml 2008-08-21 12:13:57 UTC (rev 8760)
+++ trunk/build/ui.pom.xml 2008-08-21 13:50:33 UTC (rev 8761)
@@ -178,6 +178,9 @@
<version>5.1</version>
<scope>test</scope>
<classifier>jdk15</classifier>
+ <exclusions>
+ <exclusion></exclusion>
+ </exclusions>
</dependency>
</dependencies>
Modified: trunk/build/wicket.pom.xml
===================================================================
--- trunk/build/wicket.pom.xml 2008-08-21 12:13:57 UTC (rev 8760)
+++ trunk/build/wicket.pom.xml 2008-08-21 13:50:33 UTC (rev 8761)
@@ -47,6 +47,12 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<optional>true</optional>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
More information about the seam-commits
mailing list