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-reactive
spring-boot-starter-data-couchbase
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 @@ -124,9 +124,7 @@ dependencies {
124
124
optional(" org.springframework.data:spring-data-cassandra" ) {
125
125
exclude group : " org.slf4j" , module : " jcl-over-slf4j"
126
126
}
127
- optional(" org.springframework.data:spring-data-couchbase" ) {
128
- exclude(group : " javax.inject" , module : " javax.inject" )
129
- }
127
+ optional(" org.springframework.data:spring-data-couchbase" )
130
128
optional(" org.springframework.data:spring-data-jpa" )
131
129
optional(" org.springframework.data:spring-data-ldap" )
132
130
optional(" org.springframework.data:spring-data-mongodb" )
Original file line number Diff line number Diff line change @@ -66,9 +66,7 @@ dependencies {
66
66
optional(" org.springframework.data:spring-data-cassandra" ) {
67
67
exclude group : " org.slf4j" , module : " jcl-over-slf4j"
68
68
}
69
- optional(" org.springframework.data:spring-data-couchbase" ) {
70
- exclude(group : " javax.inject" , module : " javax.inject" )
71
- }
69
+ optional(" org.springframework.data:spring-data-couchbase" )
72
70
optional(" org.springframework.data:spring-data-elasticsearch" ) {
73
71
exclude(group : " commons-logging" , module : " commons-logging" )
74
72
}
Original file line number Diff line number Diff line change @@ -147,9 +147,7 @@ dependencies {
147
147
optional(" org.springframework:spring-webflux" )
148
148
optional(" org.springframework:spring-webmvc" )
149
149
optional(" org.springframework.batch:spring-batch-core" )
150
- optional(" org.springframework.data:spring-data-couchbase" ) {
151
- exclude(group : " javax.inject" , module : " javax.inject" )
152
- }
150
+ optional(" org.springframework.data:spring-data-couchbase" )
153
151
optional(" org.springframework.data:spring-data-envers" ) {
154
152
exclude group : " javax.activation" , module : " javax.activation-api"
155
153
exclude group : " javax.persistence" , module : " javax.persistence-api"
Original file line number Diff line number Diff line change @@ -145,9 +145,7 @@ dependencies {
145
145
implementation(" org.springframework.amqp:spring-rabbit" )
146
146
implementation(" org.springframework.batch:spring-batch-core" )
147
147
implementation(" org.springframework.data:spring-data-cassandra" )
148
- implementation(" org.springframework.data:spring-data-couchbase" ) {
149
- exclude group : " javax.inject" , module : " javax.inject"
150
- }
148
+ implementation(" org.springframework.data:spring-data-couchbase" )
151
149
implementation(" org.springframework.data:spring-data-elasticsearch" ) {
152
150
exclude group : " commons-logging" , module : " commons-logging"
153
151
}
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