Add bomr exclusion for the maven shade plugin

Closes gh-21265
pull/21480/head
Stephane Nicoll 5 years ago
parent 92ef515fbe
commit 0f86baea8e

@ -12,6 +12,10 @@ bomr:
versions:
# 10.15 requires Java 9
- '[10.15,)'
- project: maven-shade-plugin
versions:
# https://github.com/spring-projects/spring-boot/issues/21128
- '[3.2.3,)'
verify:
ignored-dependencies:
# Avoid conflicting transitive requirements for

Loading…
Cancel
Save