ramverma | 10d58cd | 2018-05-29 15:25:49 +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 | <project xmlns="http://maven.apache.org/POM/4.0.0" 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.policy.apex-pdp.context</groupId> |
| 25 | <artifactId>context</artifactId> |
| 26 | <version>2.0.0-SNAPSHOT</version> |
| 27 | </parent> |
| 28 | |
waqas.ikram | 3f300de | 2018-07-05 18:57:02 +0100 | [diff] [blame] | 29 | <artifactId>context-test-utils</artifactId> |
ramverma | 10d58cd | 2018-05-29 15:25:49 +0100 | [diff] [blame] | 30 | <name>${project.artifactId}</name> |
waqas.ikram | 3f300de | 2018-07-05 18:57:02 +0100 | [diff] [blame] | 31 | <description>[${project.parent.artifactId}] module contain default distributor tests and common test utils</description> |
ramverma | 10d58cd | 2018-05-29 15:25:49 +0100 | [diff] [blame] | 32 | |
| 33 | <dependencies> |
| 34 | <dependency> |
| 35 | <groupId>org.onap.policy.apex-pdp.model</groupId> |
| 36 | <artifactId>context-model</artifactId> |
| 37 | <version>${project.version}</version> |
| 38 | </dependency> |
| 39 | <dependency> |
| 40 | <groupId>org.onap.policy.apex-pdp.context</groupId> |
| 41 | <artifactId>context-management</artifactId> |
| 42 | <version>${project.version}</version> |
| 43 | </dependency> |
| 44 | <dependency> |
| 45 | <groupId>com.google.code.gson</groupId> |
| 46 | <artifactId>gson</artifactId> |
| 47 | </dependency> |
| 48 | <dependency> |
| 49 | <groupId>org.apache.derby</groupId> |
| 50 | <artifactId>derby</artifactId> |
| 51 | <version>${version.derby}</version> |
| 52 | <scope>test</scope> |
| 53 | </dependency> |
waqas.ikram | 3f300de | 2018-07-05 18:57:02 +0100 | [diff] [blame] | 54 | <dependency> |
| 55 | <groupId>junit</groupId> |
| 56 | <artifactId>junit</artifactId> |
| 57 | <scope>compile</scope> |
| 58 | </dependency> |
waqas.ikram | dcae33d | 2018-07-17 15:35:47 +0100 | [diff] [blame] | 59 | <dependency> |
| 60 | <groupId>org.apache.curator</groupId> |
| 61 | <artifactId>curator-test</artifactId> |
| 62 | <version>4.0.0</version> |
| 63 | <exclusions> |
| 64 | <exclusion> |
| 65 | <groupId>log4j</groupId> |
| 66 | <artifactId>log4j</artifactId> |
| 67 | </exclusion> |
liamfallon | efdaa0d | 2018-08-03 16:12:01 +0100 | [diff] [blame] | 68 | <exclusion> |
| 69 | <groupId>org.apache.zookeeper</groupId> |
| 70 | <artifactId>zookeeper</artifactId> |
| 71 | </exclusion> |
| 72 | </exclusions> |
| 73 | </dependency> |
| 74 | <dependency> |
| 75 | <groupId>org.apache.zookeeper</groupId> |
| 76 | <artifactId>zookeeper</artifactId> |
| 77 | <version>3.5.4-beta</version> |
| 78 | <exclusions> |
| 79 | <!-- Zookeeper uses an ancient version of log4j --> |
| 80 | <exclusion> |
| 81 | <groupId>log4j</groupId> |
| 82 | <artifactId>log4j</artifactId> |
| 83 | </exclusion> |
| 84 | <exclusion> |
| 85 | <groupId>org.slf4j</groupId> |
| 86 | <artifactId>slf4j-log4j12</artifactId> |
| 87 | </exclusion> |
waqas.ikram | dcae33d | 2018-07-17 15:35:47 +0100 | [diff] [blame] | 88 | </exclusions> |
| 89 | </dependency> |
ramverma | 10d58cd | 2018-05-29 15:25:49 +0100 | [diff] [blame] | 90 | </dependencies> |
ramverma | af74a62 | 2018-07-31 18:25:39 +0100 | [diff] [blame] | 91 | |
| 92 | <profiles> |
| 93 | <profile> |
| 94 | <id>apexSite</id> |
| 95 | <activation> |
| 96 | <property> |
| 97 | <name>apexSite</name> |
| 98 | </property> |
| 99 | </activation> |
| 100 | <distributionManagement> |
| 101 | <site> |
| 102 | <id>${project.artifactId}-site</id> |
| 103 | <url>${apex.adsite.prefix}/modules/${project.parent.artifactId}/${project.artifactId}/</url> |
| 104 | </site> |
| 105 | </distributionManagement> |
| 106 | </profile> |
| 107 | </profiles> |
ramverma | 10d58cd | 2018-05-29 15:25:49 +0100 | [diff] [blame] | 108 | </project> |