Author: tv
Date: Sun Oct 23 10:35:16 2016
New Revision: 1766265
URL: http://svn.apache.org/viewvc?rev=1766265&view=rev
Log:
Update quartz dependency
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=1766265&r1=1766264&r2=1766265&view=diff
==============================================================================
--- turbine/fulcrum/trunk/quartz/pom.xml (original)
+++ turbine/fulcrum/trunk/quartz/pom.xml Sun Oct 23 10:35:16 2016
@@ -94,19 +94,19 @@
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
- <version>2.2.1</version>
+ <version>2.2.3</version>
</dependency>
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz-jobs</artifactId>
- <version>2.2.1</version>
+ <version>2.2.3</version>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
<version>1.1</version>
+ <scope>runtime</scope>
</dependency>
-
</dependencies>
<build>