summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-09-06 12:10:53 +0200
committerHarald Musum <musum@verizonmedia.com>2019-09-06 12:10:53 +0200
commit068ead4e84018c633df8d30b5ad38545abea34bb (patch)
tree046ea75a25881d4d263ef1b67c17e80c325e1322 /document
parent51565a5d4fa530ba0313ed3d8e62d51cd39906c1 (diff)
Export net.jpountz.xxhash
Export net.jpountz.xxhash as well as net.jpountz.lz4, they are both needed and from the same artifact
Diffstat (limited to 'document')
-rw-r--r--document/src/main/java/net/jpountz/xxhash/package-info.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/document/src/main/java/net/jpountz/xxhash/package-info.java b/document/src/main/java/net/jpountz/xxhash/package-info.java
new file mode 100644
index 00000000000..7599a76f46c
--- /dev/null
+++ b/document/src/main/java/net/jpountz/xxhash/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 = 3, micro = 0))
+package net.jpountz.xxhash;
+import com.yahoo.osgi.annotation.ExportPackage;
+import com.yahoo.osgi.annotation.Version;