Ensure that provided dependency on asciidoctorj appears in generated pom
Closes gh-385
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
description = 'Asciidoctor extensions for Spring REST Docs'
|
description = 'Asciidoctor extensions for Spring REST Docs'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly 'org.asciidoctor:asciidoctorj'
|
provided 'org.asciidoctor:asciidoctorj'
|
||||||
testCompile 'junit:junit'
|
testCompile 'junit:junit'
|
||||||
testCompile 'org.asciidoctor:asciidoctorj'
|
testCompile 'org.asciidoctor:asciidoctorj'
|
||||||
testCompile 'org.springframework:spring-core'
|
testCompile 'org.springframework:spring-core'
|
||||||
|
|||||||
Reference in New Issue
Block a user