Skip to content

Commit

Permalink
Remove dependency on asciidoctorj-diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Oct 27, 2023
1 parent 429815f commit 544bc85
Show file tree
Hide file tree
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
Expand Up @@ -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"))
Expand Down
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.14"
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"
Expand Down Expand Up @@ -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.2" }

# 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]
Expand Down

0 comments on commit 544bc85

Please sign in to comment.