From 5d041a628b23ce9579e7008f43c25d1eef16eb59 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 1 Mar 2018 17:53:10 +0000 Subject: [PATCH] Disable Jetty JSP sample tests with Java 9 Closes gh-10456 --- .../spring-boot-sample-jetty-jsp/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 1f79ebb1d9..5d7f28ddff 100644 --- a/spring-boot-samples/spring-boot-sample-jetty-jsp/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jetty-jsp/pom.xml @@ -68,4 +68,23 @@ + + + java9 + + 9 + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + +