Hi everyone, I'm including tika-app-1.11.jar with my application and see that Tika includes "slf4j". This is conflicting with my own "slf4j". If I remove it from Tika's JAR will that cause any issues?
I tested by removing it and tested and didn't see issue but would like to know from the community. A side note, when I removed "slf4j", logs in my Eclipse's Console are now in red color (it use to be black before I integrated with tika-app-1.11.jar). If I leave it, I still get red colored output, but obviously I also get the "SLF4J: Class path contains multiple SLF4J bindings" message. Thanks Steve