I am getting following runtime Exception while running my java code. Could someone please help me resolve the binding conflicts.
SLF4J: Class path contai
Run mvn dependency:tree and search which dependency have the slf4j implementations you do not want, then exclude them with a dependency exclusion like:
mvn dependency:tree
slf4j
org.someexternallib someexternallibartifact ... org.slf4j slf4j-log4j12 log4j log4j