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:
Alex Vargas
2017-05-25 14:45:53 -07:00
committed by Zeger Hendrikse
parent a2e2192494
commit 772038390f
5 changed files with 7 additions and 71 deletions
+5
View File
@@ -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>