summaryrefslogtreecommitdiffstats
path: root/dependencies-bom
AgeCommit message (Collapse)AuthorFilesLines
2021-06-10Adding missing akka and sshd-core in dependencies bom'sSingal, Kapil (ks220y)1-0/+5
oparent and standaloneParent poms - Adding distributionManagement section - Replacing hardocded nexus url with properties variable Issue-ID: CCSDK-3329 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ifaa84b695ae45f0de7c431af3489d9b33d4b9fce
2021-06-09Exluding transitive dependencies from jaxb-api and adding ↵Singal, Kapil (ks220y)1-2/+7
jakarta.activation-api explicitly Issue-ID: CCSDK-3329 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I292daf886b8ee908e29c89141daa05b8119116e0
2021-06-08Updating parent poms as per Silicon onap-karaf:0.14.0 packageSingal, Kapil (ks220y)1-4/+22
Issue-ID: CCSDK-3329 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: If9ac73ec5f0ad8a2bd0b09ed4a17731cb357d900
2021-06-08Updating logging-analytics version from 1.6.6 to 1.6.9Singal, Kapil (ks220y)1-8/+3
Updating com.google.code.findbugs:annotation version to 3.0.1 Issue-ID: CCSDK-3329 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ic22de3bbdb11994f273eba25b352331cc7000714
2021-03-22Inconsistent antlr versions specifiedDan Timoney1-1/+1
Fixed incorrect specifications of antlr version. Also, updated oparent pom.xml to use latest released oparent Change-Id: Iaa18032d89bd86916bc7739a71598ab495333795 Issue-ID: CCSDK-3231 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-03-09Roll master version for IstanbulDan Timoney1-1/+1
Roll versions of ccsdk parent poms to 2.2.0-SNAPSHOT for Istanbul release. Change-Id: Ia5060116b986dae9e25b5765389e0c421bcd9fc6 Issue-ID: CCSDK-3190 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-22Roll to next snapshot versionDan Timoney1-1/+1
Roll to version 2.1.2-SNAPSHOT Change-Id: If45b4b9aecd9b8779e8a7b8c05cfaeabd1b03c49 Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-02ccsdk parents for alu-sr0Michael DÜrre1-5/+5
migrate parents to aluminium-sr0 Change-Id: Iafc8f9bdefe7fb3593166bb067210cc944d65561 Issue-ID: CCSDK-3012 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2021-02-01Adding maven-deploy-plugin with deployeAtEnd trueSingal, Kapil (ks220y)1-2/+16
Issue-ID: CCSDK-3126 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I5c89ab63f58084808038e58b413bf51c29bcb93b
2021-01-29Revert "ccsdk parents for alu-sr0"Dan Timoney1-5/+6
This reverts upgrade to OpenDaylight Aluminum (commit b6288f99fbfcc73f115511696f98111ca32b8d2f.) Change-Id: I194efd26f792328f0ab79848664708715e94e240 Issue-ID: CCSDK-3012 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-01-27Upgrade jackson version in dependencies-bomRehanRaza1-1/+1
Upgrade jackson to 2.11.4, the same version used by springboot 2.3.8.RELEASE which is the version currently used in ccsdk/parent's springboot pom. This is intended to fix the following security vulnerability: Component(displayName=com.fasterxml.jackson.core : jackson-databind : 2.10.1, hash=18eee15ffc662d27538d) [ Constraint(Critical security vulnerability) [Security Vulnerability Severity >= 7 because: Found security vulnerability CVE-2020-25649 with severity >= 7 (severity = 7.5)] ]] Change-Id: I0d1727296ac3c3227e5e5666a796b08a63a61aaa Issue-ID: CCSDK-3108 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
2021-01-27ccsdk parents for alu-sr0Michael DÜrre1-6/+5
migrate parents to aluminium-sr0 Issue-ID: CCSDK-3012 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I8c19abcfa4a0fbac629496835e4caf92aecd2459 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2020-12-14Rolling back velocity version to 1.7Singal, Kapil (ks220y)1-1/+1
There is no 2.0 version in mvnrepository Issue-ID: CCSDK-3047 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ieae68f050545a8bdb7aef71ecf8a84bb3ec1e3b2
2020-12-09Updates to support use of oparent in non-ODL dependent codeDan Timoney1-4/+24
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>
2020-12-07Add missing dependencies to ccsdk oparent and fix versionsDan Timoney1-1/+49
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>
2020-11-25Release version 2.1.0 of CCSDK parent pomDan Timoney1-1/+1
Release initial Honolulu version of CCSDK parent poms and roll version to next snapshot Change-Id: I235ea84ddb43edd9165439f3845f8d27d383ac29 Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-09Roll to initial Honolulu release versionDan Timoney1-1/+1
Roll master branch to initial Honolulu release version Change-Id: I215dc2c5b3f0c817a653a43b9cf448b78caba1f8 Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-06Roll to next snapshot versionDan Timoney1-1/+1
Roll to snapshot version 2.0.1-SNAPSHOT Change-Id: I42f22947b51fb09de0b2dc364e7b5e0e01dbacd4 Issue-ID: CCSDK-2635 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-04-29Add new CCSDK version of oparentDan Timoney1-1/+64
Add new CCSDK parent pom based on ONAP oparent Change-Id: I184f4170095ddc118e69b9668494d935bfee718c Issue-ID: CCSDK-2182 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-03-04Roll master version to Guilin numberingDan Timoney1-1/+1
Roll master branch of ccsdk parent to 2.0.0-SNAPSHOT for Guilin. Since we anticipate breaking changes associated with Java 8 -> 11 and Sodium, the Guilin version will be a major version update (1.x -> 2.0) Change-Id: I3bf2c447fbecff4aa1973b9087190a2e41961457 Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-02-20Refactoring parent root pomsSingal, Kapil (ks220y)1-20/+16
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-1/+0
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
2020-01-23Roll to next snapshotDan Timoney1-1/+1
Roll ccsdk/parent to next snapshot version Change-Id: I34d07a7c87a1ff7a35407c64dda40237d0dcd262 Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-13Update versions of dependenciesTimoney, Dan (dt5972)1-21/+21
Updated versions of third party dependencies that are not constrained by OpenDaylight to latest minor version. Change-Id: I0640f50b02f0cee4669b6a4c4c87754861a686ce Issue-ID: CCSDK-2005 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-12-03Refactoring POMs as per ODL NeonSingal, Kapil (ks220y)1-1/+1
Cleaning up poms and fixing versioning as per ODL NEON Issue-ID: CCSDK-1977 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ifca4fa413ec3370108828e3da4fce8585cada925
2019-11-18Merge "Update version of Apache Tomcat dependency as per security scan"Dan Timoney1-1/+1
2019-11-12Roll version of parent to 1.5.1-SNAPSHOTTimoney, Dan (dt5972)1-1/+1
Roll version of parent to 1.5.1-SNAPSHOT for next version Change-Id: Ia3754b5531fcec6a60cac88512c2eda7a6045578 Issue-ID: CCSDK-1920 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-11Update version of Apache Tomcat dependency as per security scanRich Tabedzki1-1/+1
Changes made: * updated dependency-bom * updated dependencies-odl-bom Issue-ID: CCSDK-1815 Change-Id: If2cbe93070eb6181a75b151acb83537a2c8ef071 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2019-10-01Restructuring POM's and TemplateSingal, Kapil (ks220y)1-7/+4
Running mvn tidy:pom to format/restructure pom's content. Removig plugin to format pom as all child poms are not having reference to root as parent pom and maven-tidy-plugin is not being executed to format pom Issue-ID: CCSDK-1764 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I18fd59ae94fdded11f3cb62647d5b3518bfe051a
2019-09-10Roll version for Frankfurt releaseTimoney, Dan (dt5972)1-1/+1
Roll version in master branch to Frankfurt version (1.5.0-SNAPSHOT) Change-Id: Id68e5cd6ccc657a52c4bae58afe8d634bffccf37 Issue-ID: CCSDK-1701 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-28Roll versionsTimoney, Dan (dt5972)1-1/+1
Roll versions in master branch Change-Id: I0d8358268e3649ff8d80b357e22e56d73f11a1af Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-14Update parent poms for ODL NeonTimoney, Dan (dt5972)1-4/+4
Update third party package versions to align with ODL Neon SR1. Change-Id: I82da85e6a9581726267be0f9cd64c4eb193ceda3 Issue-ID: CCSDK-1389 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-09Roll to next snapshotTimoney, Dan (dt5972)1-1/+1
Roll to next snapshot version Change-Id: If4b60b8aa95e7fbf72f048eed4ee968d2079b7a4 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-06Roll version to recreate release artifactsTimoney, Dan (dt5972)1-1/+1
Roll versions to 0.5.1 - need to re-release El Alto early release Change-Id: Ie9204c9ec0eb84989303df1089f536314df2c8d7 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-17Remove staging pluginTimoney, Dan (dt5972)1-1/+1
Remove staging-profile, which had been needed for daily builds in old daily build jobs. Change-Id: I13d1b628268f46d59ff4521ffebf2f6d3b2b6390 Issue-ID: CCSDK-1496 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-06-25Add missing distributionManagement sectionTimoney, Dan (dt5972)1-0/+10
Add missing distributionManagement section to new BOM pom files. This is needed because this is not specified in ONAP settings.xml - it must be explicitly set in each pom.xml OR inherited from a parent pom. Change-Id: Iac63a327bf7a70b6f78ee04312076046da9e60b0 Issue-ID: CCSDK-1412 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-06-24Add new BOM for odl-based projectsTimoney, Dan (dt5972)1-0/+182
Refactor dependencyManagement section from odlparent poms into a new BOM for ease of maintenance. Change-Id: I4e31ccc2a3c5349b10777c14b9d5e7fd3e034c46 Issue-ID: CCSDK-1412 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>