Commit 1258bce5 authored by Stephane Nicoll's avatar Stephane Nicoll

Add bomr exclusion for Apache Solr 8.6+

Closes gh-23370
parent 659b459f
......@@ -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",
......
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