You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/03/27 10:04:08 UTC

[camel] 18/24: (chores) camel-servicenow: remove core-catalog dependency added as part of CAMEL-14499

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 <an...@gmail.com>
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>