#1856 - Update reference docs to mention SlicedModel.

Add missing asciidoctorj-diagram dependency to render PlantUML diagrams correctly.
This commit is contained in:
Oliver Drotbohm
2023-02-28 15:38:24 +01:00
parent 132ca62702
commit 4d328c2928
2 changed files with 7 additions and 0 deletions

View File

@@ -280,6 +280,11 @@
<artifactId>asciidoctorj</artifactId>
<version>2.5.5</version>
</dependency>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-diagram</artifactId>
<version>2.2.4</version>
</dependency>
<dependency>
<groupId>io.spring.asciidoctor.backends</groupId>
<artifactId>spring-asciidoctor-backends</artifactId>

View File

@@ -115,10 +115,12 @@ class RepresentationModel
class EntityModel
class CollectionModel
class PagedModel
class SlicedModel
EntityModel -|> RepresentationModel
CollectionModel -|> RepresentationModel
PagedModel -|> CollectionModel
SlicedModel -|> CollectionModel
....
====