apache / dubbo-spring-boot-project

Spring Boot Project for Apache Dubbo
https://dubbo.apache.org
Apache License 2.0
5.41k stars 1.88k forks source link

duplicate slf4j in spring-boot-starter and dubbo starter #27

Closed thc75 closed 6 years ago

thc75 commented 6 years ago

spring-boot-starter depend log4j-over-slf4j.jar

dubbo starter depend zookeeper depend slf4j-log4j12.jar

It caused an error:

Detected both log4j-over-slf4j.jar AND bound slf4j-log4j12.jar on the class path, preempting StackOverflowError.

mercyblitz commented 6 years ago

Thank you for report.