aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValerij Fredriksen <freva@users.noreply.github.com>2021-06-22 11:23:54 +0200
committerGitHub <noreply@github.com>2021-06-22 11:23:54 +0200
commit15b51d33686024d0b9c9c4da48c1b0e78210ac61 (patch)
tree59b1f50b5c54ac6b07237ae03acb3cc32e0d011d
parent4bb24d31ec0014ebd9e3dce7d4acf11ae98b9ac6 (diff)
parent9f8cdf3a7a63e001f6d5bfd13c69b0b46c75b332 (diff)
Merge pull request #18360 from vespa-engine/bjorncs/export
Export another package used transitively from AWS library MERGEOK
-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;