This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-11761 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 1fad63f3e81bef690c32d30d1eee0536f4f6d8e3 Author: Julian Reschke <[email protected]> AuthorDate: Fri Jun 13 12:27:16 2025 +0100 OAK-11761: remove unused package exports from segment-azure --- oak-segment-azure/pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/oak-segment-azure/pom.xml b/oak-segment-azure/pom.xml index 0d00294c00..53191f6aab 100644 --- a/oak-segment-azure/pom.xml +++ b/oak-segment-azure/pom.xml @@ -66,9 +66,7 @@ * </Import-Package> <Export-Package> - org.apache.jackrabbit.oak.segment.azure, - org.apache.jackrabbit.oak.segment.azure.queue, - org.apache.jackrabbit.oak.segment.azure.util, + !org.apache.jackrabbit.oak.segment.azure.*, com.microsoft.azure.storage, com.microsoft.azure.storage.core, com.microsoft.azure.storage.blob,
