diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-15 12:25:28 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-15 12:25:32 -0400 |
commit | b46d863e9e5db30291034e8740291c70875f1f5f (patch) | |
tree | 6766ccb15edba5807a429278bf57ed8d241d2ce8 /ccsdk-app-overlay/pom.xml | |
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>
Diffstat (limited to 'ccsdk-app-overlay/pom.xml')
-rw-r--r-- | ccsdk-app-overlay/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ccsdk-app-overlay/pom.xml b/ccsdk-app-overlay/pom.xml index 8efb201..430f599 100644 --- a/ccsdk-app-overlay/pom.xml +++ b/ccsdk-app-overlay/pom.xml @@ -2,6 +2,12 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.onap.ccsdk.dashboard</groupId> + <artifactId>ccsdk-app-parent</artifactId> + <version>1.1.0-SNAPSHOT</version> + </parent> <groupId>org.onap.ccsdk.dashboard</groupId> <artifactId>ccsdk-app-overlay</artifactId> |