Commit c15adfd4 authored by Andy Wilkinson's avatar Andy Wilkinson

Add dependency management for spring-restdocs-asciidoctor

See gh-8716
parent 0ab7c25d
...@@ -2189,6 +2189,11 @@ ...@@ -2189,6 +2189,11 @@
<artifactId>spring-plugin-metadata</artifactId> <artifactId>spring-plugin-metadata</artifactId>
<version>${spring-plugin.version}</version> <version>${spring-plugin.version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-asciidoctor</artifactId>
<version>${spring-restdocs.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.restdocs</groupId> <groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-core</artifactId> <artifactId>spring-restdocs-core</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment