Removed incorrect dependency management for spring-cloud-function-adapter-openwhisk

Minor detail but I noticed that org.springframework.cloud:spring-cloud-function-adapter-openwhisk was never removed from spring-cloud-function-dependencies when the openwhisk capability was dropped in 4.0.0-M5. Therefore, I removed this dependency from the dependencies pom, it generally doesn't hurt anything being there but isn't correct either.
This commit is contained in:
Chris Mathews
2022-11-19 09:03:17 -05:00
committed by GitHub
parent 6f1421d04e
commit 946d9517f5

View File

@@ -61,11 +61,6 @@
<artifactId>spring-cloud-function-adapter-gcp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-adapter-openwhisk</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-kotlin</artifactId>