[JENKINS-23378] integrate Winstone 3.x that brings Servlet 3.1

executable-war module was also adjusted to keep up with the winstone
change.
This commit is contained in:
Kohsuke Kawaguchi 2016-02-21 10:32:05 -08:00
parent 98fd4f46ea
commit 27e161587b
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>executable-war</artifactId>
<version>1.30</version>
<version>1.33</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -93,7 +93,7 @@ THE SOFTWARE.
-->
<groupId>org.jenkins-ci</groupId>
<artifactId>winstone</artifactId>
<version>2.9</version>
<version>3.1</version>
<scope>test</scope>
</dependency>
<dependency>