aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/net/jpountz/util
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-03-07 08:46:25 +0100
committerGitHub <noreply@github.com>2020-03-07 08:46:25 +0100
commit71cf26a0abe0b62b9d3038c86351e69a3dee640e (patch)
treeed0f6ca6f5b7d055770d165e87af2dfc78f67e36 /vespajlib/src/main/java/net/jpountz/util
parentb241838f43794aa6a84df55a0f6e9e6877060021 (diff)
parentcffaf66e9e47f56220c0a4ae4408dc98403fc390 (diff)
Merge pull request #12494 from vespa-engine/revert-12492-revert-12480-balder/lz4-from-net.jpountz-to-org.lz4
Revert "Revert "Upgrade from net.jpountz.lz4 1.3.0 to org.lz4 1.7.1""
Diffstat (limited to 'vespajlib/src/main/java/net/jpountz/util')
-rw-r--r--vespajlib/src/main/java/net/jpountz/util/package-info.java5
1 files changed, 5 insertions, 0 deletions
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;