blob: 3e961ca71cc9caaa255a20c3e082ef4167b747ba [file] [log] [blame]
Pamela Dragosha965e2e2018-05-25 09:22:38 -04001<!--
2 ============LICENSE_START=======================================================
3 ONAP Policy SDC Service Distribution
4 ================================================================================
HOCKLAcd581962020-01-10 15:44:01 -06005 Copyright (C) 2018, 2020 AT&T Intellectual Property. All rights reserved.
ramvermab5f49342019-02-05 15:34:35 +00006 Copyright (C) 2019 Nordix Foundation.
Pamela Dragoshdffa54c2020-03-26 10:03:11 -04007 Modifications Copyright (C) 2020 AT&T Inc.
a.sreekumar922bb952021-03-09 18:23:38 +00008 Modifications Copyright (C) 2021 Bell Canada.
Pamela Dragosha965e2e2018-05-25 09:22:38 -04009 ================================================================================
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 Hahn2d5be862020-05-29 14:51:25 -040013
Pamela Dragosha965e2e2018-05-25 09:22:38 -040014 http://www.apache.org/licenses/LICENSE-2.0
Jim Hahn2d5be862020-05-29 14:51:25 -040015
Pamela Dragosha965e2e2018-05-25 09:22:38 -040016 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
ramvermab5f49342019-02-05 15:34:35 +000024<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">
ramverma84beaf82018-08-15 21:28:42 +010026 <modelVersion>4.0.0</modelVersion>
Pamela Dragosha965e2e2018-05-25 09:22:38 -040027
28 <parent>
29 <groupId>org.onap.policy.parent</groupId>
30 <artifactId>integration</artifactId>
Ram Krishna Verma5ee71ee2021-02-23 10:20:38 -050031 <version>3.3.0</version>
ramverma84beaf82018-08-15 21:28:42 +010032 <relativePath />
Pamela Dragosha965e2e2018-05-25 09:22:38 -040033 </parent>
34
35 <groupId>org.onap.policy.distribution</groupId>
Pamela Dragosh4d2eae62018-05-30 08:55:45 -040036 <artifactId>policy-distribution</artifactId>
Ram Krishna Verma5a9b5422021-02-23 15:13:18 -050037 <version>2.5.1-SNAPSHOT</version>
Pamela Dragosha965e2e2018-05-25 09:22:38 -040038
39 <packaging>pom</packaging>
40
41 <name>policy-distribution</name>
42 <description>Code that implements our integration with SDC service distribution API.</description>
43
ramverma84beaf82018-08-15 21:28:42 +010044 <properties>
Pamela Dragoshbc03dc12020-01-20 08:00:43 -050045 <!-- Default Sonar configuration -->
Pamela Dragosh34efd972020-01-22 11:10:01 -050046 <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
ramvermaef2ff6b2018-08-23 13:50:31 +010047
Ram Krishna Verma5ee71ee2021-02-23 10:20:38 -050048 <policy.common.version>1.8.0</policy.common.version>
a.sreekumar922bb952021-03-09 18:23:38 +000049 <policy.models.version>2.4.1</policy.models.version>
ramverma84beaf82018-08-15 21:28:42 +010050 </properties>
51
Pamela Dragosha965e2e2018-05-25 09:22:38 -040052 <modules>
mmisf85f63f2018-08-02 09:45:44 +010053 <module>model</module>
liamfallonce63c402018-07-19 14:27:17 +010054 <module>main</module>
55 <module>reception</module>
56 <module>forwarding</module>
liamfallon37d8ade2018-07-30 16:58:54 +010057 <module>plugins</module>
ramvermab5f49342019-02-05 15:34:35 +000058 <module>packages</module>
Bilal Af762f742019-02-27 13:52:05 -050059 <module>testsuites</module>
Pamela Dragosha965e2e2018-05-25 09:22:38 -040060 </modules>
61
liamfallon37d8ade2018-07-30 16:58:54 +010062 <dependencies>
63 <dependency>
64 <groupId>junit</groupId>
65 <artifactId>junit</artifactId>
66 <scope>test</scope>
67 </dependency>
68 <dependency>
Pamela Dragoshdffa54c2020-03-26 10:03:11 -040069 <groupId>org.assertj</groupId>
70 <artifactId>assertj-core</artifactId>
71 <scope>test</scope>
72 </dependency>
73 <dependency>
ramvermab5f49342019-02-05 15:34:35 +000074 <groupId>org.mockito</groupId>
75 <artifactId>mockito-all</artifactId>
76 <scope>test</scope>
liamfallon37d8ade2018-07-30 16:58:54 +010077 </dependency>
78 <dependency>
ramvermab5f49342019-02-05 15:34:35 +000079 <groupId>org.onap.policy.common</groupId>
80 <artifactId>policy-endpoints</artifactId>
81 <version>${policy.common.version}</version>
liamfallon37d8ade2018-07-30 16:58:54 +010082 </dependency>
83 </dependencies>
84
Pamela Dragosha965e2e2018-05-25 09:22:38 -040085 <distributionManagement>
86 <site>
ramverma84beaf82018-08-15 21:28:42 +010087 <id>ecomp-site</id>
88 <url>dav:${nexusproxy}${sitePath}</url>
Pamela Dragosha965e2e2018-05-25 09:22:38 -040089 </site>
90 </distributionManagement>
91
ramverma84beaf82018-08-15 21:28:42 +010092 <build>
93 <plugins>
94 <plugin>
Pamela Dragoshdffa54c2020-03-26 10:03:11 -040095 <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>
ramverma84beaf82018-08-15 21:28:42 +0100118 </plugins>
ramverma84beaf82018-08-15 21:28:42 +0100119 </build>
Pamela Dragosha965e2e2018-05-25 09:22:38 -0400120</project>