holdenk/spark-testing-base

Log4J dependency issue

Aditya-Amgaonkar opened this issue · 1 comments

I am trying to eliminate a transitive dependency of log4j v1.2.17 from my scala gradle project.

In order to do this I have excluded log4j dependency from my build.gradle exclude group: "log4j", module: "log4j" and I intend to replace this with log4j-core.

However, it seems that spark-testing-base is not taking log4j-core automatically for its transitive dependencies. Can we fix this please?
Thanks.
Screenshot 2022-04-26 at 9 47 35 PM

This seems like a gradle build issue.