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 8bab606b28 OAK-10838: oak-lucene: maven install fails in oak-lucene 
due to baseline check (#1491)
8bab606b28 is described below

commit 8bab606b284b8084881586c2df36913567f07aa1
Author: Julian Reschke <resc...@apache.org>
AuthorDate: Tue May 28 13:15:24 2024 +0200

    OAK-10838: oak-lucene: maven install fails in oak-lucene due to baseline 
check (#1491)
---
 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