Merge branch '3.1.x' into 3.2.x

See gh-40212
This commit is contained in:
Andy Wilkinson
2024-04-11 16:56:22 +01:00
7 changed files with 7 additions and 21 deletions

View File

@@ -7,7 +7,5 @@ description = "Starter for using Couchbase document-oriented database and Spring
dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api("io.projectreactor:reactor-core")
api("org.springframework.data:spring-data-couchbase") {
exclude group: "javax.inject", module: "javax.inject"
}
api("org.springframework.data:spring-data-couchbase")
}

View File

@@ -6,7 +6,5 @@ description = "Starter for using Couchbase document-oriented database and Spring
dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api("org.springframework.data:spring-data-couchbase") {
exclude group: "javax.inject", module: "javax.inject"
}
api("org.springframework.data:spring-data-couchbase")
}