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
commit fd2c361ba610c7c094ceadeeaf7e433647e92549 Author: Guillaume Nodet <[email protected]> AuthorDate: Mon Nov 21 16:34:45 2022 +0100 Fix duplicate dependency --- components/camel-aws/camel-aws2-cw/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/camel-aws/camel-aws2-cw/pom.xml b/components/camel-aws/camel-aws2-cw/pom.xml index 8c26a4ccec7..a910417f81a 100644 --- a/components/camel-aws/camel-aws2-cw/pom.xml +++ b/components/camel-aws/camel-aws2-cw/pom.xml @@ -80,9 +80,5 @@ <type>test-jar</type> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-health</artifactId> - </dependency> </dependencies> </project>
