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 cffb49edaa4411c0749bdebef57a306a0d856fca Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Feb 21 14:05:49 2022 +0100 CAMEL-17685 - Create a Camel Google Secrets Manager component --- components/camel-google/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/camel-google/pom.xml b/components/camel-google/pom.xml index 3dc388f..6dba261 100644 --- a/components/camel-google/pom.xml +++ b/components/camel-google/pom.xml @@ -36,9 +36,10 @@ <module>camel-google-bigquery</module> <module>camel-google-calendar</module> <module>camel-google-drive</module> - <module>camel-google-functions</module> + <module>camel-google-functions</module> <module>camel-google-mail</module> <module>camel-google-pubsub</module> + <module>camel-google-secret-manager</module> <module>camel-google-sheets</module> <module>camel-google-storage</module> </modules>
