From 687c58d62c6b1ff782b1fdd7f64ca847430f3c0f Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 15 Apr 2019 23:05:22 +0200 Subject: [PATCH] Revert "Upgrade to asciidoctor-maven-plugin 1.6.0" This commit introduced an incompatible change in the asciidoct API: both asciidoctorj-pdf and spring-asciidoctor-extensions expect `org.asciidoctor.extension.JavaExtensionRegistry` to be a class, not an interface. This reverts commit 120ffb1ed0c254269006204c6bc2155d8a74e973. --- spring-boot-project/spring-boot-parent/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-parent/pom.xml b/spring-boot-project/spring-boot-parent/pom.xml index 34d85c107f..660e637b93 100644 --- a/spring-boot-project/spring-boot-parent/pom.xml +++ b/spring-boot-project/spring-boot-parent/pom.xml @@ -293,7 +293,14 @@ org.asciidoctor asciidoctor-maven-plugin - 1.6.0 + 1.5.7.1 + + + org.asciidoctor + asciidoctorj + 1.5.8 + + org.apache.maven.plugins