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-spring-boot.git

commit d78068d601230189a5834978f38f7213031e0fd4
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Feb 23 07:15:29 2022 +0100

    CAMEL-17698 - Inconsistency in naming parts of camel-google-secrets-manager
---
 tooling/camel-spring-boot-bom/pom.xml          | 5 +++++
 tooling/camel-spring-boot-dependencies/pom.xml | 7 ++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/tooling/camel-spring-boot-bom/pom.xml 
b/tooling/camel-spring-boot-bom/pom.xml
index 667eeb0..97f20de 100644
--- a/tooling/camel-spring-boot-bom/pom.xml
+++ b/tooling/camel-spring-boot-bom/pom.xml
@@ -650,6 +650,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel.springboot</groupId>
+        <artifactId>camel-google-secret-manager-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel.springboot</groupId>
         <artifactId>camel-google-sheets-starter</artifactId>
         <version>${project.version}</version>
       </dependency>
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 90ecc33..b727fcc 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -844,7 +844,7 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel.springboot</groupId>
-        <artifactId>camel-google-secrets-manager-starter</artifactId>
+        <artifactId>camel-google-secret-manager-starter</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
@@ -2845,6 +2845,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-google-secret-manager</artifactId>
+        <version>3.16.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-google-sheets</artifactId>
         <version>3.16.0-SNAPSHOT</version>
       </dependency>

Reply via email to