waqas.ikram | f94d752 | 2018-06-05 16:18:01 +0100 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | Copyright (C) 2018 Ericsson. All rights reserved. |
| 4 | ================================================================================ |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | |
| 17 | SPDX-License-Identifier: Apache-2.0 |
| 18 | ============LICENSE_END========================================================= |
| 19 | --> |
| 20 | |
| 21 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 22 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 23 | <modelVersion>4.0.0</modelVersion> |
| 24 | <parent> |
waqas.ikram | cb768ce | 2018-07-12 12:47:09 +0100 | [diff] [blame] | 25 | <groupId>org.onap.policy.apex-pdp.testsuites.performance</groupId> |
| 26 | <artifactId>performance</artifactId> |
ramverma | 79e5ede | 2018-10-24 20:14:02 +0100 | [diff] [blame^] | 27 | <version>2.0.1-SNAPSHOT</version> |
waqas.ikram | f94d752 | 2018-06-05 16:18:01 +0100 | [diff] [blame] | 28 | </parent> |
waqas.ikram | cb768ce | 2018-07-12 12:47:09 +0100 | [diff] [blame] | 29 | |
| 30 | <artifactId>performance-context-metrics</artifactId> |
waqas.ikram | f94d752 | 2018-06-05 16:18:01 +0100 | [diff] [blame] | 31 | <name>${project.artifactId}</name> |
| 32 | <description>[${project.parent.artifactId}] module to calculate metrics using various plugins</description> |
| 33 | |
waqas.ikram | f94d752 | 2018-06-05 16:18:01 +0100 | [diff] [blame] | 34 | <dependencies> |
liamfallon | efdaa0d | 2018-08-03 16:12:01 +0100 | [diff] [blame] | 35 | <dependency> |
| 36 | <groupId>org.onap.policy.common</groupId> |
| 37 | <artifactId>utils</artifactId> |
| 38 | </dependency> |
waqas.ikram | f94d752 | 2018-06-05 16:18:01 +0100 | [diff] [blame] | 39 | <dependency> |
| 40 | <groupId>org.onap.policy.apex-pdp.core</groupId> |
| 41 | <artifactId>core-infrastructure</artifactId> |
| 42 | <version>${project.version}</version> |
| 43 | </dependency> |
| 44 | <dependency> |
| 45 | <groupId>org.onap.policy.apex-pdp.context</groupId> |
waqas.ikram | 3f300de | 2018-07-05 18:57:02 +0100 | [diff] [blame] | 46 | <artifactId>context-test-utils</artifactId> |
waqas.ikram | f94d752 | 2018-06-05 16:18:01 +0100 | [diff] [blame] | 47 | <version>${project.version}</version> |
| 48 | </dependency> |
| 49 | <dependency> |
liamfallon | b109c21 | 2018-07-18 11:23:20 +0100 | [diff] [blame] | 50 | <groupId>org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-distribution</groupId> |
| 51 | <artifactId>plugins-context-distribution-hazelcast</artifactId> |
waqas.ikram | f94d752 | 2018-06-05 16:18:01 +0100 | [diff] [blame] | 52 | <version>${project.version}</version> |
| 53 | </dependency> |
| 54 | <dependency> |
liamfallon | b109c21 | 2018-07-18 11:23:20 +0100 | [diff] [blame] | 55 | <groupId>org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-distribution</groupId> |
| 56 | <artifactId>plugins-context-distribution-infinispan</artifactId> |
waqas.ikram | f94d752 | 2018-06-05 16:18:01 +0100 | [diff] [blame] | 57 | <version>${project.version}</version> |
| 58 | </dependency> |
| 59 | <dependency> |
liamfallon | b109c21 | 2018-07-18 11:23:20 +0100 | [diff] [blame] | 60 | <groupId>org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-locking</groupId> |
| 61 | <artifactId>plugins-context-locking-curator</artifactId> |
waqas.ikram | f94d752 | 2018-06-05 16:18:01 +0100 | [diff] [blame] | 62 | <version>${project.version}</version> |
| 63 | </dependency> |
| 64 | <dependency> |
liamfallon | b109c21 | 2018-07-18 11:23:20 +0100 | [diff] [blame] | 65 | <groupId>org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-locking</groupId> |
| 66 | <artifactId>plugins-context-locking-hazelcast</artifactId> |
waqas.ikram | f94d752 | 2018-06-05 16:18:01 +0100 | [diff] [blame] | 67 | <version>${project.version}</version> |
| 68 | </dependency> |
| 69 | <dependency> |
| 70 | <groupId>org.apache.curator</groupId> |
| 71 | <artifactId>curator-test</artifactId> |
| 72 | <version>3.2.0</version> |
| 73 | <scope>test</scope> |
| 74 | </dependency> |
| 75 | </dependencies> |
Dinh Danh Le | a4a9922 | 2018-08-23 00:00:00 +0100 | [diff] [blame] | 76 | |
| 77 | <profiles> |
| 78 | <profile> |
| 79 | <id>apexSite</id> |
| 80 | <activation> |
| 81 | <property> |
| 82 | <name>apexSite</name> |
| 83 | </property> |
| 84 | </activation> |
| 85 | <distributionManagement> |
| 86 | <site> |
| 87 | <id>${project.artifactId}-site</id> |
| 88 | <url>${apex.adsite.prefix}/modules/testsuites/${project.parent.artifactId}/${project.artifactId}/</url> |
| 89 | </site> |
| 90 | </distributionManagement> |
| 91 | </profile> |
| 92 | </profiles> |
| 93 | </project> |