Merge branch '3.1.x' into 3.2.x

See gh-40212
This commit is contained in:
Andy Wilkinson
2024-04-09 09:07:52 +01:00
7 changed files with 21 additions and 7 deletions

View File

@@ -38,7 +38,9 @@ dependencies {
optional("org.springframework.data:spring-data-cassandra") {
exclude group: "org.slf4j", module: "jcl-over-slf4j"
}
optional("org.springframework.data:spring-data-couchbase")
optional("org.springframework.data:spring-data-couchbase") {
exclude group: "javax.inject", module: "javax.inject"
}
optional("org.springframework.data:spring-data-elasticsearch")
optional("org.springframework.data:spring-data-jdbc")
optional("org.springframework.data:spring-data-jpa")