summaryrefslogtreecommitdiffstats
path: root/configserver/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2017-11-08 08:42:22 +0100
committerHarald Musum <musum@oath.com>2017-11-08 08:42:22 +0100
commit8fb495a3be28e17d3f712ab27f5723d96ed4bc70 (patch)
treeee83efe80bd70b02ae533b523da23205dc39d7cd /configserver/pom.xml
parent5de5543004c012df2b1a689d8d01bd01d27b9e60 (diff)
Depend on lz4 (for xxhash) and add no-arg FileServer constructor
Diffstat (limited to 'configserver/pom.xml')
-rw-r--r--configserver/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/configserver/pom.xml b/configserver/pom.xml
index 8776fbd5ad1..4ebb76bd5fe 100644
--- a/configserver/pom.xml
+++ b/configserver/pom.xml
@@ -172,6 +172,11 @@
<artifactId>jersey-proxy-client</artifactId>
</dependency>
<dependency>
+ <groupId>net.jpountz.lz4</groupId>
+ <artifactId>lz4</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>