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

miroslav pushed a commit to branch 1.8
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/1.8 by this push:
     new 02c0548  added required dependency for failure oak-it-osgi 1.8 jira 
OAK-9611
     new 13c8f19  Merge pull request #426 from ArunOnCloud/1.8
02c0548 is described below

commit 02c0548b57ff79da8494bee34e1d3b884ad187f0
Author: Arun Ram <[email protected]>
AuthorDate: Thu Nov 25 21:31:43 2021 +0530

    added required dependency for failure oak-it-osgi 1.8 jira OAK-9611
---
 oak-segment-tar/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/oak-segment-tar/pom.xml b/oak-segment-tar/pom.xml
index ab08154..c8fdfdd 100644
--- a/oak-segment-tar/pom.xml
+++ b/oak-segment-tar/pom.xml
@@ -84,6 +84,12 @@
                             
com.github.luben.zstd;version="[1.5,2)";resolution:=optional,
                             
org.bouncycastle.jsse;version="[1.6,2)";resolution:=optional,
                             
org.bouncycastle.jsse.provider;version="[1.6,2)";resolution:=optional,
+                            com.oracle.svm.core.annotate;resolution:=optional,
+                            reactor.blockhound;resolution:=optional,
+                            
reactor.blockhound.integration;resolution:=optional,
+                            
org.apache.logging.log4j.message;resolution:=optional,
+                            org.apache.logging.log4j.spi;resolution:=optional,
+                            sun.security.ssl;resolution:=optional,
                             *
                         </Import-Package>
                     </instructions>

Reply via email to