From 0423e2b39f57389fc0ab28097bda2f1785ac7029 Mon Sep 17 00:00:00 2001 From: Sergey Petrelevich Date: Fri, 4 Dec 2020 01:51:02 +0300 Subject: [PATCH] L03 spring-boot --- .../spring-03-springboot/messager-starter/pom.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/2020-11/spring-03-springboot/messager-starter/pom.xml b/2020-11/spring-03-springboot/messager-starter/pom.xml index 22d90386..e29b70c6 100644 --- a/2020-11/spring-03-springboot/messager-starter/pom.xml +++ b/2020-11/spring-03-springboot/messager-starter/pom.xml @@ -28,15 +28,17 @@ ${spring-boot-starter.version} - org.apache.logging.log4j - log4j-to-slf4j - - - org.slf4j - jul-to-slf4j + org.springframework.boot + spring-boot-starter-logging + + org.slf4j + slf4j-api + 1.7.30 + provided + ru.otus