summaryrefslogtreecommitdiffstats
path: root/container-apache-http-client-bundle
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-06-21 12:34:18 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-06-21 12:34:18 +0200
commit6a4cc77f06c2bd87ef1d0937d804ed8105b4d9b2 (patch)
tree8ba66f89b0fe156798dd4e61bb5b79cf4d8530e0 /container-apache-http-client-bundle
parent642cdd49f80c8d3f1f590c1c59ec4e6f1d699bf3 (diff)
Export extra package used by metrics-proxy bundle
Diffstat (limited to 'container-apache-http-client-bundle')
-rw-r--r--container-apache-http-client-bundle/src/main/java/org/apache/hc/core5/http/nio/support/package-info.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/container-apache-http-client-bundle/src/main/java/org/apache/hc/core5/http/nio/support/package-info.java b/container-apache-http-client-bundle/src/main/java/org/apache/hc/core5/http/nio/support/package-info.java
new file mode 100644
index 00000000000..3e089b8ca23
--- /dev/null
+++ b/container-apache-http-client-bundle/src/main/java/org/apache/hc/core5/http/nio/support/package-info.java
@@ -0,0 +1,8 @@
+// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+/**
+ * @author bjorncs
+ */
+@ExportPackage
+package org.apache.hc.core5.http.nio.support;
+
+import com.yahoo.osgi.annotation.ExportPackage;