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:02 UTC

[camel] 12/24: (chores) camel-aws2-sns: 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 05d139dd5acbc1cd3577fc49a4a6a30cfcb87772
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Mon Mar 27 10:08:18 2023 +0200

    (chores) camel-aws2-sns: remove core-catalog dependency added as part of CAMEL-14499
---
 components/camel-aws/camel-aws2-sns/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/components/camel-aws/camel-aws2-sns/pom.xml b/components/camel-aws/camel-aws2-sns/pom.xml
index 0c93b186d6d..1e78606757f 100644
--- a/components/camel-aws/camel-aws2-sns/pom.xml
+++ b/components/camel-aws/camel-aws2-sns/pom.xml
@@ -87,11 +87,6 @@
             <version>${awaitility-version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-core-catalog</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-junit-jupiter</artifactId>