diff --git a/spring-restdocs-asciidoctor/build.gradle b/spring-restdocs-asciidoctor/build.gradle index 46da4c8f..0a696d24 100644 --- a/spring-restdocs-asciidoctor/build.gradle +++ b/spring-restdocs-asciidoctor/build.gradle @@ -1,7 +1,7 @@ description = 'Asciidoctor extensions for Spring REST Docs' dependencies { - compileOnly 'org.asciidoctor:asciidoctorj' + provided 'org.asciidoctor:asciidoctorj' testCompile 'junit:junit' testCompile 'org.asciidoctor:asciidoctorj' testCompile 'org.springframework:spring-core'