Add update-check http api call to see if client is outdated

This commit is contained in:
Adam
2017-04-19 20:40:36 -04:00
parent 8e24e6a81f
commit 913e430047
5 changed files with 187 additions and 1 deletions

View File

@@ -58,6 +58,11 @@
<artifactId>commons-csv</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>21.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>