summaryrefslogtreecommitdiffstats
path: root/container-apache-http-client-bundle/src/main/java/org/apache/http/util/package-info.java
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-01-12 17:11:01 +0100
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-01-20 14:46:37 +0100
commitec5c06887cdfe5c31ae561a0e671fb943b324d04 (patch)
treecae6ff947a669f846914c0db83d6748a597b2024 /container-apache-http-client-bundle/src/main/java/org/apache/http/util/package-info.java
parentb7e28f7960ba06d10b4bb8b10681acbf34230b32 (diff)
Inline apache http client artifacts in container-apache-http-client-bundle
Allows container-apache-http-client-bundle to be used on classpath for classic fatjars. Since the bundle is now built with Felix's bundle plugin, there is no need to depend on jdisc_core or manually export through `@PublicApi` annotations.
Diffstat (limited to 'container-apache-http-client-bundle/src/main/java/org/apache/http/util/package-info.java')
-rw-r--r--container-apache-http-client-bundle/src/main/java/org/apache/http/util/package-info.java8
1 files changed, 0 insertions, 8 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
deleted file mode 100644
index 07686712234..00000000000
--- a/container-apache-http-client-bundle/src/main/java/org/apache/http/util/package-info.java
+++ /dev/null
@@ -1,8 +0,0 @@
-// Copyright Yahoo. 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;