summaryrefslogtreecommitdiffstats
path: root/vespajlib
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-04-23 09:01:02 +0200
committerHarald Musum <musum@verizonmedia.com>2019-04-23 09:01:47 +0200
commit773e5f93b524cef73a38b8b2834948b7c136db84 (patch)
tree86ed3780c38a4ee559e31ea7943d92ee3de841f7 /vespajlib
parent4c4afce3ab48fdfca83f0a3217d0fe18431e68a7 (diff)
Update to newer java lz4 version (1.5.1) and use new artifact ids
Diffstat (limited to 'vespajlib')
-rw-r--r--vespajlib/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vespajlib/pom.xml b/vespajlib/pom.xml
index 32040785fc2..c1843dd4b09 100644
--- a/vespajlib/pom.xml
+++ b/vespajlib/pom.xml
@@ -20,8 +20,8 @@
<!-- compile scope -->
<dependency>
- <groupId>net.jpountz.lz4</groupId>
- <artifactId>lz4</artifactId>
+ <groupId>org.lz4</groupId>
+ <artifactId>lz4-java</artifactId>
</dependency>
<dependency>
<groupId>commons-lang</groupId>