summaryrefslogtreecommitdiffstats
path: root/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 /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 'pom.xml')
-rwxr-xr-xpom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c1a55214..46c88fdb 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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>