aboutsummaryrefslogtreecommitdiffstats
path: root/container-apache-http-client-bundle
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-06-21 14:17:56 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-06-21 14:17:56 +0200
commit844865cb856c8afab39963fae2ef0b5b44d71653 (patch)
treeda2909a2852238c541fc68860e69d6ccb963dda6 /container-apache-http-client-bundle
parentdf13a01232fec3f709b3d5f98b7b5d881082e860 (diff)
Export org.apache.http.util
Diffstat (limited to 'container-apache-http-client-bundle')
-rw-r--r--container-apache-http-client-bundle/src/main/java/org/apache/http/util/package-info.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/container-apache-http-client-bundle/src/main/java/org/apache/http/util/package-info.java b/container-apache-http-client-bundle/src/main/java/org/apache/http/util/package-info.java
new file mode 100644
index 00000000000..90e4f8e1cff
--- /dev/null
+++ b/container-apache-http-client-bundle/src/main/java/org/apache/http/util/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.util;
+
+import com.yahoo.osgi.annotation.ExportPackage;