From f9d48b39d3b7952cdf1c753d054eda4c715ce9c9 Mon Sep 17 00:00:00 2001 From: Dan Alima Date: Sat, 30 Dec 2023 17:22:06 +0200 Subject: [PATCH] Setup Maven Central as the only repo for dep --- pom.xml | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/pom.xml b/pom.xml index c0779e316..b710d1b76 100644 --- a/pom.xml +++ b/pom.xml @@ -277,40 +277,24 @@ - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot + central + Maven Repository Switchboard + http://repo1.maven.org/maven2 true - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot + central + Maven Plugin Repository + http://repo1.maven.org/maven2 true - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - -