I have a spring boot project, imported in IntelliJ CE. On running it I get conflicting bindings for SLF4J.
One binding is from maven repository while another one is inside installation directory of Intellij CE.
There is no SLF4J explicitly configured in pom.
How can I exclude one of them?