Fix optional dependencies having compile scope in poms

Closes gh-729
This commit is contained in:
Andy Wilkinson
2021-06-14 21:42:06 +01:00
parent c0477a6446
commit bf1bfc4075
6 changed files with 30 additions and 10 deletions

View File

@@ -16,6 +16,7 @@ dependencies {
testImplementation(project(path: ":spring-restdocs-core", configuration: "testArtifacts"))
testImplementation("com.fasterxml.jackson.core:jackson-databind")
testImplementation("junit:junit")
testImplementation("org.apache.tomcat.embed:tomcat-embed-core:8.5.13")
testImplementation("org.assertj:assertj-core")
testImplementation("org.hamcrest:hamcrest-library")