From bf122213e4a34d463afa39681c0dc4cf1c431db5 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 26 Jan 2022 18:43:38 +0100 Subject: [PATCH] Polish sample POMs --- .../function-sample-kotlin-web/pom.xml | 37 +++++++++++++++++++ .../function-sample/pom.xml | 5 --- 2 files changed, 37 insertions(+), 5 deletions(-) diff --git a/spring-cloud-function-samples/function-sample-kotlin-web/pom.xml b/spring-cloud-function-samples/function-sample-kotlin-web/pom.xml index 924cf1feb..50af579a9 100644 --- a/spring-cloud-function-samples/function-sample-kotlin-web/pom.xml +++ b/spring-cloud-function-samples/function-sample-kotlin-web/pom.xml @@ -95,5 +95,42 @@ + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + diff --git a/spring-cloud-function-samples/function-sample/pom.xml b/spring-cloud-function-samples/function-sample/pom.xml index d45f7bc3b..3b584afde 100644 --- a/spring-cloud-function-samples/function-sample/pom.xml +++ b/spring-cloud-function-samples/function-sample/pom.xml @@ -33,11 +33,6 @@ org.springframework.cloud spring-cloud-starter-function-webflux - - org.springframework.cloud - spring-cloud-function-compiler - ${spring-cloud-function.version} - org.springframework.boot spring-boot-configuration-processor