From c6ce8ad6d3c12bf8dc75c9cf1f6f1085dbd9092f Mon Sep 17 00:00:00 2001 From: Emilio Dolce Date: Tue, 16 Jan 2018 11:30:52 +0100 Subject: [PATCH] quartz new version --- voila-runtime-quartz/.classpath | 76 ++++++++++++++++----------------- voila-runtime-quartz/pom.xml | 41 +++++++++--------- 2 files changed, 59 insertions(+), 58 deletions(-) diff --git a/voila-runtime-quartz/.classpath b/voila-runtime-quartz/.classpath index 7bcfea48..a8d1a930 100644 --- a/voila-runtime-quartz/.classpath +++ b/voila-runtime-quartz/.classpath @@ -1,38 +1,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/voila-runtime-quartz/pom.xml b/voila-runtime-quartz/pom.xml index 131e703d..65628b37 100644 --- a/voila-runtime-quartz/pom.xml +++ b/voila-runtime-quartz/pom.xml @@ -1,21 +1,22 @@ - - 4.0.0 - - voila-runtime-root - it.mice.voila.runtime - 1.0-SNAPSHOT - ../voila-runtime-root/pom.xml - - voila-runtime-quartz - Java framework Quartz runtime module - ${parent.version} - Java framework Quartz runtime module - - - org.opensymphony.quartz - quartz - 1.6.1 - - + + 4.0.0 + + voila-runtime-root + it.mice.voila.runtime + 1.0-SNAPSHOT + ../voila-runtime-root/pom.xml + + voila-runtime-quartz + Java framework Quartz runtime module + ${parent.version} + Java framework Quartz runtime module + + + + org.quartz-scheduler + quartz + 1.8.3 + + \ No newline at end of file -- GitLab