summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
Diffstat (limited to 'document')
-rw-r--r--document/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/document/pom.xml b/document/pom.xml
index 19f1a9470fc..f21efe6de31 100644
--- a/document/pom.xml
+++ b/document/pom.xml
@@ -40,8 +40,8 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>net.jpountz.lz4</groupId>
- <artifactId>lz4</artifactId>
+ <groupId>org.lz4</groupId>
+ <artifactId>lz4-java</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>