Add dependency management for spring-restdocs-asciidoctor
See gh-8716
This commit is contained in:
parent
0ab7c25d9f
commit
c15adfd4a3
|
|
@ -2189,6 +2189,11 @@
|
|||
<artifactId>spring-plugin-metadata</artifactId>
|
||||
<version>${spring-plugin.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.restdocs</groupId>
|
||||
<artifactId>spring-restdocs-asciidoctor</artifactId>
|
||||
<version>${spring-restdocs.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.restdocs</groupId>
|
||||
<artifactId>spring-restdocs-core</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue