Pamela Dragosh | a965e2e | 2018-05-25 09:22:38 -0400 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | ONAP Policy SDC Service Distribution |
| 4 | ================================================================================ |
HOCKLA | cd58196 | 2020-01-10 15:44:01 -0600 | [diff] [blame] | 5 | Copyright (C) 2018, 2020 AT&T Intellectual Property. All rights reserved. |
ramverma | b5f4934 | 2019-02-05 15:34:35 +0000 | [diff] [blame] | 6 | Copyright (C) 2019 Nordix Foundation. |
Pamela Dragosh | dffa54c | 2020-03-26 10:03:11 -0400 | [diff] [blame] | 7 | Modifications Copyright (C) 2020 AT&T Inc. |
a.sreekumar | 922bb95 | 2021-03-09 18:23:38 +0000 | [diff] [blame^] | 8 | Modifications Copyright (C) 2021 Bell Canada. |
Pamela Dragosh | a965e2e | 2018-05-25 09:22:38 -0400 | [diff] [blame] | 9 | ================================================================================ |
| 10 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 11 | you may not use this file except in compliance with the License. |
| 12 | You may obtain a copy of the License at |
Jim Hahn | 2d5be86 | 2020-05-29 14:51:25 -0400 | [diff] [blame] | 13 | |
Pamela Dragosh | a965e2e | 2018-05-25 09:22:38 -0400 | [diff] [blame] | 14 | http://www.apache.org/licenses/LICENSE-2.0 |
Jim Hahn | 2d5be86 | 2020-05-29 14:51:25 -0400 | [diff] [blame] | 15 | |
Pamela Dragosh | a965e2e | 2018-05-25 09:22:38 -0400 | [diff] [blame] | 16 | Unless required by applicable law or agreed to in writing, software |
| 17 | distributed under the License is distributed on an "AS IS" BASIS, |
| 18 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 19 | See the License for the specific language governing permissions and |
| 20 | limitations under the License. |
| 21 | ============LICENSE_END========================================================= |
| 22 | --> |
| 23 | |
ramverma | b5f4934 | 2019-02-05 15:34:35 +0000 | [diff] [blame] | 24 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 25 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
ramverma | 84beaf8 | 2018-08-15 21:28:42 +0100 | [diff] [blame] | 26 | <modelVersion>4.0.0</modelVersion> |
Pamela Dragosh | a965e2e | 2018-05-25 09:22:38 -0400 | [diff] [blame] | 27 | |
| 28 | <parent> |
| 29 | <groupId>org.onap.policy.parent</groupId> |
| 30 | <artifactId>integration</artifactId> |
Ram Krishna Verma | 5ee71ee | 2021-02-23 10:20:38 -0500 | [diff] [blame] | 31 | <version>3.3.0</version> |
ramverma | 84beaf8 | 2018-08-15 21:28:42 +0100 | [diff] [blame] | 32 | <relativePath /> |
Pamela Dragosh | a965e2e | 2018-05-25 09:22:38 -0400 | [diff] [blame] | 33 | </parent> |
| 34 | |
| 35 | <groupId>org.onap.policy.distribution</groupId> |
Pamela Dragosh | 4d2eae6 | 2018-05-30 08:55:45 -0400 | [diff] [blame] | 36 | <artifactId>policy-distribution</artifactId> |
Ram Krishna Verma | 5a9b542 | 2021-02-23 15:13:18 -0500 | [diff] [blame] | 37 | <version>2.5.1-SNAPSHOT</version> |
Pamela Dragosh | a965e2e | 2018-05-25 09:22:38 -0400 | [diff] [blame] | 38 | |
| 39 | <packaging>pom</packaging> |
| 40 | |
| 41 | <name>policy-distribution</name> |
| 42 | <description>Code that implements our integration with SDC service distribution API.</description> |
| 43 | |
ramverma | 84beaf8 | 2018-08-15 21:28:42 +0100 | [diff] [blame] | 44 | <properties> |
Pamela Dragosh | bc03dc1 | 2020-01-20 08:00:43 -0500 | [diff] [blame] | 45 | <!-- Default Sonar configuration --> |
Pamela Dragosh | 34efd97 | 2020-01-22 11:10:01 -0500 | [diff] [blame] | 46 | <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> |
ramverma | ef2ff6b | 2018-08-23 13:50:31 +0100 | [diff] [blame] | 47 | |
Ram Krishna Verma | 5ee71ee | 2021-02-23 10:20:38 -0500 | [diff] [blame] | 48 | <policy.common.version>1.8.0</policy.common.version> |
a.sreekumar | 922bb95 | 2021-03-09 18:23:38 +0000 | [diff] [blame^] | 49 | <policy.models.version>2.4.1</policy.models.version> |
ramverma | 84beaf8 | 2018-08-15 21:28:42 +0100 | [diff] [blame] | 50 | </properties> |
| 51 | |
Pamela Dragosh | a965e2e | 2018-05-25 09:22:38 -0400 | [diff] [blame] | 52 | <modules> |
mmis | f85f63f | 2018-08-02 09:45:44 +0100 | [diff] [blame] | 53 | <module>model</module> |
liamfallon | ce63c40 | 2018-07-19 14:27:17 +0100 | [diff] [blame] | 54 | <module>main</module> |
| 55 | <module>reception</module> |
| 56 | <module>forwarding</module> |
liamfallon | 37d8ade | 2018-07-30 16:58:54 +0100 | [diff] [blame] | 57 | <module>plugins</module> |
ramverma | b5f4934 | 2019-02-05 15:34:35 +0000 | [diff] [blame] | 58 | <module>packages</module> |
Bilal A | f762f74 | 2019-02-27 13:52:05 -0500 | [diff] [blame] | 59 | <module>testsuites</module> |
Pamela Dragosh | a965e2e | 2018-05-25 09:22:38 -0400 | [diff] [blame] | 60 | </modules> |
| 61 | |
liamfallon | 37d8ade | 2018-07-30 16:58:54 +0100 | [diff] [blame] | 62 | <dependencies> |
| 63 | <dependency> |
| 64 | <groupId>junit</groupId> |
| 65 | <artifactId>junit</artifactId> |
| 66 | <scope>test</scope> |
| 67 | </dependency> |
| 68 | <dependency> |
Pamela Dragosh | dffa54c | 2020-03-26 10:03:11 -0400 | [diff] [blame] | 69 | <groupId>org.assertj</groupId> |
| 70 | <artifactId>assertj-core</artifactId> |
| 71 | <scope>test</scope> |
| 72 | </dependency> |
| 73 | <dependency> |
ramverma | b5f4934 | 2019-02-05 15:34:35 +0000 | [diff] [blame] | 74 | <groupId>org.mockito</groupId> |
| 75 | <artifactId>mockito-all</artifactId> |
| 76 | <scope>test</scope> |
liamfallon | 37d8ade | 2018-07-30 16:58:54 +0100 | [diff] [blame] | 77 | </dependency> |
| 78 | <dependency> |
ramverma | b5f4934 | 2019-02-05 15:34:35 +0000 | [diff] [blame] | 79 | <groupId>org.onap.policy.common</groupId> |
| 80 | <artifactId>policy-endpoints</artifactId> |
| 81 | <version>${policy.common.version}</version> |
liamfallon | 37d8ade | 2018-07-30 16:58:54 +0100 | [diff] [blame] | 82 | </dependency> |
| 83 | </dependencies> |
| 84 | |
Pamela Dragosh | a965e2e | 2018-05-25 09:22:38 -0400 | [diff] [blame] | 85 | <distributionManagement> |
| 86 | <site> |
ramverma | 84beaf8 | 2018-08-15 21:28:42 +0100 | [diff] [blame] | 87 | <id>ecomp-site</id> |
| 88 | <url>dav:${nexusproxy}${sitePath}</url> |
Pamela Dragosh | a965e2e | 2018-05-25 09:22:38 -0400 | [diff] [blame] | 89 | </site> |
| 90 | </distributionManagement> |
| 91 | |
ramverma | 84beaf8 | 2018-08-15 21:28:42 +0100 | [diff] [blame] | 92 | <build> |
| 93 | <plugins> |
| 94 | <plugin> |
Pamela Dragosh | dffa54c | 2020-03-26 10:03:11 -0400 | [diff] [blame] | 95 | <groupId>org.eclipse.m2e</groupId> |
| 96 | <artifactId>lifecycle-mapping</artifactId> |
| 97 | <version>1.0.0</version> |
| 98 | <configuration> |
| 99 | <lifecycleMappingMetadata> |
| 100 | <pluginExecutions> |
| 101 | <pluginExecution> |
| 102 | <pluginExecutionFilter> |
| 103 | <groupId>org.apache.maven.plugins</groupId> |
| 104 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 105 | <versionRange>2.17,)</versionRange> |
| 106 | <goals> |
| 107 | <goal>check</goal> |
| 108 | </goals> |
| 109 | </pluginExecutionFilter> |
| 110 | <action> |
| 111 | <ignore /> |
| 112 | </action> |
| 113 | </pluginExecution> |
| 114 | </pluginExecutions> |
| 115 | </lifecycleMappingMetadata> |
| 116 | </configuration> |
| 117 | </plugin> |
ramverma | 84beaf8 | 2018-08-15 21:28:42 +0100 | [diff] [blame] | 118 | </plugins> |
ramverma | 84beaf8 | 2018-08-15 21:28:42 +0100 | [diff] [blame] | 119 | </build> |
Pamela Dragosh | a965e2e | 2018-05-25 09:22:38 -0400 | [diff] [blame] | 120 | </project> |