From bb618f79340398ca7eebf7c689e0ad4d1a9f6a6e Mon Sep 17 00:00:00 2001 From: Marius Bogoevici Date: Wed, 24 Feb 2016 23:51:29 -0500 Subject: [PATCH] Add Spring profile --- pom.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/pom.xml b/pom.xml index 17c0468..d041d33 100644 --- a/pom.xml +++ b/pom.xml @@ -59,4 +59,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 + + + + +