This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 9b49b05d42d791262ca845358c8c425e4acbb0cd Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jan 28 15:13:31 2022 +0100 Fixed RAT check --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 92630c3..4f319c3 100644 --- a/pom.xml +++ b/pom.xml @@ -353,6 +353,7 @@ <exclude>**/MySecondBarConfigurer.java</exclude> <exclude>**/stockquote-response.xml</exclude> <exclude>**/org.apache.camel.dsl.kotlin.KotlinDSL.classname</exclude> + <exclude>**/quarkus-pom.ftl</exclude> <!-- Maven Wrapper --> <exclude>.mvn/**/*</exclude> </excludes>