Files
spring-restdocs/spring-restdocs-asciidoctor/build.gradle
Andy Wilkinson 7431426cf3 Update tests to use AssertJ
Closes gh-537
2018-08-08 11:22:57 +01:00

11 lines
364 B
Groovy

description = 'Asciidoctor extensions for Spring REST Docs'
dependencies {
provided 'org.asciidoctor:asciidoctorj'
testCompile 'junit:junit'
testCompile 'org.apache.pdfbox:pdfbox'
testCompile 'org.asciidoctor:asciidoctorj'
testCompile 'org.assertj:assertj-core'
testCompile 'org.springframework:spring-core'
testRuntime 'org.asciidoctor:asciidoctorj-pdf'
}