summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Rettberg2016-06-13 15:20:16 +0200
committerSimon Rettberg2016-06-13 15:20:16 +0200
commit83273ac89e48b41881d15168d47be658cf6aeebc (patch)
tree2b985fef430593ac9d27a54ceebbcd3f8f5306ff /pom.xml
parentCleanup, features, everything, nonsense commitmsg (diff)
downloaddnbd3-status-83273ac89e48b41881d15168d47be658cf6aeebc.tar.gz
dnbd3-status-83273ac89e48b41881d15168d47be658cf6aeebc.tar.xz
dnbd3-status-83273ac89e48b41881d15168d47be658cf6aeebc.zip
Fix CPU spinning in NanoHTTPd
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 1a3a3e9..539eba9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,5 +65,11 @@
<artifactId>pngj</artifactId>
<version>2.1.0</version>
</dependency>
+ <dependency>
+ <groupId>joda-time</groupId>
+ <artifactId>joda-time</artifactId>
+ <version>2.8</version>
+ </dependency>
+
</dependencies>
</project> \ No newline at end of file