Skip to content

Commit

Permalink
Add Spring Asciidoctor Extensions explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
ghillert committed Jun 7, 2023
1 parent dbded68 commit 014074d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion coherence-spring-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@
<artifactId>spring-doc-resources</artifactId>
<version>${spring-doc-resources.version}</version>
<type>zip</type>
<optional>true</optional>
<scope>system</scope>
<systemPath>${coherence.spring.root}/lib/spring-doc-resources-0.2.5.zip</systemPath>
</dependency>
</dependencies>

Expand Down Expand Up @@ -257,11 +258,15 @@
<groupId>io.spring.asciidoctor</groupId>
<artifactId>spring-asciidoctor-extensions-block-switch</artifactId>
<version>${spring-asciidoctor-extensions.version}</version>
<scope>system</scope>
<systemPath>${coherence.spring.root}/lib/spring-asciidoctor-extensions-block-switch-0.5.0.jar</systemPath>
</dependency>
<dependency>
<groupId>io.spring.asciidoctor</groupId>
<artifactId>spring-asciidoctor-extensions-spring-boot</artifactId>
<version>${spring-asciidoctor-extensions.version}</version>
<scope>system</scope>
<systemPath>${coherence.spring.root}/lib/spring-asciidoctor-extensions-spring-boot-0.5.0.jar</systemPath>
</dependency>
</dependencies>
<executions>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file added lib/spring-doc-resources-0.2.5.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<asciidoctorj-pdf.version>1.5.4</asciidoctorj-pdf.version>
<checkstyle.version>10.6.0</checkstyle.version>
<spring-javaformat-checkstyle.version>0.0.35</spring-javaformat-checkstyle.version>
<spring-asciidoctor-extensions.version>0.5.1</spring-asciidoctor-extensions.version>
<spring-asciidoctor-extensions.version>0.5.0</spring-asciidoctor-extensions.version>
<spring-doc-resources.version>0.2.5</spring-doc-resources.version>

<!-- dependency versions (alphabetically) -->
Expand Down

0 comments on commit 014074d

Please sign in to comment.