File tree 3 files changed +3
-9
lines changed
spring-boot-actuator-autoconfigure
spring-boot-test-autoconfigure
3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -174,9 +174,7 @@ dependencies {
174
174
testImplementation(" org.springframework:spring-orm" )
175
175
testImplementation(" org.springframework.data:spring-data-rest-webmvc" )
176
176
testImplementation(" org.springframework.integration:spring-integration-jmx" )
177
- testImplementation(" org.springframework.restdocs:spring-restdocs-mockmvc" ) {
178
- exclude group : " javax.servlet" , module : " javax.servlet-api"
179
- }
177
+ testImplementation(" org.springframework.restdocs:spring-restdocs-mockmvc" )
180
178
testImplementation(" org.springframework.restdocs:spring-restdocs-webtestclient" )
181
179
testImplementation(" org.springframework.security:spring-security-test" )
182
180
testImplementation(" org.yaml:snakeyaml" )
Original file line number Diff line number Diff line change @@ -151,9 +151,7 @@ dependencies {
151
151
implementation(" org.springframework.graphql:spring-graphql-test" )
152
152
implementation(" org.springframework.kafka:spring-kafka" )
153
153
implementation(" org.springframework.kafka:spring-kafka-test" )
154
- implementation(" org.springframework.restdocs:spring-restdocs-mockmvc" ) {
155
- exclude group : " javax.servlet" , module : " javax.servlet-api"
156
- }
154
+ implementation(" org.springframework.restdocs:spring-restdocs-mockmvc" )
157
155
implementation(" org.springframework.restdocs:spring-restdocs-restassured" )
158
156
implementation(" org.springframework.restdocs:spring-restdocs-webtestclient" )
159
157
implementation(" org.springframework.security:spring-security-config" )
Original file line number Diff line number Diff line change @@ -48,9 +48,7 @@ dependencies {
48
48
optional(" org.springframework.data:spring-data-r2dbc" )
49
49
optional(" org.springframework.data:spring-data-redis" )
50
50
optional(" org.springframework.graphql:spring-graphql-test" )
51
- optional(" org.springframework.restdocs:spring-restdocs-mockmvc" ) {
52
- exclude group : " javax.servlet" , module : " javax.servlet-api"
53
- }
51
+ optional(" org.springframework.restdocs:spring-restdocs-mockmvc" )
54
52
optional(" org.springframework.restdocs:spring-restdocs-restassured" )
55
53
optional(" org.springframework.restdocs:spring-restdocs-webtestclient" )
56
54
optional(" org.springframework.security:spring-security-config" )
You can’t perform that action at this time.
0 commit comments