From d7aa7e73dba1e5779ba205fccad46f0c906e550c Mon Sep 17 00:00:00 2001 From: Sergey Petrelevich Date: Fri, 4 Dec 2020 01:38:17 +0300 Subject: [PATCH] L03 spring-boot --- 2020-11/spring-03-springboot/messager-starter/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/2020-11/spring-03-springboot/messager-starter/pom.xml b/2020-11/spring-03-springboot/messager-starter/pom.xml index cb8aa891..22d90386 100644 --- a/2020-11/spring-03-springboot/messager-starter/pom.xml +++ b/2020-11/spring-03-springboot/messager-starter/pom.xml @@ -26,6 +26,16 @@ org.springframework.boot spring-boot-starter ${spring-boot-starter.version} + + + org.apache.logging.log4j + log4j-to-slf4j + + + org.slf4j + jul-to-slf4j + +