From 18484f0fc208cf64165e3857474c7f121be6d527 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Mon, 10 Sep 2012 07:13:57 +0000 Subject: [PATCH] fix missing slf4j impl in webapp-js git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1382667 13f79535-47bb-0310-9956-ffa450edef68 --- .../archiva-web/archiva-webapp-js/pom.xml | 9 ++++ .../archiva-webapp-test-js/pom.xml | 5 ++ .../src/test/resources/log4j2-test.xml | 38 +++++++++++++ .../test/resources/logging/log4j2-test.xml | 54 +++++++++++++++++++ 4 files changed, 106 insertions(+) create mode 100644 archiva-modules/archiva-web/archiva-webapp-test-js/src/test/resources/log4j2-test.xml create mode 100644 archiva-modules/archiva-web/archiva-webapp-test-js/src/test/resources/logging/log4j2-test.xml diff --git a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml index 49452e9b5..5a16f22e5 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml @@ -646,6 +646,10 @@ jcl-over-slf4j provided + + org.slf4j + slf4j-ext + commons-logging commons-logging @@ -656,6 +660,11 @@ log4j12-api runtime + + org.apache.logging.log4j + slf4j-impl + runtime + org.apache.logging.log4j log4j-jcl diff --git a/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml index 815f00741..7aab98727 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml @@ -111,6 +111,11 @@ log4j-jcl + + org.apache.logging.log4j + slf4j-impl + + org.apache.logging.log4j log4j12-api diff --git a/archiva-modules/archiva-web/archiva-webapp-test-js/src/test/resources/log4j2-test.xml b/archiva-modules/archiva-web/archiva-webapp-test-js/src/test/resources/log4j2-test.xml new file mode 100644 index 000000000..9294964db --- /dev/null +++ b/archiva-modules/archiva-web/archiva-webapp-test-js/src/test/resources/log4j2-test.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/archiva-modules/archiva-web/archiva-webapp-test-js/src/test/resources/logging/log4j2-test.xml b/archiva-modules/archiva-web/archiva-webapp-test-js/src/test/resources/logging/log4j2-test.xml new file mode 100644 index 000000000..e9a65a586 --- /dev/null +++ b/archiva-modules/archiva-web/archiva-webapp-test-js/src/test/resources/logging/log4j2-test.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5