Exclude unwanted commons-logging dependencies

Closes gh-757
This commit is contained in:
Andy Wilkinson
2021-11-18 14:47:35 +00:00
parent 36358244ca
commit 68a981388a
4 changed files with 6 additions and 5 deletions

View File

@@ -21,7 +21,6 @@ dependencies {
testImplementation(project(":spring-restdocs-mockmvc"))
testImplementation(project(":spring-restdocs-restassured"))
testImplementation(project(":spring-restdocs-webtestclient"))
testImplementation("io.rest-assured:rest-assured")
testImplementation("javax.validation:validation-api")
testImplementation("junit:junit")
testImplementation("org.testng:testng:6.9.10")