Skip to content

Commit

Permalink
Provide dependency management for all of Spring REST Docs
Browse files Browse the repository at this point in the history
Add dependency management for spring-restdocs-core
  • Loading branch information
wilkinsona committed Oct 6, 2015
1 parent a5ca1eb commit a314982
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spring-boot-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a314982

Please sign in to comment.