Add spring-cloud-function-kotlin to spring-cloud-function-dependencies.
This allows including the spring-cloud-function-kotlin dependency in a new spring boot project without needing to explicitly specify the version.
This commit is contained in:
@@ -71,6 +71,11 @@
|
|||||||
<artifactId>spring-cloud-function-adapter-openwhisk</artifactId>
|
<artifactId>spring-cloud-function-adapter-openwhisk</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework.cloud</groupId>
|
||||||
|
<artifactId>spring-cloud-function-kotlin</artifactId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|||||||
Reference in New Issue
Block a user