From 6c20e26e51efd0299452659c7c1e66dc6a338037 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 25 Oct 2023 14:42:56 +0200 Subject: [PATCH] Update pom.xml --- cli/scf-aws-sam/pom.xml | 113 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) diff --git a/cli/scf-aws-sam/pom.xml b/cli/scf-aws-sam/pom.xml index 8b1378917..dec621e1b 100644 --- a/cli/scf-aws-sam/pom.xml +++ b/cli/scf-aws-sam/pom.xml @@ -1 +1,114 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.1.5 + + + oz.spring + scf-aws-sam + 0.0.1-SNAPSHOT + scf-aws-sam + Template project for creating function that can be deployed as AWS Lambda + + 17 + 2023.0.0-SNAPSHOT + 1.0.31.RELEASE + 3.9.0 + 1.1.0 + + + + org.springframework.boot + spring-boot-starter + + + org.springframework.cloud + spring-cloud-function-adapter-aws + + + com.amazonaws + aws-lambda-java-events + ${aws-lambda-events.version} + + + com.amazonaws + aws-lambda-java-core + 1.1.0 + provided + + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + org.springframework.cloud + spring-cloud-dependencies + ${spring-cloud.version} + pom + import + + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.springframework.boot + spring-boot-maven-plugin + + + org.springframework.boot.experimental + spring-boot-thin-layout + ${wrapper.version} + + + + + org.apache.maven.plugins + maven-shade-plugin + + false + true + aws + + + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + +