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 a02cbb9d0b OAK-10307: exclude
oak-shaded-guava/dependency-reduced-pom.xml from rat plugin check
a02cbb9d0b is described below
commit a02cbb9d0b221260d240f2f81571b1d10db60502
Author: Julian Reschke <[email protected]>
AuthorDate: Thu Jun 15 22:03:39 2023 +0100
OAK-10307: exclude oak-shaded-guava/dependency-reduced-pom.xml from rat
plugin check
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 445f95ee40..8763f1a780 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,6 +105,7 @@
<exclude>.git/**</exclude>
<exclude>.idea/**</exclude>
<exclude>.gitignore</exclude>
+ <exclude>oak-shaded-guava/dependency-reduced-pom.xml</exclude>
<exclude>oak-doc/*.uxf</exclude>
<exclude>oak-doc*/.*/**</exclude>
<exclude>oak-doc*/*.iml</exclude>