Skip to content

Commit

Permalink
Remove dependency on asciidoctorj-diagram
Browse files Browse the repository at this point in the history
(cherry picked from commit 544bc85)
marcphilipp committed Nov 2, 2023
1 parent 9b5a072 commit 839440c
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion documentation/documentation.gradle.kts
Original file line number Diff line number Diff line change
@@ -64,7 +64,6 @@ dependencies {

asciidoctorj {
modules {
diagram.version(libs.versions.asciidoctorj.diagram)
pdf.version(libs.versions.asciidoctorj.pdf)
}
requires(file("src/docs/asciidoc/resources/themes/rouge_junit.rb"))
4 changes: 1 addition & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[versions]
ant = "1.10.13"
apiguardian = "1.1.2"
asciidoctorj-diagram = "2.2.9"
asciidoctorj-pdf = "2.3.9"
asciidoctor-plugins = "4.0.0-alpha.1" # Check if workaround in documentation.gradle.kts can be removed when upgrading
assertj = "3.24.2"
@@ -66,8 +65,7 @@ xmlunit-assertj = { module = "org.xmlunit:xmlunit-assertj3", version.ref = "xmlu
xmlunit-placeholders = { module = "org.xmlunit:xmlunit-placeholders", version.ref = "xmlunit" }
testingAnnotations = { module = "com.gradle:gradle-enterprise-testing-annotations", version = "1.1" }

# These are only declared here so Dependabot knows when to update the referenced versions
asciidoctorj-diagram = { module = "org.asciidoctor:asciidoctorj-diagram", version.ref = "asciidoctorj-diagram" }
# Only declared here so Dependabot knows when to update the referenced versions
asciidoctorj-pdf = { module = "org.asciidoctor:asciidoctorj-pdf", version.ref = "asciidoctorj-pdf" }

[bundles]

0 comments on commit 839440c

Please sign in to comment.