Merge branch '1.5.x'

This commit is contained in:
Andy Wilkinson
2017-02-28 12:26:04 +00:00
3 changed files with 101 additions and 8 deletions

View File

@@ -127,6 +127,11 @@
<artifactId>spring-websocket</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-websocket</artifactId>