Add new BOM for preinstalled ODL dependencies

Add new BOM to reflect dependency versions installed in ODL image.
This new BOM is created by a new script - mkbom.sh - based on
jar files installed in the OpenDaylight local maven repository.

Issue-ID: CCSDK-2397
Change-Id: I70881f1db55a1482ce1d33ee598b69b4ad2661ba
Signed-off-by: Dan Timoney <dtimoney@att.com>
diff --git a/pom.xml b/pom.xml
index 34a068e..e1ee7dd 100755
--- a/pom.xml
+++ b/pom.xml
@@ -10,6 +10,7 @@
     <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
 
     <modules>
+        <module>installed-odl-bom</module>
         <module>dependencies-bom</module>
         <module>dependencies-odl-bom</module>
         <module>oparent</module>