Merge branch '2.1.x'

Closes gh-17628
This commit is contained in:
Madhura Bhave
2019-07-24 13:39:45 -07:00
7 changed files with 136 additions and 3 deletions

View File

@@ -45,6 +45,17 @@
<version>3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>