puthuparambil.aditya | f9c5e6c | 2022-05-12 16:31:00 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | Copyright (C) 2022 Bell Canada |
| 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 |
puthuparambil.aditya | f9c5e6c | 2022-05-12 16:31:00 +0100 | [diff] [blame] | 9 | http://www.apache.org/licenses/LICENSE-2.0 |
puthuparambil.aditya | f9c5e6c | 2022-05-12 16:31:00 +0100 | [diff] [blame] | 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
puthuparambil.aditya | f9c5e6c | 2022-05-12 16:31:00 +0100 | [diff] [blame] | 15 | SPDX-License-Identifier: Apache-2.0 |
| 16 | ============LICENSE_END========================================================= |
| 17 | --> |
| 18 | |
waqas.ikram | cb0256d | 2023-06-16 13:05:04 +0100 | [diff] [blame] | 19 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 20 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
puthuparambil.aditya | f9c5e6c | 2022-05-12 16:31:00 +0100 | [diff] [blame] | 21 | <modelVersion>4.0.0</modelVersion> |
| 22 | <parent> |
| 23 | <groupId>org.onap.cps</groupId> |
| 24 | <artifactId>cps-parent</artifactId> |
danielhanrahan | 64ff458 | 2024-08-21 16:14:53 +0100 | [diff] [blame] | 25 | <version>3.5.3-SNAPSHOT</version> |
puthuparambil.aditya | f9c5e6c | 2022-05-12 16:31:00 +0100 | [diff] [blame] | 26 | <relativePath>../cps-parent/pom.xml</relativePath> |
| 27 | </parent> |
| 28 | |
| 29 | <artifactId>cps-ncmp-rest-stub</artifactId> |
waqas.ikram | cb0256d | 2023-06-16 13:05:04 +0100 | [diff] [blame] | 30 | <packaging>pom</packaging> |
| 31 | |
puthuparambil.aditya | f9c5e6c | 2022-05-12 16:31:00 +0100 | [diff] [blame] | 32 | <properties> |
waqas.ikram | cb0256d | 2023-06-16 13:05:04 +0100 | [diff] [blame] | 33 | <parent.directory>${project.parent.basedir}/..</parent.directory> |
puthuparambil.aditya | f9c5e6c | 2022-05-12 16:31:00 +0100 | [diff] [blame] | 34 | <sonar.skip>true</sonar.skip> |
waqas.ikram | cb62395 | 2023-06-21 14:16:22 +0100 | [diff] [blame] | 35 | <jacoco.skip>true</jacoco.skip> |
puthuparambil.aditya | f9c5e6c | 2022-05-12 16:31:00 +0100 | [diff] [blame] | 36 | </properties> |
| 37 | |
waqas.ikram | cb0256d | 2023-06-16 13:05:04 +0100 | [diff] [blame] | 38 | <modules> |
| 39 | <module>cps-ncmp-rest-stub-service</module> |
| 40 | <module>cps-ncmp-rest-stub-app</module> |
| 41 | </modules> |
| 42 | </project> |