From 9f8cdf3a7a63e001f6d5bfd13c69b0b46c75b332 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Tue, 22 Jun 2021 11:17:33 +0200 Subject: Export another package used transitively from AWS library --- .../src/main/java/org/apache/http/params/package-info.java | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 container-apache-http-client-bundle/src/main/java/org/apache/http/params/package-info.java diff --git a/container-apache-http-client-bundle/src/main/java/org/apache/http/params/package-info.java b/container-apache-http-client-bundle/src/main/java/org/apache/http/params/package-info.java new file mode 100644 index 00000000000..92123f26b4d --- /dev/null +++ b/container-apache-http-client-bundle/src/main/java/org/apache/http/params/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.params; + +import com.yahoo.osgi.annotation.ExportPackage; -- cgit v1.2.3