Merge branch '1.5.x'

This commit is contained in:
Andy Wilkinson
2016-10-20 21:03:28 +01:00
8 changed files with 89 additions and 36 deletions

View File

@@ -117,6 +117,11 @@
<artifactId>tomcat-embed-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-client</artifactId>