From 0aadc994e0c39f2f2f50ccbee63a2c565c6a1294 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Fri, 12 Jan 2018 09:13:09 -0600 Subject: [PATCH] Added Spring snapshot repositories to the pom file. --- pom.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fa5e4df94..8839b2e1b 100644 --- a/pom.xml +++ b/pom.xml @@ -225,5 +225,27 @@ http://www.apache.org/licenses/LICENSE-2.0 - + + + + + spring-snapshots + http://repo.spring.io/snapshot + true + + + spring-milestones + http://repo.spring.io/milestone + + + + + spring-snapshots + http://repo.spring.io/snapshot + + + spring-milestones + http://repo.spring.io/milestone + +