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:03:59 UTC

[camel] 09/24: (chores) camel-aws2-msk: 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 7d10d06c7db0a2b18ea9f4f7b6f816e0dfde2390
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Mon Mar 27 10:04:27 2023 +0200

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

diff --git a/components/camel-aws/camel-aws2-msk/pom.xml b/components/camel-aws/camel-aws2-msk/pom.xml
index 03cfe641705..54ebe77e299 100644
--- a/components/camel-aws/camel-aws2-msk/pom.xml
+++ b/components/camel-aws/camel-aws2-msk/pom.xml
@@ -70,11 +70,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.awaitility</groupId>
             <artifactId>awaitility</artifactId>