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:
Andy Wilkinson
2024-04-11 16:55:24 +01:00
parent a417c94805
commit 3b76165f4e
7 changed files with 7 additions and 21 deletions

View File

@@ -155,9 +155,7 @@ dependencies {
optional("org.springframework:spring-webflux")
optional("org.springframework:spring-webmvc")
optional("org.springframework.batch:spring-batch-core")
optional("org.springframework.data:spring-data-couchbase") {
exclude(group: "javax.inject", module: "javax.inject")
}
optional("org.springframework.data:spring-data-couchbase")
optional("org.springframework.data:spring-data-envers") {
exclude group: "javax.activation", module: "javax.activation-api"
exclude group: "javax.persistence", module: "javax.persistence-api"