File tree Expand file tree Collapse file tree 7 files changed +7
-21
lines changed
spring-boot-actuator-autoconfigure
spring-boot-autoconfigure
spring-boot-starter-data-couchbase
spring-boot-starter-data-couchbase-reactive
spring-boot-test-autoconfigure Expand file tree Collapse file tree 7 files changed +7
-21
lines changed Original file line number Diff line number Diff line change @@ -122,9 +122,7 @@ dependencies {
122
122
optional(" org.springframework.data:spring-data-cassandra" ) {
123
123
exclude group : " org.slf4j" , module : " jcl-over-slf4j"
124
124
}
125
- optional(" org.springframework.data:spring-data-couchbase" ) {
126
- exclude(group : " javax.inject" , module : " javax.inject" )
127
- }
125
+ optional(" org.springframework.data:spring-data-couchbase" )
128
126
optional(" org.springframework.data:spring-data-jpa" )
129
127
optional(" org.springframework.data:spring-data-ldap" )
130
128
optional(" org.springframework.data:spring-data-mongodb" )
Original file line number Diff line number Diff line change @@ -68,9 +68,7 @@ dependencies {
68
68
optional(" org.springframework.data:spring-data-cassandra" ) {
69
69
exclude group : " org.slf4j" , module : " jcl-over-slf4j"
70
70
}
71
- optional(" org.springframework.data:spring-data-couchbase" ) {
72
- exclude(group : " javax.inject" , module : " javax.inject" )
73
- }
71
+ optional(" org.springframework.data:spring-data-couchbase" )
74
72
optional(" org.springframework.data:spring-data-elasticsearch" ) {
75
73
exclude(group : " commons-logging" , module : " commons-logging" )
76
74
}
Original file line number Diff line number Diff line change @@ -142,9 +142,7 @@ dependencies {
142
142
optional(" org.springframework:spring-webflux" )
143
143
optional(" org.springframework:spring-webmvc" )
144
144
optional(" org.springframework.batch:spring-batch-core" )
145
- optional(" org.springframework.data:spring-data-couchbase" ) {
146
- exclude(group : " javax.inject" , module : " javax.inject" )
147
- }
145
+ optional(" org.springframework.data:spring-data-couchbase" )
148
146
optional(" org.springframework.data:spring-data-envers" ) {
149
147
exclude group : " javax.activation" , module : " javax.activation-api"
150
148
exclude group : " javax.persistence" , module : " javax.persistence-api"
Original file line number Diff line number Diff line change @@ -120,9 +120,7 @@ dependencies {
120
120
implementation(" org.springframework.amqp:spring-rabbit" )
121
121
implementation(" org.springframework.batch:spring-batch-core" )
122
122
implementation(" org.springframework.data:spring-data-cassandra" )
123
- implementation(" org.springframework.data:spring-data-couchbase" ) {
124
- exclude group : " javax.inject" , module : " javax.inject"
125
- }
123
+ implementation(" org.springframework.data:spring-data-couchbase" )
126
124
implementation(" org.springframework.data:spring-data-elasticsearch" ) {
127
125
exclude group : " commons-logging" , module : " commons-logging"
128
126
}
Original file line number Diff line number Diff line change @@ -7,7 +7,5 @@ description = "Starter for using Couchbase document-oriented database and Spring
7
7
dependencies {
8
8
api(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter" ))
9
9
api(" io.projectreactor:reactor-core" )
10
- api(" org.springframework.data:spring-data-couchbase" ) {
11
- exclude group : " javax.inject" , module : " javax.inject"
12
- }
10
+ api(" org.springframework.data:spring-data-couchbase" )
13
11
}
Original file line number Diff line number Diff line change @@ -6,7 +6,5 @@ description = "Starter for using Couchbase document-oriented database and Spring
6
6
7
7
dependencies {
8
8
api(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter" ))
9
- api(" org.springframework.data:spring-data-couchbase" ) {
10
- exclude group : " javax.inject" , module : " javax.inject"
11
- }
9
+ api(" org.springframework.data:spring-data-couchbase" )
12
10
}
Original file line number Diff line number Diff line change @@ -38,9 +38,7 @@ dependencies {
38
38
optional(" org.springframework.data:spring-data-cassandra" ) {
39
39
exclude group : " org.slf4j" , module : " jcl-over-slf4j"
40
40
}
41
- optional(" org.springframework.data:spring-data-couchbase" ) {
42
- exclude group : " javax.inject" , module : " javax.inject"
43
- }
41
+ optional(" org.springframework.data:spring-data-couchbase" )
44
42
optional(" org.springframework.data:spring-data-elasticsearch" )
45
43
optional(" org.springframework.data:spring-data-jdbc" )
46
44
optional(" org.springframework.data:spring-data-jpa" )
You can’t perform that action at this time.
0 commit comments