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