commit | b46d863e9e5db30291034e8740291c70875f1f5f | [log] [tgz] |
---|---|---|
author | Timoney, Dan (dt5972) <dtimoney@att.com> | Fri Mar 15 12:25:28 2019 -0400 |
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | Fri Mar 15 12:25:32 2019 -0400 |
tree | 6766ccb15edba5807a429278bf57ed8d241d2ce8 | |
parent | 2e98a6c64dcdc0891f3729abb045115b790a2c54 [diff] |
Resolve security issues This change contains the following fixes: 1) Updated ccsdk/dashboard to use ONAP's oparent parent pom 2) Removed <version> tag from dependencies managed by oparent, where feasible (e.g. not spring, since oparent uses Spring 5 and dashboard is based on Spring 4) 3) Updated versions of third party libraries as needed to address vulnerabilities found in nexus IQ scan. 4) Added missing license headers in source files to resolve checkstyle error from oparent. 5) Fixed indentation (tab -> 4 spaces) to resolve oparent checkstyle warning. Change-Id: Ib92d5ef86dbdb78c270d0901cc0753cd5a78eb6e Issue-ID: CCSDK-1167 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>