Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
tragait | 34a94b9 | 2021-03-30 12:02:27 +0100 | [diff] [blame] | 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | Modification Copyright (C) 2021 Nordix Foundation |
Renu Kumari | ff52b94 | 2021-05-27 23:16:32 -0400 | [diff] [blame^] | 5 | Modification Copyright (C) 2021 Bell Canada. |
tragait | 34a94b9 | 2021-03-30 12:02:27 +0100 | [diff] [blame] | 6 | ================================================================================ |
| 7 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | you may not use this file except in compliance with the License. |
| 9 | You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, software |
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | See the License for the specific language governing permissions and |
| 17 | limitations under the License. |
| 18 | ============LICENSE_END========================================================= |
| 19 | --> |
| 20 | |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 21 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 22 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 23 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 24 | <modelVersion>4.0.0</modelVersion> |
| 25 | <groupId>org.onap.cps</groupId> |
| 26 | <artifactId>cps-bom</artifactId> |
Rishi.Chail | dbffd91 | 2021-03-05 12:32:33 +0000 | [diff] [blame] | 27 | <version>1.1.0-SNAPSHOT</version> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 28 | <packaging>pom</packaging> |
| 29 | |
| 30 | <description>This artifact contains dependencyManagement declarations of all published CPS components.</description> |
Claudio David Gasparini | 24c217c | 2020-11-17 13:46:10 +0100 | [diff] [blame] | 31 | |
| 32 | <properties> |
| 33 | <nexusproxy>https://nexus.onap.org</nexusproxy> |
Claudio David Gasparini | 24c217c | 2020-11-17 13:46:10 +0100 | [diff] [blame] | 34 | <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> |
Claudio David Gasparini | d45b2dc | 2021-01-13 13:28:07 +0100 | [diff] [blame] | 35 | <sonar.skip>true</sonar.skip> |
Claudio David Gasparini | 24c217c | 2020-11-17 13:46:10 +0100 | [diff] [blame] | 36 | <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> |
Claudio David Gasparini | 24c217c | 2020-11-17 13:46:10 +0100 | [diff] [blame] | 37 | </properties> |
| 38 | |
| 39 | <distributionManagement> |
| 40 | <repository> |
| 41 | <id>ecomp-releases</id> |
| 42 | <name>ECOMP Release Repository</name> |
| 43 | <url>${nexusproxy}${releaseNexusPath}</url> |
| 44 | </repository> |
| 45 | <snapshotRepository> |
| 46 | <id>ecomp-snapshots</id> |
| 47 | <name>ECOMP Snapshot Repository</name> |
| 48 | <url>${nexusproxy}${snapshotNexusPath}</url> |
| 49 | </snapshotRepository> |
| 50 | </distributionManagement> |
| 51 | |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 52 | <dependencyManagement> |
| 53 | <dependencies> |
| 54 | <dependency> |
Claudio D. Gasparini | b77bf25 | 2021-01-28 15:36:37 +0100 | [diff] [blame] | 55 | <groupId>${project.groupId}</groupId> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 56 | <artifactId>cps-service</artifactId> |
| 57 | <version>${project.version}</version> |
| 58 | </dependency> |
| 59 | <dependency> |
Claudio D. Gasparini | b77bf25 | 2021-01-28 15:36:37 +0100 | [diff] [blame] | 60 | <groupId>${project.groupId}</groupId> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 61 | <artifactId>cps-rest</artifactId> |
| 62 | <version>${project.version}</version> |
| 63 | </dependency> |
| 64 | <dependency> |
Claudio D. Gasparini | b77bf25 | 2021-01-28 15:36:37 +0100 | [diff] [blame] | 65 | <groupId>${project.groupId}</groupId> |
tragait | 34a94b9 | 2021-03-30 12:02:27 +0100 | [diff] [blame] | 66 | <artifactId>cps-ncmp-service</artifactId> |
Claudio D. Gasparini | 6364703 | 2021-02-15 10:38:21 +0100 | [diff] [blame] | 67 | <version>${project.version}</version> |
| 68 | </dependency> |
| 69 | <dependency> |
| 70 | <groupId>${project.groupId}</groupId> |
tragait | 34a94b9 | 2021-03-30 12:02:27 +0100 | [diff] [blame] | 71 | <artifactId>cps-ncmp-rest</artifactId> |
Ruslan Kashapov | 9f52f60 | 2021-01-22 12:53:01 +0200 | [diff] [blame] | 72 | <version>${project.version}</version> |
| 73 | </dependency> |
| 74 | <dependency> |
Claudio D. Gasparini | b77bf25 | 2021-01-28 15:36:37 +0100 | [diff] [blame] | 75 | <groupId>${project.groupId}</groupId> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 76 | <artifactId>cps-ri</artifactId> |
| 77 | <version>${project.version}</version> |
| 78 | </dependency> |
Claudio David Gasparini | 35b2b44 | 2020-12-01 14:53:40 +0100 | [diff] [blame] | 79 | <dependency> |
Claudio D. Gasparini | b77bf25 | 2021-01-28 15:36:37 +0100 | [diff] [blame] | 80 | <groupId>${project.groupId}</groupId> |
| 81 | <artifactId>cps-application</artifactId> |
| 82 | <version>${project.version}</version> |
| 83 | </dependency> |
| 84 | <dependency> |
| 85 | <groupId>${project.groupId}</groupId> |
Renu Kumari | ff52b94 | 2021-05-27 23:16:32 -0400 | [diff] [blame^] | 86 | <artifactId>cps-events</artifactId> |
| 87 | <version>${project.version}</version> |
| 88 | </dependency> |
| 89 | <dependency> |
| 90 | <groupId>${project.groupId}</groupId> |
Claudio David Gasparini | 35b2b44 | 2020-12-01 14:53:40 +0100 | [diff] [blame] | 91 | <artifactId>checkstyle</artifactId> |
| 92 | <version>${project.version}</version> |
| 93 | </dependency> |
Claudio David Gasparini | 9f93f79 | 2020-12-18 14:37:27 +0100 | [diff] [blame] | 94 | <dependency> |
Claudio D. Gasparini | b77bf25 | 2021-01-28 15:36:37 +0100 | [diff] [blame] | 95 | <groupId>${project.groupId}</groupId> |
Claudio David Gasparini | 9f93f79 | 2020-12-18 14:37:27 +0100 | [diff] [blame] | 96 | <artifactId>spotbugs</artifactId> |
| 97 | <version>${project.version}</version> |
| 98 | </dependency> |
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 99 | </dependencies> |
| 100 | </dependencyManagement> |
| 101 | </project> |