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

[camel] 01/07: CAMEL-17447: removed unused dependencies in core/camel-management

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

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

diff --git a/core/camel-management/pom.xml b/core/camel-management/pom.xml
index 8f17ee2e213..b5e9063459e 100644
--- a/core/camel-management/pom.xml
+++ b/core/camel-management/pom.xml
@@ -92,13 +92,6 @@
             <artifactId>log4j-slf4j-impl</artifactId>
             <scope>test</scope>
         </dependency>
-
-        <!-- xmltokenizer using woodstox -->
-        <dependency>
-            <groupId>org.codehaus.woodstox</groupId>
-            <artifactId>woodstox-core-asl</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>