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

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

commit 76fa35c42083f1036ad83972da7df2e298661440
Author: Julian Reschke <resc...@apache.org>
AuthorDate: Tue May 14 09:33:47 2024 +0100

    OAK-10786: exclude automaton package from RAT check
---
 oak-lucene/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/oak-lucene/pom.xml b/oak-lucene/pom.xml
index 73f0b05191..c1f080d0c4 100644
--- a/oak-lucene/pom.xml
+++ b/oak-lucene/pom.xml
@@ -142,6 +142,8 @@
             <exclude>**/test.txt</exclude>
             <exclude>**/fvs.csv</exclude>
             <exclude>src/test/resources/**/*.txt</exclude>
+            <!-- see OAK-10786 -->
+            <exclude>src/main/java/org/apache/lucene/util/automaton/*</exclude>
           </excludes>
         </configuration>
       </plugin>

Reply via email to