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

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

commit b9c7f9d2dc2fd93b87e2417375e46fa4fa512e75
Author: Julian Reschke <resc...@apache.org>
AuthorDate: Tue May 28 11:42:52 2024 +0100

    OAK-10838: oak-lucene: maven install fails in oak-lucene due to baseline 
check
---
 oak-parent/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 32f246792a..3d18047a50 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -239,6 +239,8 @@
                   
<filter>!org.apache.jackrabbit.oak.plugins.index.solr.util</filter>
                   
<filter>!org.apache.jackrabbit.oak.segment.spi.monitor</filter>
                   
<filter>!org.apache.jackrabbit.oak.segment.spi.persistence</filter>
+                  <!-- OAK-10838: we can't control the package version for the 
EOLd copy of lucene-core -->
+                  <filter>!org.apache.lucene.*</filter>
                   <filter>*</filter>
                 </filters>
               </configuration>

Reply via email to