SLF4J: Class path contains multiple SLF4J bindings
I’m getting the following error. It seems there are multiple logging frameworks bound to slf4j. Not sure how to resolve this. Any help is greatly appreciated.
I’m getting the following error. It seems there are multiple logging frameworks bound to slf4j. Not sure how to resolve this. Any help is greatly appreciated.
I am using Maven 2.2.1 and to build my project I used this command However, the build failed saying it couldn’t find one of the artifact. However, when I used: everything worked fine. So far I have been thinking that these 2 commands are equivalent. However, this link seems to suggest that -Dmaven.test.skip=true also skips … Read more