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 9bea6c39f31f8a1b7cd8af233b77491a892fc258 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Mar 19 07:15:56 2021 +0100 CAMEL-15963 Create a Google Cloud Functions component - Added to kit --- bom/camel-bom/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml index 5c551d5..e359669 100644 --- a/bom/camel-bom/pom.xml +++ b/bom/camel-bom/pom.xml @@ -804,6 +804,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-google-functions</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-gora</artifactId> <version>${project.version}</version> </dependency>