We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26cfbe0 commit 604b089Copy full SHA for 604b089
spring-boot-project/spring-boot-parent/pom.xml
@@ -294,6 +294,13 @@
294
<groupId>org.asciidoctor</groupId>
295
<artifactId>asciidoctor-maven-plugin</artifactId>
296
<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>
304
</plugin>
305
<plugin>
306
<groupId>org.apache.maven.plugins</groupId>
0 commit comments