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 2022/10/04 13:56:04 UTC

[camel] 05/07: CAMEL-17447: removed unused dependencies in core/camel-core-catalog

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 0991e144aa1158db1e64dcd341a37ba7759a0486
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Oct 4 14:33:47 2022 +0200

    CAMEL-17447: removed unused dependencies in core/camel-core-catalog
---
 core/camel-core-catalog/pom.xml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/core/camel-core-catalog/pom.xml b/core/camel-core-catalog/pom.xml
index e1246a57361..f6409f3023e 100644
--- a/core/camel-core-catalog/pom.xml
+++ b/core/camel-core-catalog/pom.xml
@@ -48,26 +48,6 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-tooling-model</artifactId>
         </dependency>
-
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
-
-        <!-- testing -->
-        <dependency>
-            <groupId>org.junit.jupiter</groupId>
-            <artifactId>junit-jupiter</artifactId>
-            <scope>test</scope>
-        </dependency>
-
-        <!-- logging -->
-        <dependency>
-            <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
-            <scope>test</scope>
-        </dependency>
-
     </dependencies>
 
 </project>