Revert "Exclude unwanted javax.inject dependency from Data Couchbase"
This reverts commit 06f5ab162f. The
dependency has been removed in Data Couchbase, making the exclude
unnecessary.
See gh-40200
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user