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 64de5407620df795ea15cad4e2901bcaea63b7b9
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Feb 19 16:07:33 2025 +0100

    CAMEL-21198 - Create an IBM Secrets Manager component
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 components/camel-ibm-secrets-manager/pom.xml | 10 +++++-----
 parent/pom.xml                               |  3 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/components/camel-ibm-secrets-manager/pom.xml 
b/components/camel-ibm-secrets-manager/pom.xml
index ba1c0cb9041..71d23db3d97 100644
--- a/components/camel-ibm-secrets-manager/pom.xml
+++ b/components/camel-ibm-secrets-manager/pom.xml
@@ -43,11 +43,11 @@
             <artifactId>camel-support</artifactId>
         </dependency>
 
-<dependency>
-    <groupId>com.ibm.cloud</groupId>
-    <artifactId>secrets-manager</artifactId>
-    <version>2.0.20</version>
-</dependency>
+    <dependency>
+        <groupId>com.ibm.cloud</groupId>
+        <artifactId>secrets-manager</artifactId>
+       <version>${ibm-secrets-manager-version}</version>
+    </dependency>
 
         <!-- for testing -->
         <dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index 0a182b99522..986992090f8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -227,7 +227,8 @@
         <httpclient4-version>4.5.14</httpclient4-version>
         <httpasyncclient-version>4.1.5</httpasyncclient-version>
         <huaweicloud-obs-version>3.24.12</huaweicloud-obs-version>
-        <huaweicloud-sdk-version>3.1.135</huaweicloud-sdk-version>
+       <huaweicloud-sdk-version>3.1.135</huaweicloud-sdk-version>
+       <ibm-secrets-manager-version>2.0.20</ibm-secrets-manager-version>
         <ical4j-version>4.1.0</ical4j-version>
         <icu4j-version>76.1</icu4j-version>
         <ignite-version>2.17.0</ignite-version>

Reply via email to