Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
Restore missing ODL dependency management entries, which were
causing compile failures.
Change-Id: I88ac3bbd2fb2fd2ebb2f683852d0ef16558b6cf0
Issue-ID: CCSDK-2397
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Add new BOM to reflect dependency versions installed in ODL image.
This new BOM is created by a new script - mkbom.sh - based on
jar files installed in the OpenDaylight local maven repository.
Issue-ID: CCSDK-2397
Change-Id: I70881f1db55a1482ce1d33ee598b69b4ad2661ba
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Fixed embedded tomcat version in dependencies-bom to be consistent
with property value.
Change-Id: Ic3eb0f3ba9eed4d8e0f2aef0b0d4333181dcc0b6
Issue-ID: CCSDK-2332
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Add OpenDaylight BGP artifacts BOM to CCSDK's own dependencies BOM used
for OpenDaylight-dependent projects.
Change-Id: I0a7a60731f9ba0a169dc50a60f77bf260ae84174
Issue-ID: CCSDK-2307
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
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>
|
|
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
|
|
Updating protobuf and grpc version
Issue-ID: CCSDK-2107
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I09fa6f600cf74b5d8049d195b67c889af7d9ca9d
|
|
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
|
|
Roll ccsdk/parent to next snapshot version
Change-Id: I34d07a7c87a1ff7a35407c64dda40237d0dcd262
Issue-ID: CCSDK-1963
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
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>
|
|
xml-apis is not a direct dependency, but rather is inherited from dom4j.
It should not be included in ccsdk's dependencyManagement config, since
that interferes with the version inherited from dom4j.
Change-Id: I51de2ee3108d6d504c9a566a5c15d8c85b04436a
Issue-ID: CCSDK-1979
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Replacing hardcoded version for dependencies-bom and dependencies-odl-bom with project.version
Issue-ID: CCSDK-1978
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ie7e8fdfd673097045bd42b56c29b87ca7c961232
|
|
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
|
|
|
|
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>
|
|
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>
|
|
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
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
Roll versions in master branch
Change-Id: I0d8358268e3649ff8d80b357e22e56d73f11a1af
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
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>
|
|
Roll to next snapshot version
Change-Id: If4b60b8aa95e7fbf72f048eed4ee968d2079b7a4
Issue-ID: CCSDK-1563
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|