This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-components.git

commit 02a85989ef28eac64bd1a3b52db4a57f9f693a98
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun Nov 24 10:44:46 2019 +0100

    Fixing dependencies for quartz
---
 spring-quartz/pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/spring-quartz/pom.xml b/spring-quartz/pom.xml
index 0f1f9b9..c50d27d 100644
--- a/spring-quartz/pom.xml
+++ b/spring-quartz/pom.xml
@@ -55,12 +55,16 @@
     <dependency>
       <groupId>org.quartz-scheduler</groupId>
       <artifactId>quartz</artifactId>
-      <version>2.2.1</version>
+      <version>${quartz.version}</version>
       <exclusions>
         <exclusion>
-          <groupId>c3p0</groupId>
+          <groupId>com.mchange</groupId>
           <artifactId>c3p0</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>com.zaxxer</groupId>
+          <artifactId>HikariCP-java7</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>

Reply via email to