Add bomr exclusion for Apache Solr 8.6+

Closes gh-23370
This commit is contained in:
Stephane Nicoll 2020-09-22 15:41:39 +02:00
parent 659b459fab
commit 1258bce57a
1 changed files with 3 additions and 0 deletions

View File

@ -1518,6 +1518,9 @@ bom {
}
}
library("Solr", "8.5.2") {
prohibit("[8.6.0,8.7.0)") {
because "it uses a library that is not available on Maven Central"
}
group("org.apache.solr") {
modules = [
"solr-analysis-extras",