diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2015-08-02 13:21:03 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2015-08-02 13:21:03 +0200 |
commit | 2f55918ab64a9ae6edb407bd967a4c1ec188b2d9 (patch) | |
tree | 771d5287ce991bec7bca4209c450710a7a809100 /pom.xml | |
parent | 653fe83aad54dad0abd9e2d61843b3cb559d458b (diff) | |
download | influxdb-tools-2f55918ab64a9ae6edb407bd967a4c1ec188b2d9.tar.gz influxdb-tools-2f55918ab64a9ae6edb407bd967a4c1ec188b2d9.zip |
Running example with quartz in akka
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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> |