Skip to content

Commit

Permalink
OAK-10838: oak-lucene: maven install fails in oak-lucene due to basel…
Browse files Browse the repository at this point in the history
…ine check (apache#1491)
  • Loading branch information
reschke authored May 28, 2024
1 parent 1a250e0 commit 8bab606
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oak-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8bab606

Please sign in to comment.