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 d9e173b5317888e68b8167ab31f04605bc1f3fca Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Mon Mar 27 10:29:18 2023 +0200 (chores) camel-google: remove core-catalog dependency added as part of CAMEL-14499 --- components/camel-google/camel-google-mail/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-google/camel-google-mail/pom.xml b/components/camel-google/camel-google-mail/pom.xml index 5ea505945ff..2058f162ed4 100644 --- a/components/camel-google/camel-google-mail/pom.xml +++ b/components/camel-google/camel-google-mail/pom.xml @@ -144,11 +144,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> </dependencies> <build>
