Upgrade to Spring Data 2021.2.0-RC1
Closes gh-30610
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user