This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 6a100459a61c1d5d321f1e755f2bfcf4884fe5a2 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Mon Mar 27 10:37:30 2023 +0200 (chores) camel-aws2-athena: remove core-catalog dependency added as part of CAMEL-14499 --- components/camel-aws/camel-aws2-athena/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-aws/camel-aws2-athena/pom.xml b/components/camel-aws/camel-aws2-athena/pom.xml index 354ae5621c4..aebb13db7c6 100644 --- a/components/camel-aws/camel-aws2-athena/pom.xml +++ b/components/camel-aws/camel-aws2-athena/pom.xml @@ -62,11 +62,6 @@ <artifactId>camel-test-spring-junit5</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-core-catalog</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId>
