summaryrefslogtreecommitdiffstats
path: root/springboot/spring-boot-setup/src/main/resources/pom-template.xml
AgeCommit message (Collapse)AuthorFilesLines
2020-09-03Address javadoc build issuesDan Timoney1-1/+2
maven-javadoc-plugin started to fail when using java 11 compiler. Some issues are addressed in latest version of plugin (3.2.0), but it appears some issues remain. To address this, we use the latest plugin version and configure maven to continue if javadoc errors occur. Note: this issue is currently causing verify builds to fail - thus, this is a blocking issue. Change-Id: I0a9882b4b93ea18b29e2d53d269cf70dda77a4d1 Issue-ID: CCSDK-2728 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-21Upgrading versionsSingal, Kapil (ks220y)1-5/+5
Fixing properties to have new SNAPSHOT version as older are missing from nexus Issue-ID: CCSDK-2684 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I8b1e670c5f16f6dee7ced09ba041f7cf4cabac6f
2020-07-06switch to sodiumMichael Dürre1-4/+0
fix dependencies and versions for sodium SR3 Issue-ID: CCSDK-2518 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I46a4def45fed75aeb3b507831446a2d8d26a2f52
2020-05-18Add/correct property settingsDan Timoney1-0/+1
Added ccsdk.features.version property to parent pom and fixed versions of SDC libraries to latest released versions. Change-Id: Ia431e5731a430f7cc45d0448d33fbb3808c2c5e9 Issue-ID: CCSDK-2378 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-24Update CCSDK versions for GuilinDan Timoney1-6/+6
Update CCSDK versions for Guilin Change-Id: I71986ca9f0863b6c3e67cdf7fc11f195cf4d01dc Issue-ID: CCSDK-2166 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-11Update version of tomact-jdbc libraryRich Tabedzki1-1/+1
Changes made: * Updated version of tomact-jdbc library from 9.0.27 to 9.0.30 Issue-ID: CCSDK-2169 Change-Id: Id917f36f04064d5a211f596d0256ad80e65a2467 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2020-02-27Upgrading logging-analytics to 1.6.5Singal, Kapil (ks220y)1-1/+1
Overriding Junit dependency with version 4.12 Upgrading mockito-core version to 2.23.4 in dependency-odl-bom Issue-ID: CCSDK-2125 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ia5104f47728024361867102dd25adca454f53a73
2020-02-20Refactoring parent root pomsSingal, Kapil (ks220y)1-2/+1
Updating protobuf and grpc version Issue-ID: CCSDK-2107 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I09fa6f600cf74b5d8049d195b67c889af7d9ca9d
2020-02-20Refactoring parent root pomsSingal, Kapil (ks220y)1-0/+1055
1) dependency-odl-bom is being imported to other parent poms, removing / cleaning up duplicate dependencies 2) Adding spring-boot-setup pom and related templates for spring-boot parent poms 3) Adding jetty-server to dependency-odl-bom 4) Adding org.onap.logging-analytics dependency to spring-boot-parent poms Issue-ID: CCSDK-2107 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I3a844cd736044a4ffbca7688bca110c0bc7dab0c