This is an automated email from the ASF dual-hosted git repository.

adulceanu 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 f2b0cbf937 OAK-10626 - Rework oak-segment-azure OSGi wirings after 
embedding azure libraries needed for service principals support
f2b0cbf937 is described below

commit f2b0cbf937ca550343d3f1d244c879c9936433c1
Author: dulceanu <andrei.dulce...@gmail.com>
AuthorDate: Fri Jan 26 17:02:39 2024 +0100

    OAK-10626 - Rework oak-segment-azure OSGi wirings after embedding azure 
libraries needed for service principals support
---
 oak-segment-azure/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/oak-segment-azure/pom.xml b/oak-segment-azure/pom.xml
index b285fde0e6..39afa9723d 100644
--- a/oak-segment-azure/pom.xml
+++ b/oak-segment-azure/pom.xml
@@ -57,13 +57,13 @@
                             
com.nimbusds.openid.connect.sdk*;resolution:=optional,
                             com.nimbusds.secevent.sdk*;resolution:=optional,
                             com.sun.jna*;resolution:=optional,
-                            org.reactivestreams;resolution:=optional,
-                            reactor.core*;resolution:=optional,
-                            reactor.util*;resolution:=optional,
                             !org.apache.jackrabbit.oak.segment*,
                             !com.google.*,
                             !android.os,
                             !org.checkerframework.*,
+                            !org.reactivestreams.*,
+                            !reactor.core.*,
+                            !reactor.util.*,
                             *
                         </Import-Package>
                         <Export-Package>

Reply via email to