Upgrade to Solr 8.11.1

Closes gh-29517
This commit is contained in:
Andy Wilkinson
2022-01-21 13:53:09 +00:00
parent d5eeee8625
commit 5b95c89303

View File

@@ -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"
},