From 094b616285a9f52e9eed903c0b475ba0743535d8 Mon Sep 17 00:00:00 2001 From: Kyle Fricilone Date: Wed, 20 Nov 2019 15:58:25 -0600 Subject: [PATCH] Add log4j2 dependencies --- java-arch/pom.xml | 10 ++++++++++ java-comp/pom.xml | 10 ++++++++++ pom.xml | 13 +++++++++++++ 3 files changed, 33 insertions(+) diff --git a/java-arch/pom.xml b/java-arch/pom.xml index eb2b63f..f9358b2 100644 --- a/java-arch/pom.xml +++ b/java-arch/pom.xml @@ -66,6 +66,16 @@ junit-jupiter-engine test + + + org.apache.logging.log4j + log4j-api + + + + org.apache.logging.log4j + log4j-core + diff --git a/java-comp/pom.xml b/java-comp/pom.xml index 2534b47..e06e91d 100644 --- a/java-comp/pom.xml +++ b/java-comp/pom.xml @@ -55,6 +55,16 @@ test + + org.apache.logging.log4j + log4j-api + + + + org.apache.logging.log4j + log4j-core + + me.kfricilone java-arch diff --git a/pom.xml b/pom.xml index 184c441..d588806 100644 --- a/pom.xml +++ b/pom.xml @@ -71,6 +71,7 @@ 7.2 4.7.2 5.0.4 + 2.12.1 true true @@ -171,6 +172,18 @@ ${ju.engine.version} test + + + org.apache.logging.log4j + log4j-api + ${log4j.version} + + + + org.apache.logging.log4j + log4j-core + ${log4j.version} +