From 45600a0953a3d66469d6ca68b1739341e5354a84 Mon Sep 17 00:00:00 2001 From: jomu Date: Fri, 10 Jul 2015 08:35:42 +0000 Subject: [PATCH] updated to log4j2 --- security/pom.xml | 11 +++++++---- security/src/main/resources/log4j2.xml | 14 ++++++++++++++ 2 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 security/src/main/resources/log4j2.xml diff --git a/security/pom.xml b/security/pom.xml index 2064619..73f5997 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -35,10 +35,13 @@ jar - log4j - log4j - jar - + org.apache.logging.log4j + log4j-core + + + org.apache.logging.log4j + log4j-api + com.lambdaworks diff --git a/security/src/main/resources/log4j2.xml b/security/src/main/resources/log4j2.xml new file mode 100644 index 0000000..326f685 --- /dev/null +++ b/security/src/main/resources/log4j2.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file