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
The following commit(s) were added to refs/heads/main by this push: new c4ab8a8fe01 Camel API Component Maven Plugin: Exclude velocity-tools from Doxia-site-renderer c4ab8a8fe01 is described below commit c4ab8a8fe012a2cec9d3715487906ccd7e1620d9 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jan 31 11:16:33 2023 +0100 Camel API Component Maven Plugin: Exclude velocity-tools from Doxia-site-renderer Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- tooling/maven/camel-api-component-maven-plugin/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tooling/maven/camel-api-component-maven-plugin/pom.xml b/tooling/maven/camel-api-component-maven-plugin/pom.xml index 25277bc8b8a..960d5b71789 100644 --- a/tooling/maven/camel-api-component-maven-plugin/pom.xml +++ b/tooling/maven/camel-api-component-maven-plugin/pom.xml @@ -112,6 +112,10 @@ <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.velocity</groupId> + <artifactId>velocity-tools</artifactId> + </exclusion> <exclusion> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId>