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

[camel] branch main updated (111f0173e8a -> cee432c2303)

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

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


    from 111f0173e8a Upgrade slack-api-client to 1.29.2
     new a232bb5ed7d Use properties for Maven plugin versions
     new ee9dfe5637a surefire.version property is not needed anymore because we do not inherit from org.apache:apache anywhere else than in org.apache.camel:camel
     new 1fa64174f54 Reformat components/camel-azure/pom.xml
     new cee432c2303 CAMEL-19579 - Manage commons-lang3 to build and test with a single deterministic version

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-aws/camel-aws-xray/pom.xml                    |  1 -
 components/camel-azure/camel-azure-cosmosdb/pom.xml            |  1 -
 components/camel-azure/camel-azure-eventhubs/pom.xml           |  1 -
 components/camel-azure/camel-azure-files/pom.xml               |  8 +-------
 components/camel-azure/camel-azure-key-vault/pom.xml           |  6 ------
 components/camel-azure/camel-azure-servicebus/pom.xml          |  6 ------
 components/camel-azure/camel-azure-storage-blob/pom.xml        |  1 -
 components/camel-azure/camel-azure-storage-datalake/pom.xml    |  1 -
 components/camel-azure/camel-azure-storage-queue/pom.xml       |  1 -
 components/camel-azure/pom.xml                                 |  4 ++--
 components/camel-cxf/camel-cxf-rest/pom.xml                    |  7 -------
 components/camel-cxf/camel-cxf-spring-rest/pom.xml             |  7 -------
 components/camel-cxf/camel-cxf-spring-soap/pom.xml             |  7 -------
 components/camel-dhis2/camel-dhis2-component/pom.xml           |  5 +++++
 components/camel-dhis2/pom.xml                                 |  6 ------
 components/camel-grape/pom.xml                                 |  1 -
 components/camel-hashicorp-vault/pom.xml                       |  8 +-------
 components/camel-huawei/camel-huaweicloud-smn/pom.xml          | 10 ++++------
 components/camel-ironmq/pom.xml                                |  5 -----
 components/camel-jt400/pom.xml                                 |  5 -----
 components/camel-kafka/pom.xml                                 |  7 -------
 components/camel-mongodb/pom.xml                               |  1 -
 components/camel-olingo2/camel-olingo2-component/pom.xml       |  1 -
 components/camel-olingo4/camel-olingo4-component/pom.xml       |  5 -----
 components/camel-pdf/pom.xml                                   |  1 -
 components/camel-salesforce/camel-salesforce-codegen/pom.xml   |  5 -----
 components/camel-salesforce/camel-salesforce-component/pom.xml |  1 -
 components/camel-spring-batch/pom.xml                          |  1 -
 components/camel-stitch/pom.xml                                |  6 ------
 components/camel-telegram/pom.xml                              |  1 -
 parent/pom.xml                                                 |  6 ++++++
 pom.xml                                                        | 10 +++++-----
 tooling/openapi-rest-dsl-generator/pom.xml                     |  1 -
 33 files changed, 24 insertions(+), 113 deletions(-)


[camel] 01/04: Use properties for Maven plugin versions

Posted by pp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a232bb5ed7d73028fa0d1b7a822347a9d0b8d97d
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Jul 5 10:05:27 2023 +0200

    Use properties for Maven plugin versions
---
 pom.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4feca088b94..13956d2059f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,18 +118,20 @@
         <!-- reproduceable builds: https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
         <project.build.outputTimestamp>1980-01-01T00:00:02Z</project.build.outputTimestamp>
 
-        <maven-assembly-plugin-version>3.4.2</maven-assembly-plugin-version>
         <cyclonedx-maven-plugin-version>2.7.9</cyclonedx-maven-plugin-version>
         <flatten-maven-plugin-version>1.5.0</flatten-maven-plugin-version>
         <gmavenplus-plugin-version>2.1.0</gmavenplus-plugin-version>
         <license-maven-plugin-version>4.2</license-maven-plugin-version>
+        <maven-assembly-plugin-version>3.4.2</maven-assembly-plugin-version>
         <maven-compiler-plugin-version>3.11.0</maven-compiler-plugin-version>
         <maven-dependency-plugin-version>3.6.0</maven-dependency-plugin-version>
         <maven-enforcer-plugin-version>3.3.0</maven-enforcer-plugin-version>
         <maven-invoker-plugin-version>3.6.0</maven-invoker-plugin-version>
         <maven-javadoc-plugin-version>3.5.0</maven-javadoc-plugin-version>
+        <maven-release-plugin-version>3.0.1</maven-release-plugin-version>
         <maven-remote-resources-plugin-version>3.1.0</maven-remote-resources-plugin-version>
         <maven-surefire-plugin-version>3.1.2</maven-surefire-plugin-version>
+        <versions-maven-plugin-version>2.16.0</versions-maven-plugin-version>
         <!-- we need to override the version inherited from Apache POM for modules that use this POM as parent -->
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
 
@@ -541,7 +543,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>3.0.1</version>
+                    <version>${maven-release-plugin-version}</version>
                     <configuration>
                         <localCheckout>true</localCheckout>
                         <pushChanges>true</pushChanges>
@@ -558,7 +560,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>versions-maven-plugin</artifactId>
-                    <version>2.16.0</version>
+                    <version>${versions-maven-plugin-version}</version>
                 </plugin>
 
                 <plugin>


[camel] 02/04: surefire.version property is not needed anymore because we do not inherit from org.apache:apache anywhere else than in org.apache.camel:camel

Posted by pp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ee9dfe5637a6b8751d5e64ea576d744ba6124bfb
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Jul 5 10:07:21 2023 +0200

    surefire.version property is not needed anymore because we do not
    inherit from org.apache:apache anywhere else than in
    org.apache.camel:camel
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 13956d2059f..20920cb1f0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,8 +132,6 @@
         <maven-remote-resources-plugin-version>3.1.0</maven-remote-resources-plugin-version>
         <maven-surefire-plugin-version>3.1.2</maven-surefire-plugin-version>
         <versions-maven-plugin-version>2.16.0</versions-maven-plugin-version>
-        <!-- we need to override the version inherited from Apache POM for modules that use this POM as parent -->
-        <surefire.version>${maven-surefire-plugin-version}</surefire.version>
 
         <jaxb-core-version>4.0.1</jaxb-core-version>
         <jaxb-impl-version>4.0.1</jaxb-impl-version>


[camel] 03/04: Reformat components/camel-azure/pom.xml

Posted by pp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1fa64174f548a7395b5489378a8b640107265311
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Jul 5 10:33:10 2023 +0200

    Reformat components/camel-azure/pom.xml
---
 components/camel-azure/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-azure/pom.xml b/components/camel-azure/pom.xml
index 31cf3313e18..c6d42ea57f0 100644
--- a/components/camel-azure/pom.xml
+++ b/components/camel-azure/pom.xml
@@ -51,8 +51,8 @@
         <module>camel-azure-storage-queue</module>
         <module>camel-azure-cosmosdb</module>
         <module>camel-azure-servicebus</module>
-	<module>camel-azure-key-vault</module>
-	<module>camel-azure-files</module>
+        <module>camel-azure-key-vault</module>
+        <module>camel-azure-files</module>
     </modules>
 
 </project>


[camel] 04/04: CAMEL-19579 - Manage commons-lang3 to build and test with a single deterministic version

Posted by pp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit cee432c23038d57685a2de3f921b15b1fe062a50
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Jul 5 11:30:36 2023 +0200

    CAMEL-19579 - Manage commons-lang3 to build and test with a single
    deterministic version
---
 components/camel-aws/camel-aws-xray/pom.xml                    |  1 -
 components/camel-azure/camel-azure-cosmosdb/pom.xml            |  1 -
 components/camel-azure/camel-azure-eventhubs/pom.xml           |  1 -
 components/camel-azure/camel-azure-files/pom.xml               |  8 +-------
 components/camel-azure/camel-azure-key-vault/pom.xml           |  6 ------
 components/camel-azure/camel-azure-servicebus/pom.xml          |  6 ------
 components/camel-azure/camel-azure-storage-blob/pom.xml        |  1 -
 components/camel-azure/camel-azure-storage-datalake/pom.xml    |  1 -
 components/camel-azure/camel-azure-storage-queue/pom.xml       |  1 -
 components/camel-cxf/camel-cxf-rest/pom.xml                    |  7 -------
 components/camel-cxf/camel-cxf-spring-rest/pom.xml             |  7 -------
 components/camel-cxf/camel-cxf-spring-soap/pom.xml             |  7 -------
 components/camel-dhis2/camel-dhis2-component/pom.xml           |  5 +++++
 components/camel-dhis2/pom.xml                                 |  6 ------
 components/camel-grape/pom.xml                                 |  1 -
 components/camel-hashicorp-vault/pom.xml                       |  8 +-------
 components/camel-huawei/camel-huaweicloud-smn/pom.xml          | 10 ++++------
 components/camel-ironmq/pom.xml                                |  5 -----
 components/camel-jt400/pom.xml                                 |  5 -----
 components/camel-kafka/pom.xml                                 |  7 -------
 components/camel-mongodb/pom.xml                               |  1 -
 components/camel-olingo2/camel-olingo2-component/pom.xml       |  1 -
 components/camel-olingo4/camel-olingo4-component/pom.xml       |  5 -----
 components/camel-pdf/pom.xml                                   |  1 -
 components/camel-salesforce/camel-salesforce-codegen/pom.xml   |  5 -----
 components/camel-salesforce/camel-salesforce-component/pom.xml |  1 -
 components/camel-spring-batch/pom.xml                          |  1 -
 components/camel-stitch/pom.xml                                |  6 ------
 components/camel-telegram/pom.xml                              |  1 -
 parent/pom.xml                                                 |  6 ++++++
 tooling/openapi-rest-dsl-generator/pom.xml                     |  1 -
 31 files changed, 17 insertions(+), 106 deletions(-)

diff --git a/components/camel-aws/camel-aws-xray/pom.xml b/components/camel-aws/camel-aws-xray/pom.xml
index 4ef0eb7f07c..e917759853f 100644
--- a/components/camel-aws/camel-aws-xray/pom.xml
+++ b/components/camel-aws/camel-aws-xray/pom.xml
@@ -96,7 +96,6 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-azure/camel-azure-cosmosdb/pom.xml b/components/camel-azure/camel-azure-cosmosdb/pom.xml
index 52b95d63714..dafe3491ba5 100644
--- a/components/camel-azure/camel-azure-cosmosdb/pom.xml
+++ b/components/camel-azure/camel-azure-cosmosdb/pom.xml
@@ -79,7 +79,6 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/components/camel-azure/camel-azure-eventhubs/pom.xml b/components/camel-azure/camel-azure-eventhubs/pom.xml
index 23c2a265e7c..be4a868c784 100644
--- a/components/camel-azure/camel-azure-eventhubs/pom.xml
+++ b/components/camel-azure/camel-azure-eventhubs/pom.xml
@@ -83,7 +83,6 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/components/camel-azure/camel-azure-files/pom.xml b/components/camel-azure/camel-azure-files/pom.xml
index 10e3056356a..448a8468a2f 100644
--- a/components/camel-azure/camel-azure-files/pom.xml
+++ b/components/camel-azure/camel-azure-files/pom.xml
@@ -20,7 +20,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <parent>  
+    <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-azure-parent</artifactId>
         <version>4.0.0-SNAPSHOT</version>
@@ -55,12 +55,6 @@
             <version>${mockito-version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.awaitility</groupId>
             <artifactId>awaitility</artifactId>
diff --git a/components/camel-azure/camel-azure-key-vault/pom.xml b/components/camel-azure/camel-azure-key-vault/pom.xml
index 46417f16a58..b6e86dcc90c 100644
--- a/components/camel-azure/camel-azure-key-vault/pom.xml
+++ b/components/camel-azure/camel-azure-key-vault/pom.xml
@@ -88,11 +88,5 @@
             <version>${awaitility-version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 </project>
diff --git a/components/camel-azure/camel-azure-servicebus/pom.xml b/components/camel-azure/camel-azure-servicebus/pom.xml
index 4d6f6ece859..8526d1cc60f 100644
--- a/components/camel-azure/camel-azure-servicebus/pom.xml
+++ b/components/camel-azure/camel-azure-servicebus/pom.xml
@@ -76,11 +76,5 @@
             <version>${awaitility-version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 </project>
diff --git a/components/camel-azure/camel-azure-storage-blob/pom.xml b/components/camel-azure/camel-azure-storage-blob/pom.xml
index 51e51ba5a88..0f498f5925e 100644
--- a/components/camel-azure/camel-azure-storage-blob/pom.xml
+++ b/components/camel-azure/camel-azure-storage-blob/pom.xml
@@ -97,7 +97,6 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-azure/camel-azure-storage-datalake/pom.xml b/components/camel-azure/camel-azure-storage-datalake/pom.xml
index 33421ed5521..e8bfd2eebbb 100644
--- a/components/camel-azure/camel-azure-storage-datalake/pom.xml
+++ b/components/camel-azure/camel-azure-storage-datalake/pom.xml
@@ -69,7 +69,6 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-azure/camel-azure-storage-queue/pom.xml b/components/camel-azure/camel-azure-storage-queue/pom.xml
index 4b726f88024..9cff7600e3d 100644
--- a/components/camel-azure/camel-azure-storage-queue/pom.xml
+++ b/components/camel-azure/camel-azure-storage-queue/pom.xml
@@ -89,7 +89,6 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
             <scope>test</scope>
         </dependency>
         <!-- test infra -->
diff --git a/components/camel-cxf/camel-cxf-rest/pom.xml b/components/camel-cxf/camel-cxf-rest/pom.xml
index 255b39f4103..9a8e08640a7 100644
--- a/components/camel-cxf/camel-cxf-rest/pom.xml
+++ b/components/camel-cxf/camel-cxf-rest/pom.xml
@@ -207,13 +207,6 @@
             <scope>test</scope>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
-            <scope>test</scope>
-        </dependency>
-
         <!-- needed by jetty http server to load class: org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter -->
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
diff --git a/components/camel-cxf/camel-cxf-spring-rest/pom.xml b/components/camel-cxf/camel-cxf-spring-rest/pom.xml
index b09428a0758..aa3ba6508d7 100644
--- a/components/camel-cxf/camel-cxf-spring-rest/pom.xml
+++ b/components/camel-cxf/camel-cxf-spring-rest/pom.xml
@@ -217,13 +217,6 @@
             <scope>test</scope>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
-            <scope>test</scope>
-        </dependency>
-
         <!-- needed by jetty http server to load class: org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter -->
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
diff --git a/components/camel-cxf/camel-cxf-spring-soap/pom.xml b/components/camel-cxf/camel-cxf-spring-soap/pom.xml
index 4e2c89d2d7e..45769b8c9be 100644
--- a/components/camel-cxf/camel-cxf-spring-soap/pom.xml
+++ b/components/camel-cxf/camel-cxf-spring-soap/pom.xml
@@ -232,13 +232,6 @@
             <scope>test</scope>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
-            <scope>test</scope>
-        </dependency>
-
         <!-- needed by jetty http server to load class: org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter -->
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
diff --git a/components/camel-dhis2/camel-dhis2-component/pom.xml b/components/camel-dhis2/camel-dhis2-component/pom.xml
index f76fc25989c..81875dbfcd5 100644
--- a/components/camel-dhis2/camel-dhis2-component/pom.xml
+++ b/components/camel-dhis2/camel-dhis2-component/pom.xml
@@ -62,6 +62,11 @@
             <version>${testcontainers-version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>
diff --git a/components/camel-dhis2/pom.xml b/components/camel-dhis2/pom.xml
index ef0c1a4044c..5347584413a 100644
--- a/components/camel-dhis2/pom.xml
+++ b/components/camel-dhis2/pom.xml
@@ -64,11 +64,5 @@
             <artifactId>camel-test-junit5</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-            <version>3.12.0</version>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 </project>
diff --git a/components/camel-grape/pom.xml b/components/camel-grape/pom.xml
index 3f921c0fcfa..9f5313a6845 100644
--- a/components/camel-grape/pom.xml
+++ b/components/camel-grape/pom.xml
@@ -41,7 +41,6 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
diff --git a/components/camel-hashicorp-vault/pom.xml b/components/camel-hashicorp-vault/pom.xml
index 871aa2fbd22..3fb35f7700e 100644
--- a/components/camel-hashicorp-vault/pom.xml
+++ b/components/camel-hashicorp-vault/pom.xml
@@ -74,12 +74,6 @@
             <version>${awaitility-version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-test-infra-hashicorp-vault</artifactId>
@@ -88,7 +82,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    
+
 <profiles>
         <profile>
             <id>ppc64le</id>
diff --git a/components/camel-huawei/camel-huaweicloud-smn/pom.xml b/components/camel-huawei/camel-huaweicloud-smn/pom.xml
index d771654f904..eb8c4fb6401 100644
--- a/components/camel-huawei/camel-huaweicloud-smn/pom.xml
+++ b/components/camel-huawei/camel-huaweicloud-smn/pom.xml
@@ -50,12 +50,6 @@
             <artifactId>jackson-core</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
-        </dependency>
-
         <!-- HuaweiCloud SDK v3 -->
         <dependency>
             <groupId>com.huaweicloud.sdk</groupId>
@@ -67,6 +61,10 @@
             <artifactId>huaweicloud-sdk-smn</artifactId>
             <version>${huaweicloud-sdk-version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+        </dependency>
 
         <!-- for testing -->
         <dependency>
diff --git a/components/camel-ironmq/pom.xml b/components/camel-ironmq/pom.xml
index bb738a480fe..74cfb442641 100644
--- a/components/camel-ironmq/pom.xml
+++ b/components/camel-ironmq/pom.xml
@@ -49,11 +49,6 @@
             <groupId>com.google.code.gson</groupId>
             <artifactId>gson</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
-        </dependency>
 
         <!-- testing -->
         <dependency>
diff --git a/components/camel-jt400/pom.xml b/components/camel-jt400/pom.xml
index d57f6c86edf..86f600a93c3 100644
--- a/components/camel-jt400/pom.xml
+++ b/components/camel-jt400/pom.xml
@@ -45,11 +45,6 @@
             <version>${jt400-version}</version>
             <classifier>java11</classifier>
         </dependency>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
-        </dependency>
 
         <!-- test dependencies -->
         <dependency>
diff --git a/components/camel-kafka/pom.xml b/components/camel-kafka/pom.xml
index 750da92fe29..2e3981e50a8 100644
--- a/components/camel-kafka/pom.xml
+++ b/components/camel-kafka/pom.xml
@@ -135,13 +135,6 @@
             <version>${mockito-version}</version>
             <scope>test</scope>
         </dependency>
-
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <profiles>
diff --git a/components/camel-mongodb/pom.xml b/components/camel-mongodb/pom.xml
index e722ce24403..bfbcd1c85a7 100644
--- a/components/camel-mongodb/pom.xml
+++ b/components/camel-mongodb/pom.xml
@@ -99,7 +99,6 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-olingo2/camel-olingo2-component/pom.xml b/components/camel-olingo2/camel-olingo2-component/pom.xml
index 7a59c0913ab..b80536dae32 100644
--- a/components/camel-olingo2/camel-olingo2-component/pom.xml
+++ b/components/camel-olingo2/camel-olingo2-component/pom.xml
@@ -53,7 +53,6 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
         </dependency>
 
         <!-- testing -->
diff --git a/components/camel-olingo4/camel-olingo4-component/pom.xml b/components/camel-olingo4/camel-olingo4-component/pom.xml
index ab7c467d096..61a4c4e47e6 100644
--- a/components/camel-olingo4/camel-olingo4-component/pom.xml
+++ b/components/camel-olingo4/camel-olingo4-component/pom.xml
@@ -63,11 +63,6 @@
             <artifactId>odata-commons-api</artifactId>
             <version>${olingo4-version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-test-junit5</artifactId>
diff --git a/components/camel-pdf/pom.xml b/components/camel-pdf/pom.xml
index 4ae8a700b9e..f33a2561c48 100644
--- a/components/camel-pdf/pom.xml
+++ b/components/camel-pdf/pom.xml
@@ -43,7 +43,6 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
         </dependency>
 
         <dependency>
diff --git a/components/camel-salesforce/camel-salesforce-codegen/pom.xml b/components/camel-salesforce/camel-salesforce-codegen/pom.xml
index 3e43ee7a78b..7981d359ec4 100644
--- a/components/camel-salesforce/camel-salesforce-codegen/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-codegen/pom.xml
@@ -65,11 +65,6 @@
             <artifactId>velocity-engine-core</artifactId>
             <version>${velocity-version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-text</artifactId>
diff --git a/components/camel-salesforce/camel-salesforce-component/pom.xml b/components/camel-salesforce/camel-salesforce-component/pom.xml
index ffddaa32fc5..42b91b41d6f 100644
--- a/components/camel-salesforce/camel-salesforce-component/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-component/pom.xml
@@ -114,7 +114,6 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
         </dependency>
         <dependency>
             <groupId>jakarta.annotation</groupId>
diff --git a/components/camel-spring-batch/pom.xml b/components/camel-spring-batch/pom.xml
index a5d7fb79359..25954ce2125 100644
--- a/components/camel-spring-batch/pom.xml
+++ b/components/camel-spring-batch/pom.xml
@@ -48,7 +48,6 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-stitch/pom.xml b/components/camel-stitch/pom.xml
index 899cec11fd3..23e563422d2 100644
--- a/components/camel-stitch/pom.xml
+++ b/components/camel-stitch/pom.xml
@@ -71,11 +71,5 @@
             <version>${awaitility-version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 </project>
diff --git a/components/camel-telegram/pom.xml b/components/camel-telegram/pom.xml
index b222e6e18bd..a476c85bcf9 100644
--- a/components/camel-telegram/pom.xml
+++ b/components/camel-telegram/pom.xml
@@ -50,7 +50,6 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
         </dependency>
 
         <dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index f1e76d0e2aa..5867a18c50b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2819,6 +2819,12 @@
                 <artifactId>micrometer-tracing</artifactId>
                 <version>${micrometer-tracing-version}</version>
             </dependency>
+
+            <dependency>
+                <groupId>org.apache.commons</groupId>
+                <artifactId>commons-lang3</artifactId>
+                <version>${commons-lang3-version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
diff --git a/tooling/openapi-rest-dsl-generator/pom.xml b/tooling/openapi-rest-dsl-generator/pom.xml
index a5868f7b63d..b0142d97c69 100644
--- a/tooling/openapi-rest-dsl-generator/pom.xml
+++ b/tooling/openapi-rest-dsl-generator/pom.xml
@@ -62,7 +62,6 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>${commons-lang3-version}</version>
         </dependency>
         <!-- yaml dsl (via xml) -->
         <dependency>