From 8d71ec748ec7047c5a3dae07a3cab85d2e7e09c1 Mon Sep 17 00:00:00 2001 From: Marius Bogoevici Date: Fri, 26 Aug 2016 00:39:35 -0400 Subject: [PATCH] Add Spring profile --- spring-cloud-stream-docs/pom.xml | 47 ++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/spring-cloud-stream-docs/pom.xml b/spring-cloud-stream-docs/pom.xml index 75ac4c16e..08ed8531e 100644 --- a/spring-cloud-stream-docs/pom.xml +++ b/spring-cloud-stream-docs/pom.xml @@ -446,5 +446,52 @@ + + 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 + + + +