Code snippets for article BAEL-818 (#1934)
* Quartz example for article: Introduction to Quartz * Adding new module for Java Quartz * Removing Quartz code from jee7 module * Fixing folder structure * Removing java-quartz module and adding code snippets in libraries module
This commit is contained in:
committed by
Zeger Hendrikse
parent
a2e2192494
commit
772038390f
@@ -269,6 +269,11 @@
|
||||
<artifactId>h2</artifactId>
|
||||
<version>1.4.195</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.quartz-scheduler</groupId>
|
||||
<artifactId>quartz</artifactId>
|
||||
<version>2.3.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
<multiverse.version>0.7.0</multiverse.version>
|
||||
|
||||
Reference in New Issue
Block a user