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 0e09fd90efab7a16d28e7890ab2f53bc16ddcb27 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Mon Mar 27 10:32:29 2023 +0200 (chores) camel-servicenow: remove core-catalog dependency added as part of CAMEL-14499 --- components/camel-servicenow/camel-servicenow-component/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-servicenow/camel-servicenow-component/pom.xml b/components/camel-servicenow/camel-servicenow-component/pom.xml index dbc021578fd..30d016d4e91 100644 --- a/components/camel-servicenow/camel-servicenow-component/pom.xml +++ b/components/camel-servicenow/camel-servicenow-component/pom.xml @@ -108,11 +108,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>
