From 2b7b1b6c678290cc0f77695318ec4b81f02260fb Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Tue, 18 Sep 2018 14:16:01 -0400 Subject: [PATCH] Use CCSDK springboot parent Use CCSDK springboot parent instead of directly using springboot's parent. This is needed to be sure that project settings such as staging plugin config are set properly. Change-Id: Ibc750b0a832d4d12f46be4dd620e737b1b6b8bfd Issue-ID: SDNC-460 Signed-off-by: Timoney, Dan (dt5972) Former-commit-id: 020f3e11016f5e39926885f5370c17fece95c2b2 --- SdncReports/pom.xml | 6 +++--- configbackuprestore/pom.xml | 17 ++++++++++++++--- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/SdncReports/pom.xml b/SdncReports/pom.xml index 5b9bd5dc..2a9e09dd 100644 --- a/SdncReports/pom.xml +++ b/SdncReports/pom.xml @@ -12,9 +12,9 @@ sdnc-oam :: SdncReports - org.springframework.boot - spring-boot-starter-parent - 1.5.4.RELEASE + org.onap.ccsdk.parent + spring-boot-1-starter-parent + 1.1.0-SNAPSHOT diff --git a/configbackuprestore/pom.xml b/configbackuprestore/pom.xml index 4501ca7d..b3b532d6 100644 --- a/configbackuprestore/pom.xml +++ b/configbackuprestore/pom.xml @@ -12,13 +12,24 @@ pom - org.springframework.boot - spring-boot-starter-parent - 1.5.4.RELEASE + org.onap.ccsdk.parent + spring-boot-1-starter-parent + 1.1.0-SNAPSHOT UTF-8 + + + nexus.onap.org + 443 + https + https://nexus.onap.org/content/groups/public + https://nexus.onap.org/content/groups/staging + https://nexus.onap.org/content/repositories/releases + https://nexus.onap.org/content/repositories/snapshots + ecomp-staging + 176c31dfe190a -- 2.16.6