tragait | 34a94b9 | 2021-03-30 12:02:27 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | Modification Copyright (C) 2021 Nordix Foundation |
| 5 | ================================================================================ |
| 6 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | you may not use this file except in compliance with the License. |
| 8 | You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, software |
| 13 | distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | See the License for the specific language governing permissions and |
| 16 | limitations under the License. |
| 17 | ============LICENSE_END========================================================= |
| 18 | --> |
| 19 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 20 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 21 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 22 | <modelVersion>4.0.0</modelVersion> |
| 23 | <parent> |
| 24 | <groupId>org.onap.cps</groupId> |
| 25 | <artifactId>cps-parent</artifactId> |
| 26 | <version>1.1.0-SNAPSHOT</version> |
| 27 | <relativePath>../cps-parent/pom.xml</relativePath> |
| 28 | </parent> |
| 29 | |
| 30 | <artifactId>cps-ncmp-service</artifactId> |
| 31 | |
| 32 | <properties> |
Claudio D. Gasparini | ac6df76 | 2021-04-19 18:18:19 +0200 | [diff] [blame] | 33 | <minimum-coverage>0.7</minimum-coverage> |
tragait | 34a94b9 | 2021-03-30 12:02:27 +0100 | [diff] [blame] | 34 | </properties> |
| 35 | |
| 36 | <dependencies> |
| 37 | <dependency> |
tragait | 34a94b9 | 2021-03-30 12:02:27 +0100 | [diff] [blame] | 38 | <groupId>${project.groupId}</groupId> |
| 39 | <artifactId>cps-service</artifactId> |
| 40 | </dependency> |
| 41 | <dependency> |
| 42 | <groupId>org.spockframework</groupId> |
| 43 | <artifactId>spock-core</artifactId> |
| 44 | <scope>test</scope> |
| 45 | </dependency> |
| 46 | </dependencies> |
| 47 | </project> |