Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index ba56d86414..8d5acb38d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

Back to the top