From 1bdcddef1ecbc382bdc7d5959ecebc187005f6b5 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Tue, 11 Jan 2022 11:42:02 +0100 Subject: [PATCH] GH-788 Fix aws custom runtime samples Add spring web dependencies Resolves #788 --- .../function-sample-aws-custom-bean/pom.xml | 21 ++++--------------- .../function-sample-aws-custom/pom.xml | 16 +++++--------- 2 files changed, 9 insertions(+), 28 deletions(-) diff --git a/spring-cloud-function-samples/function-sample-aws-custom-bean/pom.xml b/spring-cloud-function-samples/function-sample-aws-custom-bean/pom.xml index 7719ca050..7075db0ac 100644 --- a/spring-cloud-function-samples/function-sample-aws-custom-bean/pom.xml +++ b/spring-cloud-function-samples/function-sample-aws-custom-bean/pom.xml @@ -39,23 +39,15 @@ org.slf4j slf4j-jdk14 - + + org.springframework.boot + spring-boot-starter-web + org.springframework.boot spring-boot-starter-test test - - - - - - - - - - - @@ -74,11 +66,6 @@ maven-surefire-plugin - - - - - org.apache.maven.plugins diff --git a/spring-cloud-function-samples/function-sample-aws-custom/pom.xml b/spring-cloud-function-samples/function-sample-aws-custom/pom.xml index 6cf0ac116..54cf164e0 100644 --- a/spring-cloud-function-samples/function-sample-aws-custom/pom.xml +++ b/spring-cloud-function-samples/function-sample-aws-custom/pom.xml @@ -25,25 +25,19 @@ org.springframework.cloud spring-cloud-function-adapter-aws - - - - org.springframework.cloud spring-cloud-function-web - + test org.springframework.boot spring-boot-starter-web - - - - org.springframework - spring-web - + + + + org.springframework.boot spring-boot-starter