venantius / yagni

A Leiningen plugin for finding dead code
Eclipse Public License 1.0
219 stars 10 forks source link

Log4J incompatibility #29

Closed lgrapenthin closed 9 years ago

lgrapenthin commented 9 years ago

With Datomic Pro on the classpath, I get Detected both log4j-over-slf4j.jar AND slf4j-log4j12.jar on the class path, preempting StackOverflowError. See also http://www.slf4j.org/codes.html#log4jDelegationLoop for more details.

[venantius/yagni "0.1.2" :exclusions [org.slf4j/slf4j-log4j12] ]

in profiles doesn't cut it.

venantius commented 9 years ago

Yep, sorry about that - should have removed the dependency when I removed the associated configuration. Will mark this for the 0.1.3 release.

venantius commented 9 years ago

Resolved as of https://github.com/venantius/yagni/commit/2735cc850ba15716dfb6666bc34fcc9a274827e5