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

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


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 6910886  [KARAF-6248] Upgrade to Quartz 2.3.1
6910886 is described below

commit 69108864ec7cb9c6edadc259db2f8a955d57afce
Author: Jean-Baptiste Onofré <[email protected]>
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 411a7ce..73f400f 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>

Reply via email to