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>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-function-kotlin</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
<profiles>
|
||||
|
||||
Reference in New Issue
Block a user