[jacorb-bugs] [Bug 1016] Jacorb (core) pom exposes slf4j-jdk14 as a compile time dependency

bugzilla-daemon at jacorb.org bugzilla-daemon at jacorb.org
Thu Oct 15 11:03:08 CEST 2015


http://www.jacorb.org/bugzilla/show_bug.cgi?id=1016

--- Comment #3 from David Gibbs <david.gibbs at ig.com> ---
Hi Nick,

very sorry I did not see your comment earlier, much earlier.

I think that slf4j-jdk14 is not a runtime dependency of jacorb. It's a runtime
dependency of the example applications. 

If the scope is "runtime" then applications using jacorb will have a transitive
runtime dependency on slf4j-jdk14 and still require the exclusions. slf4j
complains when runtime conflicts arise with other logging implementations.

If the tests depend on the slf4j-jdk14 logging implementation then it would be
reasonable for it to be of scope "test".

I would suggest 
* making slf4j-jdk14 of scope "test" or removing it from dependency management 
* adding slf4j-jdk14 with scope "runtime" to the example applications"

thanks
Dave

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spline.inf.fu-berlin.de/pipermail/jacorb-bugs/attachments/20151015/1da476c0/attachment.html>


More information about the jacorb-bugs mailing list