summaryrefslogtreecommitdiffstats
path: root/document/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-04-28 21:09:36 +0200
committerGitHub <noreply@github.com>2019-04-28 21:09:36 +0200
commit7fad239e333869bf1c21ea4a4a70da3435637b1b (patch)
tree634a1fd3d61e0abf52a2866de314c6ad39773a3d /document/pom.xml
parent8f58e1a5baf9d4a507456b6c5cbaba28914aa40a (diff)
Revert "Revert "Revert "Update to newer java lz4 version (1.5.1) and use new artifact ids"""
Diffstat (limited to 'document/pom.xml')
-rw-r--r--document/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/document/pom.xml b/document/pom.xml
index f21efe6de31..19f1a9470fc 100644
--- a/document/pom.xml
+++ b/document/pom.xml
@@ -40,8 +40,8 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.lz4</groupId>
- <artifactId>lz4-java</artifactId>
+ <groupId>net.jpountz.lz4</groupId>
+ <artifactId>lz4</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>