You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2018/04/09 20:21:04 UTC

[archiva-redback-components-spring-utils] 17/47: testing log4j 2

This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-components-spring-utils.git

commit c571eff14847d8bf4a9d683251dc4a21c0d6b796
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Fri Sep 7 08:45:55 2012 +0000

    testing log4j 2
    
    git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1381935 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index e9952d4..f52d8db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,9 +116,9 @@
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.17</version>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>slf4j-impl</artifactId>
+      <version>2.0-alpha2</version>
       <scope>test</scope>
     </dependency>
 

-- 
To stop receiving notification emails like this one, please contact
martin_s@apache.org.