From 2b77d8ca768fd3daf00100f5ba5e1dc48b12e421 Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Tue, 19 Nov 2024 00:07:29 -0500 Subject: [PATCH] add additional spring boot repos --- .mvn/settings.xml | 44 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 5 deletions(-) diff --git a/.mvn/settings.xml b/.mvn/settings.xml index ed3b747..c3b4ef8 100644 --- a/.mvn/settings.xml +++ b/.mvn/settings.xml @@ -10,11 +10,45 @@ ${env.GITHUB_ACTOR} ${env.GITHUB_TOKEN} - - github-pcalouche-spring-boot-excel - ${env.GITHUB_ACTOR} - ${env.GITHUB_TOKEN} - + + + additional-spring-repositories + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + + +