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 c83219c70f4d034274068966a5b37748c45bbbc4 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Mon Mar 27 10:32:43 2023 +0200 (chores) camel-slack: remove core-catalog dependency added as part of CAMEL-14499 --- components/camel-slack/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-slack/pom.xml b/components/camel-slack/pom.xml index f423563b750..9b6c1705de5 100644 --- a/components/camel-slack/pom.xml +++ b/components/camel-slack/pom.xml @@ -67,11 +67,6 @@ <artifactId>camel-test-junit5</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-core-catalog</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-undertow</artifactId>
