From 3dd2bc3ce410a8b3fe41f936c47d46b83e9251e9 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Mon, 21 Jun 2021 17:27:43 +0200 Subject: Export org.apache.http.pool --- .../src/main/java/org/apache/http/pool/package-info.java | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 container-apache-http-client-bundle/src/main/java/org/apache/http/pool/package-info.java (limited to 'container-apache-http-client-bundle') 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 -- cgit v1.2.3