[ https://issues.apache.org/jira/browse/OAK-9024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17089475#comment-17089475 ]
Carsten Ziegeler commented on OAK-9024: --------------------------------------- [~reschke] I assume you are embedding other jars. So one possible way is to only embed a single jar and see whether the import is still there. If yes, you found the artifact that is generating it, if not you continue with the next embedded jar. Once you know the artifact, you can check out their source code and see where this is used. It might that this is coming from a class that is not really used by oak at runtime, in that case removing the import would be a solution > oak-solr-osgi imports org.slf4j.impl > ------------------------------------ > > Key: OAK-9024 > URL: https://issues.apache.org/jira/browse/OAK-9024 > Project: Jackrabbit Oak > Issue Type: Bug > Components: solr > Reporter: Julian Reschke > Priority: Minor > Fix For: 1.28.0 > > > From the manifest: > {{org.slf4j.impl;version="[1.6,2)"}} -- This message was sent by Atlassian Jira (v8.3.4#803005)