From 6ad824002debeb45a4b22b61a2f1b006dbb218b1 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Mon, 14 Oct 2019 16:26:02 +0200 Subject: [PATCH] GH-414 Add snapshot repo to parent pom --- pom.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/pom.xml b/pom.xml index bc9d699c9..6373875ef 100644 --- a/pom.xml +++ b/pom.xml @@ -190,5 +190,41 @@ + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + +