[jacorb-bugs] [Bug 966] New: slf4j-jdk14 should not be a compile dependency
bugzilla-daemon at jacorb.org
bugzilla-daemon at jacorb.org
Mon Aug 12 18:02:32 CEST 2013
http://www.jacorb.org/bugzilla/show_bug.cgi?id=966
Bug ID: 966
Summary: slf4j-jdk14 should not be a compile dependency
Product: JacORB
Version: 3.2
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P5
Component: Configuration and Build
Assignee: jacorb-bugs at lists.spline.inf.fu-berlin.de
Reporter: jared at techemet.com
The point of SLF4J is that a user can swap in different logging backends based
on their own particular environment. By including it as a compile time
dependency, other projects that use jacorb get error messages that there are
multiple SLF4J bindings.
Please change this dependency to test, i.e.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.6.4</version>
<scope>test</scope>
</dependency>
You can read more about this here: http://slf4j.org/faq.html#maven2
--
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/20130812/377c32c7/attachment.html>
More information about the jacorb-bugs
mailing list