I am working on a JAVA Maven project, which is mainly configured using logback with slf4j. I can't see any Log4j dependency in my Maven dependency tree, means Log4j is not transitively coming from any of my pom XML component. I am assuming that, it is coming from some Maven plugins, I am using eclipse editor. I want to remove that vulnerable Log4j component completely as I am using different logging framework. Is there any way to know to resolve this issue, means to stop downloading Log4j during Maven update? Is there any way to know the Library/plugin name which is fetching Log4j. Please help me on this. Thanks in advance!
Regards, Ritesh
Remove or update the plugins accordingly. For example, if you are using Eclipse, check the Eclipse Run Configurations and Maven configurations to ensure there are no unnecessary dependencies.