summaryrefslogtreecommitdiffstats
path: root/tools/mkbom.sh
AgeCommit message (Collapse)AuthorFilesLines
2021-06-07Handle duplicate installed versionsDan Timoney1-10/+57
Adjust mkbom.sh to handle the case where multiple versions of a jar comes pre-installed in OpenDaylight by sorting entries by groupId/artifactId/versionId and then using the latest installed version. Issue-ID: CCSDK-3328 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Icd125d65a4a5ca50dd97a877bc85389299ff4fe1
2020-06-01Add new BOM for preinstalled ODL dependenciesDan Timoney1-0/+57
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>