commit | 161996dd93c63db0f8cd0e72f871431e67270b00 | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Wed Dec 09 07:37:08 2020 -0500 |
committer | Dan Timoney <dtimoney@att.com> | Wed Dec 09 07:37:08 2020 -0500 |
tree | b3172aa5131ba84c2b18fc7831703ad5e7cccdeb | |
parent | a265d5be417269a7814e2e71e7dad7c0719f4770 [diff] |
Updates to support use of oparent in non-ODL dependent code Added missing dependencies needed in oparent and dependencies-bom to allow oparent pom to be used in ccsdk/sli for code not directly dependent on OpenDaylight. Also, updated to latest springboot release and to latest released version of ONAP oparent pom. Note: this change does NOT address changes to compile jars as java 11. That change will come with the changes for ODL Aluminum. Change-Id: I599bae0c32f5ced7eada956a0ed3b57f40461cd5 Issue-ID: CCSDK-3001 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