diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-06-18 10:42:07 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-06-24 12:18:48 -0400 |
commit | bbcacd27a3fcaa2f26f741ab1c46c0c9cc8db8ee (patch) | |
tree | dcfb82eefb5f8cd641b95eeaff59516ec99bbccb /pom.xml | |
parent | 29e82cfb81e948500c99393fc09765af603730f8 (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 'pom.xml')
-rwxr-xr-x | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -67,6 +67,8 @@ </plugins> </build> <modules> + <module>dependencies-bom</module> + <module>dependencies-odl-bom</module> <module>standalone</module> <module>odlparent</module> <module>springboot</module> |