File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 280280 <artifactId >asciidoctorj</artifactId >
281281 <version >2.5.5</version >
282282 </dependency >
283+ <dependency >
284+ <groupId >org.asciidoctor</groupId >
285+ <artifactId >asciidoctorj-diagram</artifactId >
286+ <version >2.2.4</version >
287+ </dependency >
283288 <dependency >
284289 <groupId >io.spring.asciidoctor.backends</groupId >
285290 <artifactId >spring-asciidoctor-backends</artifactId >
Original file line number Diff line number Diff line change @@ -115,10 +115,12 @@ class RepresentationModel
115115class EntityModel
116116class CollectionModel
117117class PagedModel
118+ class SlicedModel
118119
119120EntityModel -|> RepresentationModel
120121CollectionModel -|> RepresentationModel
121122PagedModel -|> CollectionModel
123+ SlicedModel -|> CollectionModel
122124....
123125====
124126
You can’t perform that action at this time.
0 commit comments