summaryrefslogtreecommitdiffstats
path: root/docker-api
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-04-25 08:49:26 +0200
committerGitHub <noreply@github.com>2019-04-25 08:49:26 +0200
commit13a8fcccc20ca98f7b9d7c427874d05fc56259aa (patch)
treee2e87ac981c551d183fa271b786a0fab5a11ce84 /docker-api
parent38d990ac83653b10d06619173f23355d9769cf65 (diff)
Revert "Update to newer java lz4 version (1.5.1) and use new artifact ids"
Diffstat (limited to 'docker-api')
-rw-r--r--docker-api/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-api/pom.xml b/docker-api/pom.xml
index 749ed513aac..1cb03f1819d 100644
--- a/docker-api/pom.xml
+++ b/docker-api/pom.xml
@@ -100,8 +100,8 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>org.lz4</groupId>
- <artifactId>lz4-java</artifactId>
+ <groupId>net.jpountz.lz4</groupId>
+ <artifactId>lz4</artifactId>
<scope>compile</scope>
</dependency>
<dependency>