This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new f1c774ea8e OAK-11761: remove unused package exports from segment-azure
(#2334)
f1c774ea8e is described below
commit f1c774ea8ee39d0599e62b3dbaa08c1bbc19b540
Author: Julian Reschke <[email protected]>
AuthorDate: Fri Jun 13 15:26:05 2025 +0200
OAK-11761: remove unused package exports from segment-azure (#2334)
---
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,