This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 8554d354eb1 Fixed RAT 8554d354eb1 is described below commit 8554d354eb11a3ed0841aee1db8923fe39913c35 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Feb 27 10:51:25 2025 +0100 Fixed RAT --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index a075144e073..5a33aba04a1 100644 --- a/pom.xml +++ b/pom.xml @@ -349,6 +349,7 @@ <exclude>**/.camel-jbang-run/**</exclude> <exclude>**/camel-jbang-run.properties</exclude> <exclude>**/javax.annotations.processing.Processor</exclude> + <exclude>**/camel-oauth/helm/etc/**</exclude> </excludes> </licenseSet> </licenseSets> @@ -529,6 +530,7 @@ <exclude> **/src/main/resources/META-INF/services/org.kie.server.services.api.KieServerExtension </exclude> + <exclude>**/helm/etc/**/*</exclude> <exclude>**/META-INF/MANIFEST.MF</exclude> <exclude>**/openapi.yaml</exclude> <exclude>**/ignite/work/**/*</exclude>