summaryrefslogtreecommitdiffstats
path: root/container-apache-http-client-bundle
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-06-23 08:00:26 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-06-23 08:00:26 +0200
commit6defefcf2a7fc060b79f74fed008bf3a66d1830e (patch)
treeec28fa23435b3ee33163a86251ed0fcd8ba69414 /container-apache-http-client-bundle
parente12017907937e1a0442cb228f9ff416ac102f518 (diff)
Export package used by 3rd party AWS library
Diffstat (limited to 'container-apache-http-client-bundle')
-rw-r--r--container-apache-http-client-bundle/src/main/java/org/apache/http/impl/io/package-info.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/container-apache-http-client-bundle/src/main/java/org/apache/http/impl/io/package-info.java b/container-apache-http-client-bundle/src/main/java/org/apache/http/impl/io/package-info.java
new file mode 100644
index 00000000000..59451695f7c
--- /dev/null
+++ b/container-apache-http-client-bundle/src/main/java/org/apache/http/impl/io/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.http.impl.io;
+
+import com.yahoo.osgi.annotation.ExportPackage;