From 0bbf33f1986f3b0d23e2437117c72f7d3742b8ee 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 --- 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 efc6245369df..f13f87d33033 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 ee00d7c21dd8..af8adb515fba 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,)