Upgrade to Spring Data 2021.2.0-RC1

Closes gh-30610
This commit is contained in:
Stephane Nicoll
2022-04-19 15:42:35 +02:00
parent 47bea5c8e2
commit 2d663f2e94
8 changed files with 29 additions and 8 deletions

View File

@@ -6,5 +6,8 @@ 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")
api("org.springframework.data:spring-data-couchbase") {
exclude group: "com.querydsl", module: "querydsl-apt"
exclude group: "javax.annotation", module: "javax.annotation-api"
}
}