From ca7d9d33ddcc15854d941432b7cab145a371b394 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sat, 8 Sep 2012 20:53:24 +0000 Subject: [PATCH] don't use jcl-over-slf4j git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1382363 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- .../redback-struts2-integration/pom.xml | 31 +++++++---------- .../src/test/resources/logback-test.xml | 33 ------------------- 3 files changed, 13 insertions(+), 53 deletions(-) delete mode 100755 redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/logback-test.xml diff --git a/pom.xml b/pom.xml index 1ec51d7d..37ee44f6 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ 3.1.2.RELEASE 1.7.0 - 1.0.0 + 2.0-alpha2 1.9.8 UTF-8 true diff --git a/redback-integrations/redback-struts2/redback-struts2-integration/pom.xml b/redback-integrations/redback-struts2/redback-struts2-integration/pom.xml index 99a133ab..b9085707 100644 --- a/redback-integrations/redback-struts2/redback-struts2-integration/pom.xml +++ b/redback-integrations/redback-struts2/redback-struts2-integration/pom.xml @@ -237,37 +237,30 @@ - org.slf4j - jcl-over-slf4j - ${slf4jVersion} + org.apache.logging.log4j + slf4j-impl + ${log4jVersion} test - org.slf4j - log4j-over-slf4j - ${slf4jVersion} + org.apache.logging.log4j + log4j-jcl + ${log4jVersion} test - ch.qos.logback - logback-core - ${logbackVersion} + org.apache.logging.log4j + log4j-core + ${log4jVersion} test - ch.qos.logback - logback-classic - ${logbackVersion} - test - - - - ch.qos.logback - logback-access - ${logbackVersion} + org.apache.logging.log4j + log4j12-api + ${log4jVersion} test diff --git a/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/logback-test.xml b/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/logback-test.xml deleted file mode 100755 index 5af77507..00000000 --- a/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/logback-test.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - %-5p %c{2} : %m%n - - - - - - - - - \ No newline at end of file