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

[camel] 06/07: CAMEL-17447: removed unused dependencies in core/camel-xml-io

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 b4c94b62a19f43b6749307a930818fe2354c64de
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Oct 4 14:35:42 2022 +0200

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

diff --git a/core/camel-xml-io/pom.xml b/core/camel-xml-io/pom.xml
index f8b8928f7c0..d2a4188e9fe 100644
--- a/core/camel-xml-io/pom.xml
+++ b/core/camel-xml-io/pom.xml
@@ -53,11 +53,6 @@
             <artifactId>junit-jupiter</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-simple</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>