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

[camel] 03/07: CAMEL-17447: added a note about woodstox in core/camel-core

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

    CAMEL-17447: added a note about woodstox in core/camel-core
    
    It is needed for a test, although indirectly.
---
 core/camel-core/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/camel-core/pom.xml b/core/camel-core/pom.xml
index f2b31fdfe73..ff29513f046 100644
--- a/core/camel-core/pom.xml
+++ b/core/camel-core/pom.xml
@@ -162,6 +162,7 @@
         </dependency>
 
         <!-- testing -->
+        <!-- woodstox is needed by the StaxConverter test-->
         <dependency>
             <groupId>org.codehaus.woodstox</groupId>
             <artifactId>woodstox-core-asl</artifactId>