-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 31.01.2010 15:49, [email protected] wrote:
> Author: seelmann
> Date: Sun Jan 31 14:49:26 2010
> New Revision: 905051
>
> URL: http://svn.apache.org/viewvc?rev=905051&view=rev
> Log:
> Revert to log4j 1.2.14 (1.2.15 has dependencies not available at maven
> central)
You can exclude them if you want to use the new log4j version:
Index: pom.xml
===================================================================
- --- pom.xml (revision 905094)
+++ pom.xml (working copy)
@@ -45,7 +45,7 @@
<commons.pool.version>1.5.4</commons.pool.version>
<dom4j.version>1.6.1</dom4j.version>
<junit.version>4.7</junit.version>
- - <log4j.version>1.2.14</log4j.version>
+ <log4j.version>1.2.15</log4j.version>
<mina.core.version>2.0.0-RC1</mina.core.version>
<slf4j.api.version>1.5.10</slf4j.api.version>
<slf4j.log4j12.version>1.5.10</slf4j.log4j12.version>
@@ -117,6 +117,16 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${log4j.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.sun.jdmk</groupId>
+ <artifactId>jmxtools</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.jmx</groupId>
+ <artifactId>jmxri</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
Regards
Felix
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAktl0eUACgkQ2lZVCB08qHFUXwCfa+Yn9FFRmo9of/eEzAety/0b
pA4An3u6JsFaGQqT8lROETSeCqI76J8S
=fK7J
-----END PGP SIGNATURE-----