|
@@ -61,6 +61,17 @@
|
|
|
<artifactId>cron4j</artifactId>
|
|
<artifactId>cron4j</artifactId>
|
|
|
<version>2.2.5</version>
|
|
<version>2.2.5</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>redis.clients</groupId>
|
|
|
|
|
+ <artifactId>jedis</artifactId>
|
|
|
|
|
+ <version>3.1.0</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>de.ruedigermoeller</groupId>
|
|
|
|
|
+ <artifactId>fst</artifactId>
|
|
|
|
|
+ <version>2.50</version>
|
|
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
<build>
|