ejb3unit 2.0.0 issue with including slf4j-api
Brought to you by:
daniel_wiese,
fbauschulte
Embedding the slf4j-api into your code has done the exact opposite of what you intended. It looks like the version of SLF4j that you are including is pre-1.5.6 and so its not compatible with slf4j dependencies on 1.5.6, 1.5.7, 1.5.8 (my case).
So that I get this issue:
http://www.slf4j.org/faq.html#IllegalAccessError
Please remove the slf4j-api classes and instead specify the dependency in the pom file where it belongs.