This is an automated email from the ASF dual-hosted git repository. gnodet 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 9fd7e64d598 Remove duplicated dependency 9fd7e64d598 is described below commit 9fd7e64d598d74ffa5ff2b00d536e4095f79708d Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Fri Sep 1 15:01:57 2023 +0200 Remove duplicated dependency --- components/camel-dhis2/camel-dhis2-component/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-dhis2/camel-dhis2-component/pom.xml b/components/camel-dhis2/camel-dhis2-component/pom.xml index d0336efebcf..b3ef4571845 100644 --- a/components/camel-dhis2/camel-dhis2-component/pom.xml +++ b/components/camel-dhis2/camel-dhis2-component/pom.xml @@ -55,11 +55,6 @@ </dependency> <!-- testing --> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-jackson</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>postgresql</artifactId>