Commit 0f86baea authored by Stephane Nicoll's avatar Stephane Nicoll

Add bomr exclusion for the maven shade plugin

Closes gh-21265
parent 92ef515f
...@@ -12,6 +12,10 @@ bomr: ...@@ -12,6 +12,10 @@ bomr:
versions: versions:
# 10.15 requires Java 9 # 10.15 requires Java 9
- '[10.15,)' - '[10.15,)'
- project: maven-shade-plugin
versions:
# https://github.com/spring-projects/spring-boot/issues/21128
- '[3.2.3,)'
verify: verify:
ignored-dependencies: ignored-dependencies:
# Avoid conflicting transitive requirements for # Avoid conflicting transitive requirements for
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment