From 6ca089033f65fdf539d453e38ba54075dd08e466 Mon Sep 17 00:00:00 2001 From: Renette Ros Date: Wed, 4 Sep 2019 10:25:03 +0200 Subject: [PATCH] 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. --- spring-cloud-function-dependencies/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-cloud-function-dependencies/pom.xml b/spring-cloud-function-dependencies/pom.xml index abbe42d48..74b669260 100644 --- a/spring-cloud-function-dependencies/pom.xml +++ b/spring-cloud-function-dependencies/pom.xml @@ -71,6 +71,11 @@ spring-cloud-function-adapter-openwhisk ${project.version} + + org.springframework.cloud + spring-cloud-function-kotlin + ${project.version} +