From a7d05d42764dfd9a08966d3742d1b7e7464d05b5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 2 Mar 2018 15:14:45 +0000 Subject: [PATCH] Avoid SUREFIRE-1439 by using 2.21.0-SNAPSHOT when building with JDK 10 See gh-12028 --- spring-boot-project/spring-boot-parent/pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/spring-boot-project/spring-boot-parent/pom.xml b/spring-boot-project/spring-boot-parent/pom.xml index 4b08dccdc67..15bcb64131d 100644 --- a/spring-boot-project/spring-boot-parent/pom.xml +++ b/spring-boot-project/spring-boot-parent/pom.xml @@ -776,5 +776,23 @@ + + java10 + + 10 + + + 2.21.0-SNAPSHOT + + + + apache-snapshots + https://repository.apache.org/content/groups/snapshots + + true + + + +