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:
parent
410de91548
commit
fed8845ab7
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue