Add cache downloader client

This commit is contained in:
Adam
2016-06-03 14:13:28 -04:00
parent e3cd89e72d
commit 535cbaa6a3
11 changed files with 947 additions and 0 deletions

5
cache/pom.xml vendored
View File

@@ -79,6 +79,11 @@
<artifactId>bcprov-ext-jdk14</artifactId>
<version>1.54</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.0.Final</version>
</dependency>
<dependency>
<groupId>junit</groupId>