You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/02/17 06:24:49 UTC

[camel] 20/31: CAMEL-15964 create camel-google-storage component

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

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

commit 33ddcea7107f8ed2f752434a16eaf64bb9f068e7
Author: Raffaele Marcello <ma...@gmail.com>
AuthorDate: Mon Feb 15 10:54:23 2021 +0100

    CAMEL-15964 create camel-google-storage component
---
 components/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/pom.xml b/components/pom.xml
index 3f2e10e..aad9726 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -216,6 +216,7 @@
         <module>camel-google-mail</module>
         <module>camel-google-pubsub</module>
         <module>camel-google-sheets</module>
+		<module>camel-google-storage</module>
         <module>camel-gora</module>
         <module>camel-grape</module>
         <module>camel-graphql</module>