CPS-401 Update Open API YAML with data types and example for output (cpsData)
[cps.git] / cps-ncmp-service / pom.xml
index ddb78d3..7286fee 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   ============LICENSE_START=======================================================
-  Modification Copyright (C) 2021 Nordix Foundation
+  Copyright (C) 2021 Nordix Foundation
+  Modifications Copyright (C) 2021 Pantheon.tech
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -14,6 +15,8 @@
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
+
+  SPDX-License-Identifier: Apache-2.0
   ============LICENSE_END=========================================================
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
 <artifactId>cps-ncmp-service</artifactId>
 
 <properties>
-    <minimum-coverage>0.0</minimum-coverage>
+    <minimum-coverage>0.7</minimum-coverage>
 </properties>
 
 <dependencies>
-    <dependency>
-        <groupId>org.springframework.boot</groupId>
-        <artifactId>spring-boot-starter-validation</artifactId>
-    </dependency>
     <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>cps-service</artifactId>
@@ -48,4 +47,4 @@
         <scope>test</scope>
     </dependency>
 </dependencies>
-</project>
\ No newline at end of file
+</project>