log4j 2.0-beta5

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1471349 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-04-24 10:24:03 +00:00
parent 8d07c8bf70
commit 85ea600465
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
<properties>
<springVersion>3.2.2.RELEASE</springVersion>
<slf4jVersion>1.7.2</slf4jVersion>
<log4j2Version>2.0-beta4</log4j2Version>
<log4j2Version>2.0-beta5</log4j2Version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gpg.useagent>true</gpg.useagent>

View File

@ -158,7 +158,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j.adapters</groupId>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j2Version}</version>
<scope>test</scope>