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 20d7165bb7999af9e56a1f1ecfeb2fbd39a9b8c7
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Mon Mar 27 10:12:26 2023 +0200

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

diff --git a/components/camel-aws/camel-aws2-sqs/pom.xml 
b/components/camel-aws/camel-aws2-sqs/pom.xml
index ec5a7219e6a..a49cdfe0139 100644
--- a/components/camel-aws/camel-aws2-sqs/pom.xml
+++ b/components/camel-aws/camel-aws2-sqs/pom.xml
@@ -76,10 +76,5 @@
             <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>
     </dependencies>
 </project>

Reply via email to