summaryrefslogtreecommitdiffstats
path: root/springboot/springboot1/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-06-18 10:42:07 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-06-24 12:18:48 -0400
commitbbcacd27a3fcaa2f26f741ab1c46c0c9cc8db8ee (patch)
treedcfb82eefb5f8cd641b95eeaff59516ec99bbccb /springboot/springboot1/pom.xml
parent29e82cfb81e948500c99393fc09765af603730f8 (diff)
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) <dtimoney@att.com>
Diffstat (limited to 'springboot/springboot1/pom.xml')
-rwxr-xr-xspringboot/springboot1/pom.xml9
1 files changed, 8 insertions, 1 deletions
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 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>1.5.20.RELEASE</version>
+ <version>1.5.21.RELEASE</version>
<relativePath/>
</parent>
@@ -363,6 +363,13 @@
<dependencyManagement>
<dependencies>
<dependency>
+ <groupId>org.onap.ccsdk.parent</groupId>
+ <artifactId>dependencies-bom</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ <dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-common</artifactId>
<version>${ccsdk.sli.core.version}</version>