This commit is contained in:
Andy Wilkinson
2019-06-18 12:55:21 +01:00
parent 136df15fad
commit 9c221bfb3c

View File

@@ -4,7 +4,7 @@ dependencies {
compileOnly "org.asciidoctor:asciidoctorj:$asciidoctorj20Version"
implementation project(':spring-restdocs-asciidoctor-support')
testCompile 'junit:junit'
testCompile "org.asciidoctor:asciidoctorj:$asciidoctorj15Version"
testCompile "org.asciidoctor:asciidoctorj:$asciidoctorj20Version"
testCompile 'org.assertj:assertj-core'
testRuntime project(':spring-restdocs-asciidoctor-support')
}