From 6c7f794bcf86978d78c9369814308430f9ba908f Mon Sep 17 00:00:00 2001 From: Marius Bogoevici Date: Thu, 3 Mar 2016 12:17:33 -0500 Subject: [PATCH] Add back spring profile to pom.xml --- pom.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/pom.xml b/pom.xml index 8673bf06e..f93cc86cc 100644 --- a/pom.xml +++ b/pom.xml @@ -63,4 +63,53 @@ + + + spring + + + spring-snapshots + Spring Snapshots + http://repo.spring.io/libs-snapshot-local + + true + + + + spring-milestones + Spring Milestones + http://repo.spring.io/libs-milestone-local + + false + + + + spring-releases + Spring Releases + http://repo.spring.io/release + + false + + + + + + spring-snapshots + Spring Snapshots + http://repo.spring.io/libs-snapshot-local + + true + + + + spring-milestones + Spring Milestones + http://repo.spring.io/libs-milestone-local + + false + + + + +