commit | 7f23907c2416ef038782a12ccee390c19d88179d | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Mon Jun 01 09:28:12 2020 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Mon Jun 01 10:35:09 2020 -0400 |
tree | ca8a1c7449ee79472f80a2e6b57098faef6d2b17 | |
parent | 2f11eebcc264e77a7fe5440178e910764278c9ff [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>
The actual parent poms are being generated from below two pom-template
ccsdk/parent/odlparent/setup/src/main/template/pom-template.xml
ccsdk/parent/springboot/spring-boot-setup/src/main/template/pom-template.xml
Any updates needed should be made to respective template and not to the generated pom.xml file/files.
Every parent pom has associated properties files (src/main/properties).
Setup module will read those properties and populate respective values within generated pom.xml