summaryrefslogtreecommitdiffstats
path: root/container-apache-http-client-bundle
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-07-05 16:59:27 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-07-05 16:59:27 +0200
commit2f008161716a8b764f62b5909d12ed5b2dd53e13 (patch)
treec95aec3aa4a6af89eb0ae5450ecb9aa23e18deab /container-apache-http-client-bundle
parent85a3f35384de436fd17a59a29346be08a32ffac2 (diff)
Export 'org.apache.http.client.entity'
Diffstat (limited to 'container-apache-http-client-bundle')
-rw-r--r--container-apache-http-client-bundle/src/main/java/org/apache/http/client/entity/package-info.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/container-apache-http-client-bundle/src/main/java/org/apache/http/client/entity/package-info.java b/container-apache-http-client-bundle/src/main/java/org/apache/http/client/entity/package-info.java
new file mode 100644
index 00000000000..28199fd727b
--- /dev/null
+++ b/container-apache-http-client-bundle/src/main/java/org/apache/http/client/entity/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.client.entity;
+
+import com.yahoo.osgi.annotation.ExportPackage; \ No newline at end of file