This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 14faa00440ec6339a86b710b6d9c47fcb6b55fbe Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Mar 9 07:36:07 2021 +0100 Camel-Velocity: Move velocity-tools to new groupId --- components/camel-velocity/pom.xml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/components/camel-velocity/pom.xml b/components/camel-velocity/pom.xml index 4bc6516..68aacd2 100644 --- a/components/camel-velocity/pom.xml +++ b/components/camel-velocity/pom.xml @@ -72,16 +72,10 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity-tools</artifactId> + <groupId>org.apache.velocity.tools</groupId> + <artifactId>velocity-tools-generic</artifactId> <version>${velocity-tools-version}</version> <scope>test</scope> - <exclusions> - <exclusion> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - </exclusion> - </exclusions> </dependency> </dependencies>