You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/07 10:45:12 UTC

[camel] 03/03: CAMEL-19062 - Clean up Parent POM - Woodstox

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 6d2c07045657a1222338489eece1849dccaa3283
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 7 11:31:12 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Woodstox
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 core/camel-management-api/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/core/camel-management-api/pom.xml b/core/camel-management-api/pom.xml
index 9266c43009e..ebd30ef4a22 100644
--- a/core/camel-management-api/pom.xml
+++ b/core/camel-management-api/pom.xml
@@ -250,7 +250,14 @@
                 <dependency>
                     <groupId>org.codehaus.woodstox</groupId>
                     <artifactId>woodstox-core-asl</artifactId>
+                    <version>${woodstox-version}</version>
                     <scope>test</scope>
+                    <exclusions>
+                        <exclusion>
+                            <groupId>javax.xml.stream</groupId>
+                            <artifactId>stax-api</artifactId>
+                        </exclusion>
+                    </exclusions>
                 </dependency>
             </dependencies>
         </profile>