Update to org.eclipse.jetty.parent 24

This commit is contained in:
Jan Bartel 2015-03-27 16:18:25 +11:00
parent 247a94c8e5
commit a1bf23233e
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-parent</artifactId>
<version>23</version>
<version>24</version>
</parent>
<artifactId>jetty-project</artifactId>
<version>9.3.0-SNAPSHOT</version>
@ -17,6 +17,7 @@
<slf4j-version>1.6.6</slf4j-version>
<jetty-test-policy-version>1.2</jetty-test-policy-version>
<alpn.api.version>1.1.0.v20141014</alpn.api.version>
<jsp.version>8.0.20.M0</jsp.version>
<!-- default values are unsupported, but required to be defined for reactor sanity reasons -->
<alpn.version>undefined</alpn.version>
</properties>
@ -542,7 +543,7 @@
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>apache-jsp</artifactId>
<version>8.0.20.M0</version>
<version>${jsp.version}</version>
</dependency>
<dependency>