summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-06-01 09:28:12 -0400
committerDan Timoney <dtimoney@att.com>2020-06-01 10:35:09 -0400
commit7f23907c2416ef038782a12ccee390c19d88179d (patch)
treeca8a1c7449ee79472f80a2e6b57098faef6d2b17 /pom.xml
parent2f11eebcc264e77a7fe5440178e910764278c9ff (diff)
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>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 34a068e4..e1ee7dd0 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>