Skip to content

Commit

Permalink
Fixed #413 - Add asciidoctor-maven-plugin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Dec 21, 2023
1 parent 6e21bf8 commit e56571d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
:issue-409: https://github.com/khmarbaise/maven-it-extension/issues/409[Fixed #409]
:issue-410: https://github.com/khmarbaise/maven-it-extension/issues/410[Fixed #410]
:issue-411: https://github.com/khmarbaise/maven-it-extension/issues/411[Fixed #411]
:issue-413: https://github.com/khmarbaise/maven-it-extension/issues/413[Fixed #413]
:issue-??: https://github.com/khmarbaise/maven-it-extension/issues/??[Fixed #??]

:release_0_13_0: https://github.com/khmarbaise/maven-it-extension/milestone/13
Expand Down Expand Up @@ -137,6 +138,7 @@
* {issue-331} - Build failure with Maven 4.0.0-alpha-4
* {issue-405} - Change the scope for deps
* {issue-411} - Replace Deprecated DEBUG Option.
* {issue-413} - Add asciidoctor-maven-plugin dependencies


The full release notes can be found here {release_0_13_0}[Release 0.13.0].
27 changes: 27 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,33 @@
<artifactId>maven-plugin-plugin</artifactId>
<version>${maven-plugin-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>2.2.4</version>
<dependencies>
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
<version>9.4.5.0</version>
</dependency>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-pdf</artifactId>
<version>2.3.10</version>
</dependency>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>2.5.10</version>
</dependency>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-diagram</artifactId>
<version>2.2.13</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit e56571d

Please sign in to comment.