From b4eb9b398f40270ff54651dc7adbc91f1a2dad92 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Fri, 7 Aug 2020 14:18:07 -0400 Subject: [PATCH] Adding spring profile to core --- applications/stream-applications-core/pom.xml | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/applications/stream-applications-core/pom.xml b/applications/stream-applications-core/pom.xml index 67e05bc5..191f6d6c 100644 --- a/applications/stream-applications-core/pom.xml +++ b/applications/stream-applications-core/pom.xml @@ -149,6 +149,67 @@ + + spring + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + true + + + false + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + false + + + + spring-releases + Spring Releases + https://repo.spring.io/release + + false + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + true + + + false + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + false + + + + spring-releases + Spring Releases + https://repo.spring.io/libs-release-local + + false + + + + milestone