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 ed9613a129e02a940eb5f8c243a1b200b720de15 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Mon Mar 27 10:26:24 2023 +0200 (chores) camel-dropbox: remove core-catalog dependency added as part of CAMEL-14499 --- components/camel-dropbox/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-dropbox/pom.xml b/components/camel-dropbox/pom.xml index d6e23bf3c4d..8b447dacb96 100644 --- a/components/camel-dropbox/pom.xml +++ b/components/camel-dropbox/pom.xml @@ -73,11 +73,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>
