Skip to content

Commit 544bc85

Browse files
committed
Remove dependency on asciidoctorj-diagram
1 parent 429815f commit 544bc85

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

documentation/documentation.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ dependencies {
6464

6565
asciidoctorj {
6666
modules {
67-
diagram.version(libs.versions.asciidoctorj.diagram)
6867
pdf.version(libs.versions.asciidoctorj.pdf)
6968
}
7069
requires(file("src/docs/asciidoc/resources/themes/rouge_junit.rb"))

gradle/libs.versions.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[versions]
22
ant = "1.10.14"
33
apiguardian = "1.1.2"
4-
asciidoctorj-diagram = "2.2.9"
54
asciidoctorj-pdf = "2.3.9"
65
asciidoctor-plugins = "4.0.0-alpha.1" # Check if workaround in documentation.gradle.kts can be removed when upgrading
76
assertj = "3.24.2"
@@ -66,8 +65,7 @@ xmlunit-assertj = { module = "org.xmlunit:xmlunit-assertj3", version.ref = "xmlu
6665
xmlunit-placeholders = { module = "org.xmlunit:xmlunit-placeholders", version.ref = "xmlunit" }
6766
testingAnnotations = { module = "com.gradle:gradle-enterprise-testing-annotations", version = "1.1.2" }
6867

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

7371
[bundles]

0 commit comments

Comments
 (0)