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

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

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 32f5a01a574bf954cb8ec21e2a513de901581dd1
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Oct 4 14:37:04 2022 +0200

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

diff --git a/core/camel-xml-io-util/pom.xml b/core/camel-xml-io-util/pom.xml
index 0933f6ae286..023539be5cd 100644
--- a/core/camel-xml-io-util/pom.xml
+++ b/core/camel-xml-io-util/pom.xml
@@ -35,14 +35,4 @@
         <firstVersion>3.10.0</firstVersion>
         <label>core,xml</label>
     </properties>
-
-    <dependencies>
-
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
-
-    </dependencies>
-
 </project>