commit | a265d5be417269a7814e2e71e7dad7c0719f4770 | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Wed Nov 25 08:23:08 2020 -0500 |
committer | Dan Timoney <dtimoney@att.com> | Mon Dec 07 12:36:35 2020 -0500 |
tree | 2d8c08f9718454b3dbad23f6f7a4f3da425f44ce | |
parent | b044ec87f782ed741c814311e64664f0b64aa255 [diff] |
Add missing dependencies to ccsdk oparent and fix versions Some version declarations were missing from CCSDK oparent, which causes problems when moving repos to use CCSDK oparent pom instead of ODL-based parents. Also, update version properies to latest CCSDK master snapshot versions. Change-Id: Ia9222da0f8720f981cfcd98aaeaafc68aedbcb92 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