From bfd616ac7a461f0fb37edfa2891ee9ac024cdb03 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Aug 2018 13:46:39 +0200 Subject: [PATCH] Prevent JavaFX to be added to the classpath with Java 11 See https://hibernate.atlassian.net/browse/HV-1644 --- spring-boot-project/spring-boot-dependencies/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index c14e948e9f..03bb598a39 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -1919,6 +1919,13 @@ org.hibernate.validator hibernate-validator ${hibernate-validator.version} + + + + org.openjfx + javafx.base + + org.hibernate.validator