Skip to content

Commit e122a74

Browse files
committed
Fix Upgrade Report generation by unpacking spring-asciidoctor-backends
- closes #519 - see htmfilho/digger#14 (comment)
1 parent 21538e9 commit e122a74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

applications/spring-shell/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@
138138
<groupId>org.asciidoctor</groupId>
139139
<artifactId>asciidoctorj</artifactId>
140140
</dependency>
141+
<dependency>
142+
<groupId>io.spring.asciidoctor.backends</groupId>
143+
<artifactId>spring-asciidoctor-backends</artifactId>
144+
</dependency>
141145
</requiresUnpack>
142146
<mainClass>org.springframework.sbm.SpringShellApplication</mainClass>
143147
</configuration>

0 commit comments

Comments
 (0)