From 5470e29a9ce59cba0dfa1a29f691ed87fc2cc95d Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Thu, 26 May 2022 07:48:40 +0100 Subject: [PATCH] Add spring release repo to samples - This is to be able to import project without having active spring profile. Basically needed for spring-native which is not in central. --- spring-shell-samples/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/spring-shell-samples/pom.xml b/spring-shell-samples/pom.xml index 3b876192..8ae3397e 100644 --- a/spring-shell-samples/pom.xml +++ b/spring-shell-samples/pom.xml @@ -51,6 +51,17 @@ + + + spring-releases + Spring Releases + https://repo.spring.io/release + + false + + + + native