summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index fd9a28b..8cb399b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,11 @@
<version>1.2.5</version>
<scope>test</scope>
</dependency>
-
+ <dependency>
+ <groupId>com.enragedginger</groupId>
+ <artifactId>akka-quartz-scheduler_${scala.version}</artifactId>
+ <version>1.4.0-akka-2.3.x</version>
+ </dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>