This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch CAMEL-19572 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 06620d5957d251ea7d5bd616ce8d2eb101148ffb Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jul 5 10:13:43 2023 +0200 CAMEL-19572 - Camel-Google-Function: Use gax-grpc version from Libraries BOM Signed-off-by: Andrea Cosentino <[email protected]> --- components/camel-google/camel-google-functions/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/components/camel-google/camel-google-functions/pom.xml b/components/camel-google/camel-google-functions/pom.xml index fbb7ef0f7d3..28b9ba11247 100644 --- a/components/camel-google/camel-google-functions/pom.xml +++ b/components/camel-google/camel-google-functions/pom.xml @@ -45,6 +45,13 @@ <type>pom</type> <scope>import</scope> </dependency> + <dependency> + <groupId>com.google.cloud</groupId> + <artifactId>libraries-bom</artifactId> + <version>${google-cloud-bom-version}</version> + <type>pom</type> + <scope>import</scope> + </dependency> </dependencies> </dependencyManagement> @@ -80,7 +87,6 @@ <groupId>com.google.api</groupId> <artifactId>gax-grpc</artifactId> <classifier>testlib</classifier> - <version>${google-cloud-functions-gax-grpc-version}</version> <scope>test</scope> <exclusions> <exclusion>
