davsclaus commented on PR #12882: URL: https://github.com/apache/camel/pull/12882#issuecomment-1907997165
its better to wait for google-cloud-functions-bom to be updated so it brings compatible JARs. I had to do some manual depenency stuff to make it work with gax <dependency> <groupId>com.google.api</groupId> <artifactId>gax</artifactId> <version>2.40.0</version> </dependency> <dependency> <groupId>com.google.api</groupId> <artifactId>gax-httpjson</artifactId> <version>2.40.0</version> </dependency> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org