This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 5c19082 Exclude file from rat check
5c19082 is described below
commit 5c19082b0558968757eafc4bc7c9542ffd5dafa7
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Mar 17 21:19:35 2021 +0100
Exclude file from rat check
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 7f9fb3b..81fdbeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -352,6 +352,7 @@
<exclude>**/MySecondFooConfigurer.java</exclude>
<exclude>**/MySecondBarConfigurer.java</exclude>
<exclude>**/stockquote-response.xml</exclude>
+
<exclude>**/org.apache.camel.dsl.kotlin.KotlinDSL.classname</exclude>
<!-- Maven Wrapper -->
<exclude>.mvn/**/*</exclude>
</excludes>