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 b7b84a003620f16dfc5130632f61617240e9df33 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Feb 17 06:54:04 2021 +0100 CAMEL-15964 - Added component 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 5a84654..1c42379 100644 --- a/bom/camel-bom/pom.xml +++ b/bom/camel-bom/pom.xml @@ -859,6 +859,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-google-storage</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-gora</artifactId> <version>${project.version}</version> </dependency>
