Mehrere slf4j-Bindungen im Eclipse RCP-Plugin

Ich habe ein einfaches Eclipse-Plugin, das bei der Aktivierung folgende Fehlermeldung ausgibt:

SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [bundleresource://103.fwk8918249:1/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [bundleresource://103.fwk8918249:4/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.

Beide URLs werden in genau dasselbe Glas im Bundle aufgelöst

libs/slf4j-log4j12.jar!/org/slf4j/impl/StaticLoggerBinder.class
Wie kann ich das Problem lösen?Wie kommt es, dass das Bündel das Glas zweimal lädt (": 1" und ": 4")?

Antworten auf die Frage(3)

Ihre Antwort auf die Frage