13.4 库依赖冲突问题:Detected both log4j-over-slf4j.jar AND bound slf4j-log4j12.jar on the class path
问题描述
引入第三方库'org.raml:raml-parser:0.8.12',导致slf4j依赖冲突。
java.lang.IllegalStateException: Detected both log4...
错误日志
Caused by: java.lang.IllegalStateException: Detected both log4j-over-slf4j.jar AND bound slf4j-log4j12.jar on the class path, preempting StackOverflowError. See also http://www.slf4j.org/codes.h...