log4j2 beta3

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1409702 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-11-15 09:14:49 +00:00
parent 369cd89a33
commit 2c54daefca
9 changed files with 10 additions and 10 deletions

View File

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

View File

@ -191,7 +191,7 @@
<dependency>
<groupId>org.apache.logging.log4j.adapters</groupId>
<artifactId>slf4j-impl</artifactId>
<artifactId>log4j-slf4j-impl</artifactId>
<scope>test</scope>
</dependency>

View File

@ -143,7 +143,7 @@
<dependency>
<groupId>org.apache.logging.log4j.adapters</groupId>
<artifactId>slf4j-impl</artifactId>
<artifactId>log4j-slf4j-impl</artifactId>
</dependency>
<dependency>

View File

@ -282,7 +282,7 @@
<dependency>
<groupId>org.apache.logging.log4j.adapters</groupId>
<artifactId>slf4j-impl</artifactId>
<artifactId>log4j-slf4j-impl</artifactId>
<scope>test</scope>
</dependency>

View File

@ -257,7 +257,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j.adapters</groupId>
<artifactId>slf4j-impl</artifactId>
<artifactId>log4j-slf4j-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -670,7 +670,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j.adapters</groupId>
<artifactId>slf4j-impl</artifactId>
<artifactId>log4j-slf4j-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>

View File

@ -113,7 +113,7 @@
<dependency>
<groupId>org.apache.logging.log4j.adapters</groupId>
<artifactId>slf4j-impl</artifactId>
<artifactId>log4j-slf4j-impl</artifactId>
</dependency>
<dependency>

View File

@ -82,7 +82,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j.adapters</groupId>
<artifactId>slf4j-impl</artifactId>
<artifactId>log4j-slf4j-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -74,7 +74,7 @@
<redback.spring-utils.version>2.0</redback.spring-utils.version>
<redback.taskqueue.version>2.0</redback.taskqueue.version>
<slf4j.version>1.7.1</slf4j.version>
<log4j.version>2.0-beta2</log4j.version>
<log4j.version>2.0-beta3</log4j.version>
<spring.version>3.1.3.RELEASE</spring.version>
@ -1183,7 +1183,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j.adapters</groupId>
<artifactId>slf4j-impl</artifactId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j.version}</version>
<scope>runtime</scope>
</dependency>