Skip to content

Commit 604b089

Browse files
committed
Use asciidoctor 1.5.8
This commit uses asciidoctor 1.5.8 for the time being. Once a new version of the plugin is released, this override will be unnecessary.
1 parent 26cfbe0 commit 604b089

File tree

1 file changed

+7
-0
lines changed
  • spring-boot-project/spring-boot-parent

1 file changed

+7
-0
lines changed

spring-boot-project/spring-boot-parent/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,13 @@
294294
<groupId>org.asciidoctor</groupId>
295295
<artifactId>asciidoctor-maven-plugin</artifactId>
296296
<version>1.5.7.1</version>
297+
<dependencies>
298+
<dependency>
299+
<groupId>org.asciidoctor</groupId>
300+
<artifactId>asciidoctorj</artifactId>
301+
<version>1.5.8</version>
302+
</dependency>
303+
</dependencies>
297304
</plugin>
298305
<plugin>
299306
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)