summaryrefslogtreecommitdiffstats
path: root/vespajlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-03-08 14:26:28 +0100
committerGitHub <noreply@github.com>2020-03-08 14:26:28 +0100
commitdbf7d9bcf251a027f9f39d84eae75fb043484281 (patch)
treee8c4419c5fd4f9d7690faabb2ca4627affafec93 /vespajlib
parent014f5b6f712b004fc1c3956db100ad9f6cbf01fc (diff)
Revert "Revert "Revert "Revert "Upgrade from net.jpountz.lz4 1.3.0 to org.lz4 1.7.1""""
Diffstat (limited to 'vespajlib')
-rw-r--r--vespajlib/pom.xml4
-rw-r--r--vespajlib/src/main/java/net/jpountz/lz4/package-info.java2
-rw-r--r--vespajlib/src/main/java/net/jpountz/util/package-info.java5
-rw-r--r--vespajlib/src/main/java/net/jpountz/xxhash/package-info.java2
4 files changed, 9 insertions, 4 deletions
diff --git a/vespajlib/pom.xml b/vespajlib/pom.xml
index a8380e9513c..7631a2af0fb 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>org.apache.commons</groupId>
diff --git a/vespajlib/src/main/java/net/jpountz/lz4/package-info.java b/vespajlib/src/main/java/net/jpountz/lz4/package-info.java
index 25c41288d47..3536beff420 100644
--- a/vespajlib/src/main/java/net/jpountz/lz4/package-info.java
+++ b/vespajlib/src/main/java/net/jpountz/lz4/package-info.java
@@ -1,5 +1,5 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-@ExportPackage(version = @Version(major = 1, minor = 3, micro = 0))
+@ExportPackage(version = @Version(major = 1, minor = 7, micro = 1))
package net.jpountz.lz4;
import com.yahoo.osgi.annotation.ExportPackage;
import com.yahoo.osgi.annotation.Version;
diff --git a/vespajlib/src/main/java/net/jpountz/util/package-info.java b/vespajlib/src/main/java/net/jpountz/util/package-info.java
new file mode 100644
index 00000000000..f09b2dde726
--- /dev/null
+++ b/vespajlib/src/main/java/net/jpountz/util/package-info.java
@@ -0,0 +1,5 @@
+// Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+@ExportPackage(version = @Version(major = 1, minor = 7, micro = 1))
+package net.jpountz.util;
+import com.yahoo.osgi.annotation.ExportPackage;
+import com.yahoo.osgi.annotation.Version;
diff --git a/vespajlib/src/main/java/net/jpountz/xxhash/package-info.java b/vespajlib/src/main/java/net/jpountz/xxhash/package-info.java
index 7599a76f46c..e8ad7b05556 100644
--- a/vespajlib/src/main/java/net/jpountz/xxhash/package-info.java
+++ b/vespajlib/src/main/java/net/jpountz/xxhash/package-info.java
@@ -1,5 +1,5 @@
// Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-@ExportPackage(version = @Version(major = 1, minor = 3, micro = 0))
+@ExportPackage(version = @Version(major = 1, minor = 7, micro = 1))
package net.jpountz.xxhash;
import com.yahoo.osgi.annotation.ExportPackage;
import com.yahoo.osgi.annotation.Version;