You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log4j-1.2-api and log4j-api are pulling JUnit in as a transitive dependency in the compile scope. This causes a problem for me as the version of JUnit pulled in has security & license issues that prevent it being deployed in my env.
Since JUnit shouldn't be in the compile scope anyway, and this SDK already explicitly pulls JUnit in to the testscope, we should exclude JUnit from the log4j-1.2-api and log4j-api dependencies
The text was updated successfully, but these errors were encountered:
log4j-1.2-api
andlog4j-api
are pulling JUnit in as a transitive dependency in thecompile
scope. This causes a problem for me as the version of JUnit pulled in has security & license issues that prevent it being deployed in my env.Since JUnit shouldn't be in the
compile
scope anyway, and this SDK already explicitly pulls JUnit in to thetest
scope, we should exclude JUnit from thelog4j-1.2-api
andlog4j-api
dependenciesThe text was updated successfully, but these errors were encountered: