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>
diff --git a/pom.xml b/pom.xml
index c1a5521..46c88fd 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>