From 6336aa39561e9fd41d72d2c41161a05b61ae5420 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 1 Mar 2018 13:11:08 +0000 Subject: [PATCH] Reinstate testing of JSP samples using Java 9 Closes gh-10456 --- .../spring-boot-sample-jetty-jsp/pom.xml | 19 ------------------- .../spring-boot-sample-tomcat-jsp/pom.xml | 19 ------------------- .../spring-boot-sample-web-jsp/pom.xml | 19 ------------------- 3 files changed, 57 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-jetty-jsp/pom.xml b/spring-boot-samples/spring-boot-sample-jetty-jsp/pom.xml index 5d7f28ddff47..1f79ebb1d926 100644 --- a/spring-boot-samples/spring-boot-sample-jetty-jsp/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jetty-jsp/pom.xml @@ -68,23 +68,4 @@ - - - java9 - - 9 - - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - - - diff --git a/spring-boot-samples/spring-boot-sample-tomcat-jsp/pom.xml b/spring-boot-samples/spring-boot-sample-tomcat-jsp/pom.xml index 6ffba0e36ff9..51b7e6072ad6 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat-jsp/pom.xml +++ b/spring-boot-samples/spring-boot-sample-tomcat-jsp/pom.xml @@ -54,23 +54,4 @@ - - - java9 - - 9 - - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - - - diff --git a/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml b/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml index a4fad7ec6416..18c3caaa6046 100644 --- a/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml @@ -59,23 +59,4 @@ - - - java9 - - 9 - - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - - -