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