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

[camel] 02/07: CAMEL-17447: removed unused dependencies in core/camel-core-engine

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

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

diff --git a/core/camel-core-engine/pom.xml b/core/camel-core-engine/pom.xml
index 37a34e9dfb5..651f4e737ed 100644
--- a/core/camel-core-engine/pom.xml
+++ b/core/camel-core-engine/pom.xml
@@ -61,13 +61,6 @@
             <optional>true</optional>
         </dependency>
 
-        <!-- xmltokenizer using woodstox -->
-        <dependency>
-            <groupId>org.codehaus.woodstox</groupId>
-            <artifactId>woodstox-core-asl</artifactId>
-            <scope>test</scope>
-        </dependency>
-
         <!-- required dependencies by camel-core -->
         <dependency>
             <groupId>org.apache.camel</groupId>