Remove unnecessary exclude from spring-restdocs-mockmvc

See gh-35568
This commit is contained in:
Christoph Dreis
2023-05-19 14:40:23 +02:00
committed by Stephane Nicoll
parent ca8ebbf4ab
commit b2b5728995
3 changed files with 3 additions and 9 deletions

View File

@@ -48,9 +48,7 @@ dependencies {
optional("org.springframework.data:spring-data-r2dbc")
optional("org.springframework.data:spring-data-redis")
optional("org.springframework.graphql:spring-graphql-test")
optional("org.springframework.restdocs:spring-restdocs-mockmvc") {
exclude group: "javax.servlet", module: "javax.servlet-api"
}
optional("org.springframework.restdocs:spring-restdocs-mockmvc")
optional("org.springframework.restdocs:spring-restdocs-restassured")
optional("org.springframework.restdocs:spring-restdocs-webtestclient")
optional("org.springframework.security:spring-security-config")