diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-29 09:29:27 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-29 09:29:27 +0700 |
commit | 2b99f81ae8898c0eb330e313dc6462ea978bf8c4 (patch) | |
tree | 282a86a644d072dc66d20f9ccd31a3756969f2ee | |
parent | 2199b2f4363b6d238fb69b39b0761c9aef02b8d0 (diff) | |
download | aspectj-2b99f81ae8898c0eb330e313dc6462ea978bf8c4.tar.gz aspectj-2b99f81ae8898c0eb330e313dc6462ea978bf8c4.zip |
Bump asciidoctor-maven-plugin to 2.2.5
getting rid of JRuby dependency workaround for
https://github.com/asciidoctor/asciidoctor-maven-plugin/issues/553
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-rw-r--r-- | pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -425,7 +425,7 @@ <plugin> <groupId>org.asciidoctor</groupId> <artifactId>asciidoctor-maven-plugin</artifactId> - <version>2.2.4</version> + <version>2.2.5</version> <configuration> <attributes> <source-highlighter>coderay</source-highlighter> @@ -449,12 +449,6 @@ <artifactId>asciidoctorj-pdf</artifactId> <version>2.3.10</version> </dependency> - <!-- TODO: Remove dependency after https://github.com/asciidoctor/asciidoctor-maven-plugin/issues/553 fix --> - <dependency> - <groupId>org.jruby</groupId> - <artifactId>jruby</artifactId> - <version>9.4.5.0</version> - </dependency> </dependencies> </plugin> </plugins> |