Multiple SLF4J bindings cause error?

前端 未结 6 1027
傲寒
傲寒 2020-12-31 02:06

I have a problem with my dependency tree and multiple SLF4J binding. What I found out so far is that usually this only causes a warning but in my case it seems to prevent my

6条回答
  •  死守一世寂寞
    2020-12-31 02:58

    When multiple bindings are available on the class path, select one and only one binding you wish to use, and remove the other bindings.

    Try removing explicitly added dependency of 'org.slf4j' or 'log4j2'.

提交回复
热议问题