This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 2eb0a06db70 [create-pull-request] automated change (#1670)
2eb0a06db70 is described below
commit 2eb0a06db703fa15d1c0e07b3ae39050f5227dfa
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 21 07:37:04 2026 +0100
[create-pull-request] automated change (#1670)
Co-authored-by: oscerd <[email protected]>
---
components-starter/camel-google-storage-starter/pom.xml | 8 ++++++++
tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++
2 files changed, 13 insertions(+)
diff --git a/components-starter/camel-google-storage-starter/pom.xml
b/components-starter/camel-google-storage-starter/pom.xml
index fc3cc09807f..7eb4f0a16d9 100644
--- a/components-starter/camel-google-storage-starter/pom.xml
+++ b/components-starter/camel-google-storage-starter/pom.xml
@@ -38,6 +38,14 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-google-storage</artifactId>
<version>${camel-version}</version>
+ <!--START OF GENERATED CODE-->
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
+ <!--END OF GENERATED CODE-->
</dependency>
<!--START OF GENERATED CODE-->
<dependency>
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml
b/tooling/camel-spring-boot-dependencies/pom.xml
index 4a22fafd42c..d29f47ade9b 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -3299,6 +3299,11 @@
<artifactId>camel-google-calendar</artifactId>
<version>4.19.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-google-common</artifactId>
+ <version>4.19.0-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-google-drive</artifactId>