Commit a314982d authored by Andy Wilkinson's avatar Andy Wilkinson

Provide dependency management for all of Spring REST Docs

Add dependency management for spring-restdocs-core
parent a5ca1eb0
......@@ -1751,6 +1751,11 @@
<artifactId>spring-plugin-core</artifactId>
<version>${spring-plugin.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-core</artifactId>
<version>${spring-restdocs.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-mockmvc</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