Updates GcfJarLayout to write back classic loaders required for the current implementation of this project, before this change the default loaders would be used every time GcfJarLayout was invoked; also updates the pom for function-sample-gcp-http to use the latest development version of the spring cloud gcp adaptor

Fixes gh-1085
This commit is contained in:
Lauren Wiebenga
2024-06-11 08:48:51 -05:00
parent faeb0f77ad
commit abdb1ac04f
2 changed files with 3 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-adapter-gcp</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>${spring-cloud-function.version}</version>
</dependency>
<!-- test dependencies -->