From 3ffbe256f1194ba2febcb8f070354dfaac3a1ff3 Mon Sep 17 00:00:00 2001 From: ielatif Date: Tue, 23 Apr 2019 19:39:49 +0200 Subject: [PATCH] Exclude HikariCP specific dependency from Quartz Closes gh-16628 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- spring-boot-project/spring-boot-parent/pom.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index efc6245369d..f13f87d3303 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -2600,7 +2600,7 @@ com.zaxxer - HikariCP-java6 + * diff --git a/spring-boot-project/spring-boot-parent/pom.xml b/spring-boot-project/spring-boot-parent/pom.xml index ee00d7c21dd..af8adb515fb 100644 --- a/spring-boot-project/spring-boot-parent/pom.xml +++ b/spring-boot-project/spring-boot-parent/pom.xml @@ -572,6 +572,12 @@ + + + com.zaxxer:HikariCP-* + + true + [1.8,)