log4j 2.0-beta1

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1388827 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-09-22 16:12:50 +00:00
parent 410de91548
commit fed8845ab7
1 changed files with 3 additions and 3 deletions

View File

@ -237,14 +237,14 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<groupId>org.apache.logging.log4j.adapters</groupId>
<artifactId>slf4j-impl</artifactId>
<version>${log4jVersion}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<groupId>org.apache.logging.log4j.adapters</groupId>
<artifactId>log4j-jcl</artifactId>
<version>${log4jVersion}</version>
<scope>test</scope>
@ -258,7 +258,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<groupId>org.apache.logging.log4j.adapters</groupId>
<artifactId>log4j12-api</artifactId>
<version>${log4jVersion}</version>
<scope>test</scope>