From 1bd0313c3d65442323260a60fcae640b1e22a2c6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 3 Mar 2018 17:52:00 +0000 Subject: [PATCH] Avoid problems with Surefire when building samples with JDK 10 See gh-12028 --- spring-boot-samples/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml index 06122d8c5f..ba1a8b4f89 100644 --- a/spring-boot-samples/pom.xml +++ b/spring-boot-samples/pom.xml @@ -247,4 +247,24 @@ + + + java10 + + 10 + + + 2.21.0-SNAPSHOT + + + + apache-snapshots + https://repository.apache.org/content/groups/snapshots + + true + + + + +