Author: gk
Date: Tue Jul 28 10:43:25 2015
New Revision: 1693064

URL: http://svn.apache.org/r1693064
Log:
- Add quartz deps explicitely due to 
https://jira.terracotta.org/jira/browse/QTZ-404 

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=1693064&r1=1693063&r2=1693064&view=diff
==============================================================================
--- turbine/fulcrum/trunk/quartz/pom.xml (original)
+++ turbine/fulcrum/trunk/quartz/pom.xml Tue Jul 28 10:43:25 2015
@@ -96,6 +96,17 @@
       <artifactId>quartz</artifactId>
       <version>2.2.1</version>
     </dependency>
+    <dependency>
+      <groupId>org.quartz-scheduler</groupId>
+      <artifactId>quartz-jobs</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>javax.transaction</groupId>
+      <artifactId>jta</artifactId>
+      <version>1.1</version>
+    </dependency>
+
   </dependencies>
 
   <build>


Reply via email to