Make slf4j-jdk14 optional dependency in http-jetty
--------------------------------------------------
Key: CXF-2701
URL: https://issues.apache.org/jira/browse/CXF-2701
Project: CXF
Issue Type: Bug
Affects Versions: 2.2.5, 2.3
Reporter: Roman Kalukiewicz
Priority: Trivial
slf4j refuses to work properly if two bidings are present, but when I use
cxf-rt-transports-http-jetty artifact in maven it pulls also slf4j-jdk14 (as it
is transitive dependency).
I would like this dependency to be optional, as it really is one of many jars
that someone can choose to use in his own tests (I choose to use slf4j-log4j12)
and such person is forced to exclude slf4j-jdk14.
Another thing is I believe the scope should be 'runtime' as you don't use it
for main/test compilation, but only at runtime.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.