From 331e1d23eaa327ee0010e6602a26391a4f9f6151 Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Fri, 12 Jul 2024 18:00:11 +0200 Subject: [PATCH] Add snapshot and milestone repositories. --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index 8a0fce8220..df6adf0166 100644 --- a/pom.xml +++ b/pom.xml @@ -35,4 +35,20 @@ + + + spring-snapshot + https://repo.spring.io/snapshot + + true + + + false + + + + spring-milestone + https://repo.spring.io/milestone + +