diff options
author | Niamh Core <niamh.core@est.tech> | 2021-09-21 13:04:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-09-21 13:04:11 +0000 |
commit | 2ee46351129de73cf2cf2f0579e73b1ef8abdafc (patch) | |
tree | 6cf888ce1a659588a2846d76984a44af63188219 /cps-ncmp-rest/pom.xml | |
parent | cf2482c1fa1b7b9d9638e7c658807e8ab35069b4 (diff) | |
parent | 4f736db2a0ab0df49b5cae6599da8e655c5ea8cd (diff) |
Merge "Address Sonar Qube issues"
Diffstat (limited to 'cps-ncmp-rest/pom.xml')
-rw-r--r-- | cps-ncmp-rest/pom.xml | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/cps-ncmp-rest/pom.xml b/cps-ncmp-rest/pom.xml index 2c44c24807..b47ea17331 100644 --- a/cps-ncmp-rest/pom.xml +++ b/cps-ncmp-rest/pom.xml @@ -23,19 +23,15 @@ <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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> -<modelVersion>4.0.0</modelVersion> -<parent> - <groupId>org.onap.cps</groupId> - <artifactId>cps-parent</artifactId> - <version>2.0.1-SNAPSHOT</version> - <relativePath>../cps-parent/pom.xml</relativePath> -</parent> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.onap.cps</groupId> + <artifactId>cps-parent</artifactId> + <version>2.0.1-SNAPSHOT</version> + <relativePath>../cps-parent/pom.xml</relativePath> + </parent> -<artifactId>cps-ncmp-rest</artifactId> - - <properties> - <minimum-coverage>0.95</minimum-coverage> - </properties> + <artifactId>cps-ncmp-rest</artifactId> <dependencies> <dependency> |