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 af5188e5c62ba331a5b2ff8b7fa1a1172c38cbff Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Mon Mar 27 10:32:56 2023 +0200 (chores) camel-twitter: remove core-catalog dependency added as part of CAMEL-14499 --- components/camel-twitter/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-twitter/pom.xml b/components/camel-twitter/pom.xml index 663b68ed724..5d208b130f0 100644 --- a/components/camel-twitter/pom.xml +++ b/components/camel-twitter/pom.xml @@ -52,11 +52,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.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId>
