This is an automated email from the ASF dual-hosted git repository. grobmeier pushed a commit to branch ms12_conversion_of_md_files in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit ea94b6d542b26f7db14d70a764e752b45af6de21 Author: Christian Grobmeier <[email protected]> AuthorDate: Wed Mar 6 11:04:45 2024 +0100 added springs asciidoc extensions for block switching --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 42424f6cbd..ac3d0b3bdd 100644 --- a/pom.xml +++ b/pom.xml @@ -810,6 +810,13 @@ </configuration> </execution> </executions> + <dependencies> + <dependency> + <groupId>io.spring.asciidoctor</groupId> + <artifactId>spring-asciidoctor-extensions-block-switch</artifactId> + <version>0.6.3</version> + </dependency> + </dependencies> </plugin> <!-- ███████ ███ ██ ██████ ███████ ██ ████████ ███████
