summaryrefslogtreecommitdiffstats
path: root/dependencies-odl-bom
AgeCommit message (Collapse)AuthorFilesLines
2019-10-01Restructuring POM's and TemplateSingal, Kapil (ks220y)1-13/+7
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-09-09Fix versions of netty and jersey-guavaTimoney, Dan (dt5972)1-0/+6
Fix versions of netty and jersey-guava to match what is pre-installed in ODL Neon release. Change-Id: I1092c553420548f17ac7e5aff6317aff6502b9bd Issue-ID: SDNC-903 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-03Revert "Use preinstalled version of mariadb"Timoney, Dan (dt5972)1-1/+1
Preinstalled version of mariadb (1.5.9) does not seem to work with embedded tomcat connection pools. Or rather, using this version forces the very ClassNotFoundException we were trying to fix. Change-Id: I42ea6620888dd2c0aba896f141bb309ac207d095 Issue-ID: CCSDK-1445 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-03Use preinstalled version of mariadbTimoney, Dan (dt5972)1-1/+1
ODL pre-installs version 1.5.9 of mariadb jdbc client. We should not install a different version to avoid possible version conflict. Change-Id: Ib113639c2e3bf03e2e69112d01d078bf9b922fd3 Issue-ID: CCSDK-1445 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-27/+40
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/+466
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>