On 06/03/13 14:02, Henning Bredel wrote:
Am 06.03.2013 14:50, schrieb Sébastien Boulet:
I saw that jena-core artifact use slf4j too. But a direct dependency
to log4j is declared in the pom : jena-parent.
I know i can exclude this dependencies in my own pom,
or use <scope>provided</scope> ?
but i think the
jena framework should come only with a dependency on the sl4j api (as
explained here : http://www.slf4j.org/faq.html#configure_logging)
Jena uses logging directly for command line tools and in Fuseki. Also
(minor, in some support code - as noted in the comment) there is code
for changing log levels while executing.
The commands could do with pulling into a separate module. If you'd
like to suggest/test/contribute a restructuring that would be great.
What is required is the sl4j / commons logging bridge,
org.slf4j:jcl-over-slf4j.
+1
"+1" means "I will help" :-)
Andy