Skip to content

Commit 110d9b6

Browse files
committed
added cron4j dependency
1 parent 604126f commit 110d9b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
<artifactId>yamlbeans</artifactId>
6565
<version>1.08</version>
6666
</dependency>
67+
<dependency>
68+
<groupId>it.sauronsoftware.cron4j</groupId>
69+
<artifactId>cron4j</artifactId>
70+
<version>2.2.5</version>
71+
</dependency>
6772

6873
<!-- Activemq -->
6974
<dependency>

0 commit comments

Comments
 (0)