Skip to content

Commit

Permalink
[JENKINS-23378] integrate Winstone 3.x that brings Servlet 3.1
Browse files Browse the repository at this point in the history
executable-war module was also adjusted to keep up with the winstone
change.
  • Loading branch information
kohsuke committed Feb 21, 2016
1 parent 98fd4f4 commit 27e1615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions war/pom.xml
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 27e1615

Please sign in to comment.