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


The following commit(s) were added to refs/heads/OAK-11761 by this push:
     new e0a8ebbf8b OAK-11761: remove unused package exports from segment-azure
e0a8ebbf8b is described below

commit e0a8ebbf8b26beab73945dec60dd5a0beb185084
Author: Julian Reschke <[email protected]>
AuthorDate: Fri Jun 13 12:35:22 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,

Reply via email to