summaryrefslogtreecommitdiffstats
path: root/container-apache-http-client-bundle
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-06-22 11:32:16 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-06-22 11:32:16 +0200
commit6104107fe872c3485fbff077d2a1d1d027bfacea (patch)
treebb40579e1352819ccd5202035f2b891b4fb3f623 /container-apache-http-client-bundle
parent15b51d33686024d0b9c9c4da48c1b0e78210ac61 (diff)
Export another package used transitively from AWS library
Diffstat (limited to 'container-apache-http-client-bundle')
-rw-r--r--container-apache-http-client-bundle/src/main/java/org/apache/http/auth/package-info.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/container-apache-http-client-bundle/src/main/java/org/apache/http/auth/package-info.java b/container-apache-http-client-bundle/src/main/java/org/apache/http/auth/package-info.java
new file mode 100644
index 00000000000..2bb0a297c86
--- /dev/null
+++ b/container-apache-http-client-bundle/src/main/java/org/apache/http/auth/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.auth;
+
+import com.yahoo.osgi.annotation.ExportPackage;