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/06 13:00:04 UTC

[camel] 02/02: CAMEL-19062 - Clean up Parent POM - Axiom

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 aaecb1e3b43104f87a54312e528237a80398b1b1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 6 13:30:19 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Axiom
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-atom/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/camel-atom/pom.xml b/components/camel-atom/pom.xml
index f19b5132a9c..eb319d1b7a0 100644
--- a/components/camel-atom/pom.xml
+++ b/components/camel-atom/pom.xml
@@ -105,6 +105,7 @@
         <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
+            <version>${axiom-version}</version>
             <exclusions>
                 <exclusion>
                     <artifactId>geronimo-javamail_1.4_spec</artifactId>
@@ -147,6 +148,7 @@
         <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
+            <version>${axiom-version}</version>
             <exclusions>
                 <exclusion>
                     <artifactId>geronimo-javamail_1.4_spec</artifactId>