Hello, i want to use sl4j with logback in my application. 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, 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)
Are there any constraints preventing this dependency refactoring ? Thanks
