Author: sdeboy
Date: Sun Oct 25 22:11:00 2009
New Revision: 829666
URL: http://svn.apache.org/viewvc?rev=829666&view=rev
Log:
Chainsaw now relies on log4j 1.2.16 (uses removeProperty)
Modified:
logging/chainsaw/trunk/pom.xml
Modified: logging/chainsaw/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/logging/chainsaw/trunk/pom.xml?rev=829666&r1=829665&r2=829666&view=diff
==============================================================================
--- logging/chainsaw/trunk/pom.xml (original)
+++ logging/chainsaw/trunk/pom.xml Sun Oct 25 22:11:00 2009
@@ -349,7 +349,7 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
- <version>1.2.15</version>
+ <version>1.2.16</version>
</dependency>
<dependency>
<groupId>xstream</groupId>