From ee8bbc3e82a6336f3610b89902382b5e305e4392 Mon Sep 17 00:00:00 2001 From: Mike Eltsufin Date: Thu, 2 Apr 2020 14:10:58 -0400 Subject: [PATCH] Update invoker class name --- spring-cloud-function-samples/function-sample-gcp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-function-samples/function-sample-gcp/pom.xml b/spring-cloud-function-samples/function-sample-gcp/pom.xml index 5debf3b91..6f50a17be 100644 --- a/spring-cloud-function-samples/function-sample-gcp/pom.xml +++ b/spring-cloud-function-samples/function-sample-gcp/pom.xml @@ -27,7 +27,7 @@ function-maven-plugin 0.9.1 - org.springframework.cloud.function.adapter.gcloud.GcfSpringBootHttpRequestHandler + org.springframework.cloud.function.adapter.gcloud.FunctionInvoker 8080