Fix optional dependencies having compile scope in poms
Closes gh-729
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user