Hi folks,
I have a project setup with the SpringSource Gradle IDE. When I run the application from this project from within Eclipse I get the following output in the console:


SLF4J: Found binding in [jar:file:/home/kevin/apps/eclipse/eclipse-jee-juno/eclipse/plugins/org.springsource.ide.eclipse.gradle.core_3.1.0.201 210040512-RELEASE/lib/slf4j-simple-1.6.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]


I'm trying to resolve an issue with the wrong SLF4J binding being selected at runtime and I can't figure out why this SLF4J jar from within the gradle plugin is on the runtime classpath. Is this expected? Is there any way to prevent it from happening?

Thanks,
Kevin