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

[camel] 23/24: (chores) camel-aws-cloudtrail: 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 0ae1a42d052160988c067006259851a46962fb0c
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Mon Mar 27 10:37:14 2023 +0200

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

diff --git a/components/camel-aws/camel-aws-cloudtrail/pom.xml b/components/camel-aws/camel-aws-cloudtrail/pom.xml
index ac0d2cf62d8..cf626d6e568 100644
--- a/components/camel-aws/camel-aws-cloudtrail/pom.xml
+++ b/components/camel-aws/camel-aws-cloudtrail/pom.xml
@@ -61,11 +61,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.mockito</groupId>
             <artifactId>mockito-core</artifactId>