Fix optional dependencies having compile scope in poms
Closes gh-729
This commit is contained in:
@@ -14,6 +14,7 @@ dependencies {
|
||||
internal(platform(project(":spring-restdocs-platform")))
|
||||
|
||||
testImplementation(project(path: ":spring-restdocs-core", configuration: "testArtifacts"))
|
||||
testImplementation("junit:junit")
|
||||
testImplementation("org.assertj:assertj-core")
|
||||
testImplementation("org.hamcrest:hamcrest-library")
|
||||
testImplementation("org.mockito:mockito-core")
|
||||
|
||||
Reference in New Issue
Block a user