Skip to content

Commit

Permalink
Merge pull request #2937 from olamy/feature/jetty_http2_connector
Browse files Browse the repository at this point in the history
[JENKINS-45438] Add Jetty HTTP/2 connector
  • Loading branch information
olamy committed Jul 21, 2017
2 parents e952bba + ece79da commit 19f2d66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions pom.xml
Expand Up @@ -689,9 +689,6 @@ THE SOFTWARE.
</requireMavenVersion>
<enforceBytecodeVersion>
<maxJdkVersion>1.${java.level}</maxJdkVersion>
<ignoreClasses>
<ignoreClass>org.eclipse.jetty.spdy.*</ignoreClass>
</ignoreClasses>
</enforceBytecodeVersion>
</rules>
</configuration>
Expand Down
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.35.1</version>
<version>1.36</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>4.0</version>
<version>4.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 19f2d66

Please sign in to comment.