Commit 20b9a723 authored by Andy Wilkinson's avatar Andy Wilkinson

Prohibit upgrades to Derby 10.15 as it requires Java 9

See gh-16433
parent e404ac39
......@@ -16,6 +16,10 @@ bomr:
versions:
# NPE in InstallMojo.installProjectPom (InstallMojo.java:387)
- '[3.2.0]'
- project: derby
versions:
# 10.15 requires Java 9
- '[10.15,)'
verify:
ignored-dependencies:
# Avoid confliciting 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