From c4ffef0d1441714751f6f637e8909ec1df7abbf5 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Thu, 11 Feb 2021 05:35:52 +0100 Subject: [PATCH] Upgrade Kotlin lib --- spring-cloud-function-kotlin/pom.xml | 2 +- .../function-sample-supplier-exporter/pom.xml | 68 ------------------- 2 files changed, 1 insertion(+), 69 deletions(-) diff --git a/spring-cloud-function-kotlin/pom.xml b/spring-cloud-function-kotlin/pom.xml index cfcd13c21..ae57578f5 100644 --- a/spring-cloud-function-kotlin/pom.xml +++ b/spring-cloud-function-kotlin/pom.xml @@ -41,7 +41,7 @@ kotlin-maven-plugin org.jetbrains.kotlin - 1.4.0 + 1.4.21 compile diff --git a/spring-cloud-function-samples/function-sample-supplier-exporter/pom.xml b/spring-cloud-function-samples/function-sample-supplier-exporter/pom.xml index 980415ede..2371f6b27 100644 --- a/spring-cloud-function-samples/function-sample-supplier-exporter/pom.xml +++ b/spring-cloud-function-samples/function-sample-supplier-exporter/pom.xml @@ -119,72 +119,4 @@ - - - - central - https://repo.maven.apache.org/maven2 - - false - - - - spring-release - Spring release - https://repo.spring.io/release - - false - - - - spring-snapshot - Spring Snapshots - https://repo.spring.io/snapshot - - true - - - - spring-milestone - Spring Milestone - https://repo.spring.io/milestone - - false - - - - - - central - https://repo.maven.apache.org/maven2 - - false - - - - spring-release - Spring release - https://repo.spring.io/release - - false - - - - spring-snapshot - Spring Snapshots - https://repo.spring.io/snapshot - - true - - - - spring-milestone - Spring Milestone - https://repo.spring.io/milestone - - false - - - -