Author: painter
Date: Wed Oct 3 13:57:26 2018
New Revision: 1842722
URL: http://svn.apache.org/viewvc?rev=1842722&view=rev
Log:
bump quartz to latest - all tests passed
Modified:
turbine/fulcrum/trunk/quartz/pom.xml
Modified: turbine/fulcrum/trunk/quartz/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/quartz/pom.xml?rev=1842722&r1=1842721&r2=1842722&view=diff
==============================================================================
--- turbine/fulcrum/trunk/quartz/pom.xml (original)
+++ turbine/fulcrum/trunk/quartz/pom.xml Wed Oct 3 13:57:26 2018
@@ -68,7 +68,7 @@
<dependencies>
<!-- uncomment if using Java 9 JDK or later -->
- <!--
+ <!--
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
@@ -91,7 +91,6 @@
</dependency>
-->
-
<!-- Test Dependencies -->
<dependency>
<groupId>junit</groupId>
@@ -120,12 +119,12 @@
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
- <version>2.2.3</version>
+ <version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz-jobs</artifactId>
- <version>2.2.3</version>
+ <version>2.3.0</version>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>