Add bomr exclusion for Apache Solr 8.6+

Closes gh-23370
pull/23456/head
Stephane Nicoll 4 years ago
parent 659b459fab
commit 1258bce57a

@ -1518,6 +1518,9 @@ bom {
} }
} }
library("Solr", "8.5.2") { 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") { group("org.apache.solr") {
modules = [ modules = [
"solr-analysis-extras", "solr-analysis-extras",

Loading…
Cancel
Save