Skip to content

Commit 1258bce

Browse files
committed
Add bomr exclusion for Apache Solr 8.6+
Closes gh-23370
1 parent 659b459 commit 1258bce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1518,6 +1518,9 @@ bom {
15181518
}
15191519
}
15201520
library("Solr", "8.5.2") {
1521+
prohibit("[8.6.0,8.7.0)") {
1522+
because "it uses a library that is not available on Maven Central"
1523+
}
15211524
group("org.apache.solr") {
15221525
modules = [
15231526
"solr-analysis-extras",

0 commit comments

Comments
 (0)