summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-04-25 06:34:57 +0200
committerGitHub <noreply@github.com>2019-04-25 06:34:57 +0200
commit38d990ac83653b10d06619173f23355d9769cf65 (patch)
tree846bae8c28bbaf70396140c0e1ee1c7002531596 /config
parent1a59773aa62826677f1992c49bbfacda37a3fee1 (diff)
parent54b62e1e1f54d393e9e1d572d3c01a943b3de1aa (diff)
Merge pull request #9157 from vespa-engine/hmusum/update-java-lz4-dep
Update to newer java lz4 version (1.5.1) and use new artifact ids
Diffstat (limited to 'config')
-rwxr-xr-xconfig/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/pom.xml b/config/pom.xml
index 40ad965a410..8f0b728edcb 100755
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -83,8 +83,8 @@
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
- <groupId>net.jpountz.lz4</groupId>
- <artifactId>lz4</artifactId>
+ <groupId>org.lz4</groupId>
+ <artifactId>lz4-java</artifactId>
</dependency>
</dependencies>
<profiles>