This is a question that has been asked before, but unfortunately no solution seems to work for me. I am facing this exception (with abridged stack trace):
ja
I had the same error message, but the solution was different for me. I had to remove to following dependency from the maven pom:
org.slf4j jcl-over-slf4j 1.6.1
After that the error vanishes and everything worked for me.