summaryrefslogtreecommitdiffstats
path: root/container-apache-http-client-bundle
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-06-22 11:17:33 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-06-22 11:17:33 +0200
commit9f8cdf3a7a63e001f6d5bfd13c69b0b46c75b332 (patch)
tree59b1f50b5c54ac6b07237ae03acb3cc32e0d011d /container-apache-http-client-bundle
parent4bb24d31ec0014ebd9e3dce7d4acf11ae98b9ac6 (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/params/package-info.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/container-apache-http-client-bundle/src/main/java/org/apache/http/params/package-info.java b/container-apache-http-client-bundle/src/main/java/org/apache/http/params/package-info.java
new file mode 100644
index 00000000000..92123f26b4d
--- /dev/null
+++ b/container-apache-http-client-bundle/src/main/java/org/apache/http/params/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.params;
+
+import com.yahoo.osgi.annotation.ExportPackage;