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
leads to the following Dependency Tree in compile-Scope, which means, you explicitly have to declare an exclusion if you don't want to ship Maven Modules with Dependencies like junit-4 with your Production Artifact.
It's really an awful amount of clutter that's added by this inadvertently - would be nice to have this removed again without having to declare exclusions in all projects depending on fst :)
Edit: Snippet with corresponding exclusion, if someone else needs it in the meantime:
Declaring the Dependency to the Maven Module
maven-bundle-plugin
in theDependencies
-Section like thisleads to the following Dependency Tree in
compile
-Scope, which means, you explicitly have to declare anexclusion
if you don't want to ship Maven Modules with Dependencies likejunit-4
with your Production Artifact.compile-Scope Dependency Tree:
Affected Versions:
3.0.3-jdk17
3.0.4-jdk17
The text was updated successfully, but these errors were encountered: