On dbUnit's dependency page (http://dbunit.sourceforge.net/dependencies.html), the runtime dependency is stated to be slf4j-nop. However, I did not have success until I also added slf4j-api-1.5.8.jar.
Hi there,
the slf4j-api jar is a compile time dependency. I'm not sure whether it is possible to add the same dependency with different scopes? Could you advise me how to solve this?
thx,
matthiass
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
the slf4j-api jar is a compile time dependency. I'm not sure whether it is possible to add the same dependency with different scopes? Could you advise me how to solve this?
thx,
matthiass
There is no slf4j-nop dependency, so this issue can be closed now.
Thanks Vic!