This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit b8dfa2f2e2aef134f794ef1cdb4ac884975010dc Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Dec 20 14:23:44 2021 +0100 CAMEL-17351 - Camel Google Functions: Make it possible to configure service account key file as we do in Pubsub and Storage --- .../component/google/functions/GoogleCloudFunctionsClientFactory.java | 1 - 1 file changed, 1 deletion(-) diff --git a/components/camel-google/camel-google-functions/src/main/java/org/apache/camel/component/google/functions/GoogleCloudFunctionsClientFactory.java b/components/camel-google/camel-google-functions/src/main/java/org/apache/camel/component/google/functions/GoogleCloudFunctionsClientFactory.java index 32ad7c2..02b7796 100644 --- a/components/camel-google/camel-google-functions/src/main/java/org/apache/camel/component/google/functions/GoogleCloudFunctionsClientFactory.java +++ b/components/camel-google/camel-google-functions/src/main/java/org/apache/camel/component/google/functions/GoogleCloudFunctionsClientFactory.java @@ -16,7 +16,6 @@ */ package org.apache.camel.component.google.functions; -import java.io.FileInputStream; import java.io.InputStream; import com.google.api.gax.core.FixedCredentialsProvider;
