From ec5c06887cdfe5c31ae561a0e671fb943b324d04 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Thu, 12 Jan 2023 17:11:01 +0100 Subject: 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. --- .../src/main/java/org/apache/http/util/package-info.java | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 container-apache-http-client-bundle/src/main/java/org/apache/http/util/package-info.java (limited to 'container-apache-http-client-bundle/src/main/java/org/apache/http/util/package-info.java') 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; -- cgit v1.2.3