From bc0988e7960e76e9052146384992c55c2033b50c Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 18 Dec 2019 18:51:23 +0100 Subject: [PATCH] added spring repos to plugins --- pom.xml | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5dc0eb7a8..039988e51 100644 --- a/pom.xml +++ b/pom.xml @@ -177,8 +177,8 @@ spring - - + + coverage @@ -214,4 +214,27 @@ + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + spring-releases + Spring Releases + https://repo.spring.io/release + +