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 @@ -172,9 +172,7 @@ dependencies {
172
172
testImplementation(" org.springframework:spring-orm" )
173
173
testImplementation(" org.springframework.data:spring-data-rest-webmvc" )
174
174
testImplementation(" org.springframework.integration:spring-integration-jmx" )
175
- testImplementation(" org.springframework.restdocs:spring-restdocs-mockmvc" ) {
176
- exclude group : " javax.servlet" , module : " javax.servlet-api"
177
- }
175
+ testImplementation(" org.springframework.restdocs:spring-restdocs-mockmvc" )
178
176
testImplementation(" org.springframework.restdocs:spring-restdocs-webtestclient" )
179
177
testImplementation(" org.springframework.security:spring-security-test" )
180
178
testImplementation(" org.yaml:snakeyaml" )
Original file line number Diff line number Diff line change @@ -145,9 +145,7 @@ dependencies {
145
145
implementation(" org.springframework.graphql:spring-graphql-test" )
146
146
implementation(" org.springframework.kafka:spring-kafka" )
147
147
implementation(" org.springframework.kafka:spring-kafka-test" )
148
- implementation(" org.springframework.restdocs:spring-restdocs-mockmvc" ) {
149
- exclude group : " javax.servlet" , module : " javax.servlet-api"
150
- }
148
+ implementation(" org.springframework.restdocs:spring-restdocs-mockmvc" )
151
149
implementation(" org.springframework.restdocs:spring-restdocs-restassured" )
152
150
implementation(" org.springframework.restdocs:spring-restdocs-webtestclient" )
153
151
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