From b630faf84f690fc9bf5d0cbb9640abeab12eec6a Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 1 Oct 2019 12:54:04 -0700 Subject: [PATCH] Add optional Logback and Log4j (to SLF4J) dependencies to the runtime classpath for testing. --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index a2b3c2a..e6c03ca 100644 --- a/pom.xml +++ b/pom.xml @@ -85,6 +85,7 @@ UTF-8 3.13.2 4.12 + 2.12.1 1.2.3 1.18.10 3.1.0 @@ -179,6 +180,7 @@ org.springframework.data spring-data-geode + org.springframework.shell spring-shell @@ -186,6 +188,19 @@ true runtime + + org.apache.logging.log4j + log4j-to-slf4j + ${log4j.version} + true + runtime + + + ch.qos.logback + logback-classic + true + runtime +