Skip to content

Commit 9643dbe

Browse files
committed
Merge branch '3.0.x'
Closes gh-35590
2 parents 7a9bb55 + bf91ec1 commit 9643dbe

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/build.gradle

+1-3
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,7 @@ dependencies {
174174
testImplementation("org.springframework:spring-orm")
175175
testImplementation("org.springframework.data:spring-data-rest-webmvc")
176176
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")
180178
testImplementation("org.springframework.restdocs:spring-restdocs-webtestclient")
181179
testImplementation("org.springframework.security:spring-security-test")
182180
testImplementation("org.yaml:snakeyaml")

spring-boot-project/spring-boot-docs/build.gradle

+1-3
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,7 @@ dependencies {
151151
implementation("org.springframework.graphql:spring-graphql-test")
152152
implementation("org.springframework.kafka:spring-kafka")
153153
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")
157155
implementation("org.springframework.restdocs:spring-restdocs-restassured")
158156
implementation("org.springframework.restdocs:spring-restdocs-webtestclient")
159157
implementation("org.springframework.security:spring-security-config")

spring-boot-project/spring-boot-test-autoconfigure/build.gradle

+1-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ dependencies {
4848
optional("org.springframework.data:spring-data-r2dbc")
4949
optional("org.springframework.data:spring-data-redis")
5050
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")
5452
optional("org.springframework.restdocs:spring-restdocs-restassured")
5553
optional("org.springframework.restdocs:spring-restdocs-webtestclient")
5654
optional("org.springframework.security:spring-security-config")

0 commit comments

Comments
 (0)