From b732be993a9437eb0b2af6a524932eb20796ffd1 Mon Sep 17 00:00:00 2001 From: DmitriyMX Date: Fri, 7 Apr 2017 13:35:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=BE=D0=B3=D0=B8=D1=80=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D0=B5=20=D1=87=D0=B5=D1=80=D0=B5=D0=B7=20Log?= =?UTF-8?q?4j2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 13 ++++++++++--- src/test/resources/log4j2.xml | 13 +++++++++++++ 2 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 src/test/resources/log4j2.xml diff --git a/pom.xml b/pom.xml index e9352f0..9814911 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,7 @@ UTF-8 1.8 1.7.21 + 2.5 4.3.7.RELEASE 1.10.1.RELEASE @@ -37,9 +38,15 @@ ${slf4j.version} - org.slf4j - slf4j-simple - ${slf4j.version} + org.apache.logging.log4j + log4j-core + ${log4j.version} + runtime + + + org.apache.logging.log4j + log4j-slf4j-impl + ${log4j.version} runtime diff --git a/src/test/resources/log4j2.xml b/src/test/resources/log4j2.xml new file mode 100644 index 0000000..879b038 --- /dev/null +++ b/src/test/resources/log4j2.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file