aboutsummaryrefslogtreecommitdiffstats
path: root/container-apache-http-client-bundle
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-06-21 17:27:43 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-06-21 17:27:43 +0200
commit3dd2bc3ce410a8b3fe41f936c47d46b83e9251e9 (patch)
tree7654330dc4be5235a6bdd06d5d6946f21629360c /container-apache-http-client-bundle
parent35f44d2aeec317384feee853da3dafc669dc88e8 (diff)
Export org.apache.http.pool
Diffstat (limited to 'container-apache-http-client-bundle')
-rw-r--r--container-apache-http-client-bundle/src/main/java/org/apache/http/pool/package-info.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/container-apache-http-client-bundle/src/main/java/org/apache/http/pool/package-info.java b/container-apache-http-client-bundle/src/main/java/org/apache/http/pool/package-info.java
new file mode 100644
index 00000000000..3c2509cd960
--- /dev/null
+++ b/container-apache-http-client-bundle/src/main/java/org/apache/http/pool/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.pool;
+
+import com.yahoo.osgi.annotation.ExportPackage; \ No newline at end of file