Upgrade to Solr 8.11.1

Closes gh-29517
pull/22885/merge
Andy Wilkinson 3 years ago
parent d5eeee8625
commit 5b95c89303

@ -1612,10 +1612,7 @@ bom {
]
}
}
library("Solr", "8.8.2") {
prohibit("8.9.0") {
because "it depends on an artifact that is not on Maven Central"
}
library("Solr", "8.11.1") {
group("org.apache.solr") {
modules = [
"solr-analysis-extras",
@ -1624,8 +1621,12 @@ bom {
"solr-core",
"solr-dataimporthandler",
"solr-dataimporthandler-extras",
"solr-gcs-repository",
"solr-jaegertracer-configurator",
"solr-langid",
"solr-ltr",
"solr-prometheus-exporter",
"solr-s3-repository",
"solr-solrj" {
exclude group: "org.slf4j", module: "jcl-over-slf4j"
},

Loading…
Cancel
Save