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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user