You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/04/20 13:18:37 UTC

[karaf] branch master updated: [KARAF-6248] Upgrade to Quartz 2.3.1

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 85e466c  [KARAF-6248] Upgrade to Quartz 2.3.1
     new abcb717  Merge pull request #819 from jbonofre/KARAF-6248
85e466c is described below

commit 85e466cd7a503f57ec8f9bf96289f7d5e4ce22b8
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sat Apr 20 06:48:18 2019 +0200

    [KARAF-6248] Upgrade to Quartz 2.3.1
---
 scheduler/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scheduler/pom.xml b/scheduler/pom.xml
index 2641344..23491c4 100644
--- a/scheduler/pom.xml
+++ b/scheduler/pom.xml
@@ -71,6 +71,7 @@
                             javax.transaction;resolution:=optional,
                             javax.servlet*;resolution:=optional,
                             org.jboss.*;resolution:=optional,
+                            com.zaxxer.hikari;resolution:=optional,
                             javax.xml.bind*;version="[2.2,3)",
                             *
                         </Import-Package>
@@ -111,7 +112,7 @@
         <dependency>
             <groupId>org.quartz-scheduler</groupId>
             <artifactId>quartz</artifactId>
-            <version>2.2.1</version>
+            <version>2.3.1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>