Cleanup additional exclusions from dependency scanner #7424
Labels
build-improvement
Build improvements - maven, gradle, GitHub actions
gradle
Gradle build (new initiative)
Noticed when reviewing postmanlabs/postman-app-support#11767 that there are exclusions specified in the dependency scanner which should be removed, once any warnings reported are cleaned up.
Specifically we have references to junit* packages. Where these are not used they should be removed from our gradle projects, and additionally the scope should be corrected where needed.
With gradle's improved clarity over test vs runtime etc, we should be able to remove exclusions when the scope is corrected.
The text was updated successfully, but these errors were encountered: