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 1f81112b4e2834f40452665fb124482e7ef15e6c Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Mon Mar 27 10:33:30 2023 +0200 (chores) camel-undertow: remove core-catalog dependency added as part of CAMEL-14499 --- components/camel-undertow/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-undertow/pom.xml b/components/camel-undertow/pom.xml index bed907f351d..6158cca6286 100644 --- a/components/camel-undertow/pom.xml +++ b/components/camel-undertow/pom.xml @@ -77,11 +77,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.apache.camel</groupId> <artifactId>camel-management</artifactId>
