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

[camel] 16/24: (chores) camel-paho-mqtt5: 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 f1cb2b9ea7b6ecc72107fa6b184911cfe83f0891
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Mon Mar 27 10:31:02 2023 +0200

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

diff --git a/components/camel-paho-mqtt5/pom.xml b/components/camel-paho-mqtt5/pom.xml
index 27faf55e1eb..0dea78fbc85 100644
--- a/components/camel-paho-mqtt5/pom.xml
+++ b/components/camel-paho-mqtt5/pom.xml
@@ -51,11 +51,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>
 
         <!-- test infra -->
         <dependency>