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 b6d1472d62 OAK-11076: oak-it-osgi fails with '-Prdb-derby' due to
Derby-related import dependencies (#1683)
b6d1472d62 is described below
commit b6d1472d625c79bdf47bd598a8d6ac45f71a5e73
Author: Julian Reschke <[email protected]>
AuthorDate: Tue Sep 3 14:58:51 2024 +0200
OAK-11076: oak-it-osgi fails with '-Prdb-derby' due to Derby-related import
dependencies (#1683)
---
oak-search-elastic/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/oak-search-elastic/pom.xml b/oak-search-elastic/pom.xml
index 293faf6ce1..1ed8dd5d69 100644
--- a/oak-search-elastic/pom.xml
+++ b/oak-search-elastic/pom.xml
@@ -48,6 +48,8 @@
org.apache.jackrabbit.oak.plugins.index.elastic.ElasticIndexProviderService
</_exportcontents>
<Import-Package>
+ !com.ibm.*, <!-- see OAK-11076 -->
+ !org.apache.derby.*, <!-- see OAK-11076 -->
!io.opentelemetry.sdk.autoconfigure.*,
!jdk.net.*,
!org.apache.log.*,