From bbcacd27a3fcaa2f26f741ab1c46c0c9cc8db8ee Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Tue, 18 Jun 2019 10:42:07 -0400 Subject: Add new BOM for odl-based projects Refactor dependencyManagement section from odlparent poms into a new BOM for ease of maintenance. Change-Id: I4e31ccc2a3c5349b10777c14b9d5e7fd3e034c46 Issue-ID: CCSDK-1412 Signed-off-by: Timoney, Dan (dt5972) --- springboot/springboot1/pom.xml | 9 ++++++++- springboot/springboot2/pom.xml | 35 +++++++++++++++++++++++++++++++++-- 2 files changed, 41 insertions(+), 3 deletions(-) (limited to 'springboot') diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index fc2ad065..d86bb535 100755 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.20.RELEASE + 1.5.21.RELEASE @@ -362,6 +362,13 @@ + + org.onap.ccsdk.parent + dependencies-bom + 1.3.0-SNAPSHOT + pom + import + org.onap.ccsdk.sli.core sli-common diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 8073ea7b..1bc6a497 100755 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.4.RELEASE + 2.1.6.RELEASE @@ -93,6 +93,25 @@ ${ccsdk.sli.adaptors.version} ${ccsdk.sli.core.version} + + 4.4.4 + 4.5.2 + 10.14.2.0 + 1.0.0 + 1.17.1 + 2.8.11.20181123 + 2.25.1 + 1.3.8 + 4.12 + 1.2.3 + 2.1.1 + 2.2.3 + 4.3.18.RELEASE + 1.7.25 + 6.11 + 8.5.14 + + @@ -356,6 +375,13 @@ + + org.onap.ccsdk.parent + dependencies-bom + 1.3.0-SNAPSHOT + pom + import + org.onap.ccsdk.sli.core sli-common @@ -385,7 +411,12 @@ dblib-provider ${sdnctl.dblib.version} - + + junit + junit + ${junit.version} + test + -- cgit