[seam-commits] Seam SVN: r9679 - trunk/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Dec 1 10:11:20 EST 2008
Author: dan.j.allen
Date: 2008-12-01 10:11:20 -0500 (Mon, 01 Dec 2008)
New Revision: 9679
Modified:
trunk/build/root.pom.xml
Log:
set commons-logging version to 1.1.1 which eliminates unnecessary dependencies/exclusions (no code change from 1.1)
Modified: trunk/build/root.pom.xml
===================================================================
--- trunk/build/root.pom.xml 2008-12-01 06:09:22 UTC (rev 9678)
+++ trunk/build/root.pom.xml 2008-12-01 15:11:20 UTC (rev 9679)
@@ -449,25 +449,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.1</version>
- <exclusions>
- <exclusion>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </exclusion>
- <exclusion>
- <groupId>logkit</groupId>
- <artifactId>logkit</artifactId>
- </exclusion>
- <exclusion>
- <groupId>avalon-framework</groupId>
- <artifactId>avalon-framework</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- </exclusion>
- </exclusions>
+ <version>1.1.1</version>
</dependency>
<dependency>
More information about the seam-commits
mailing list