eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | Copyright (C) 2018 Ericsson. All rights reserved. |
liamfallon | 755eb9d | 2020-01-22 12:11:11 +0000 | [diff] [blame] | 4 | Modifications Copyright (C) 2019-2020 Nordix Foundation. |
HOCKLA | c759d77 | 2020-01-10 15:37:28 -0600 | [diff] [blame] | 5 | Modifications Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. |
Ram Krishna Verma | eee939f | 2020-04-03 14:26:15 -0400 | [diff] [blame] | 6 | Modifications Copyright (C) 2020 Bell Canada. |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 7 | ================================================================================ |
| 8 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | you may not use this file except in compliance with the License. |
| 10 | You may obtain a copy of the License at |
| 11 | |
| 12 | http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | |
| 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
| 19 | |
| 20 | SPDX-License-Identifier: Apache-2.0 |
| 21 | ============LICENSE_END========================================================= |
| 22 | --> |
| 23 | |
liamfallon | 3249761 | 2018-11-10 00:39:12 +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/xsd/maven-4.0.0.xsd"> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | <parent> |
| 28 | <groupId>org.onap.policy.parent</groupId> |
| 29 | <artifactId>integration</artifactId> |
Ram Krishna Verma | 0554ffc | 2020-10-27 14:56:20 -0400 | [diff] [blame] | 30 | <version>3.3.0-SNAPSHOT</version> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 31 | <relativePath /> |
| 32 | </parent> |
| 33 | |
waqas.ikram | f524b88 | 2018-05-24 15:31:21 +0100 | [diff] [blame] | 34 | <groupId>org.onap.policy.apex-pdp</groupId> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 35 | <artifactId>apex-pdp</artifactId> |
Ram Krishna Verma | 92043cb | 2020-10-27 13:58:46 -0400 | [diff] [blame] | 36 | <version>2.5.0-SNAPSHOT</version> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 37 | <packaging>pom</packaging> |
| 38 | |
ramverma | 6029d25 | 2018-05-25 11:55:45 +0100 | [diff] [blame] | 39 | <name>policy-apex-pdp</name> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 40 | <description>Packaging for all the Apex components, the engine, the WAR service, and the editor.</description> |
| 41 | |
| 42 | <properties> |
| 43 | <encoding>UTF-8</encoding> |
| 44 | <file.encoding>UTF-8</file.encoding> |
waqas.ikram | 75ff76e | 2018-06-06 11:04:36 +0100 | [diff] [blame] | 45 | <version.commons-cli>1.4</version.commons-cli> |
liamfallon | 02bef1f | 2019-08-16 10:16:37 +0000 | [diff] [blame] | 46 | <version.kafka>2.3.0</version.kafka> |
liamfallon | 1ba6a32 | 2019-02-22 17:30:59 +0000 | [diff] [blame] | 47 | <version.hibernate>5.3.7.Final</version.hibernate> |
Ram Krishna Verma | 0554ffc | 2020-10-27 14:56:20 -0400 | [diff] [blame] | 48 | <version.policy.common>1.8.0-SNAPSHOT</version.policy.common> |
| 49 | <version.policy.models>2.4.0-SNAPSHOT</version.policy.models> |
liamfallon | 7d9e1c2 | 2019-09-18 15:23:06 +0100 | [diff] [blame] | 50 | <version.jgroups>4.1.5.Final</version.jgroups> |
| 51 | <version.commons-codec>20041127.091804</version.commons-codec> |
| 52 | <version.caffeine>2.8.0</version.caffeine> |
waynedunican | 2365471 | 2020-08-31 13:17:03 +0100 | [diff] [blame] | 53 | <sonar.javascript.lcov.reportPaths>${project.basedir}/target/code-coverage/lcov.info</sonar.javascript.lcov.reportPaths> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 54 | </properties> |
| 55 | |
| 56 | <distributionManagement> |
| 57 | <site> |
| 58 | <id>ecomp-site</id> |
| 59 | <url>dav:${onap.nexus.url}${sitePath}</url> |
| 60 | </site> |
| 61 | </distributionManagement> |
| 62 | |
| 63 | <dependencies> |
| 64 | <dependency> |
| 65 | <groupId>junit</groupId> |
| 66 | <artifactId>junit</artifactId> |
| 67 | <scope>test</scope> |
| 68 | </dependency> |
| 69 | <dependency> |
waynedunican | 6ae054c | 2020-07-06 09:31:10 +0100 | [diff] [blame] | 70 | <groupId>org.assertj</groupId> |
| 71 | <artifactId>assertj-core</artifactId> |
| 72 | <scope>test</scope> |
| 73 | </dependency> |
| 74 | <dependency> |
Henry.Sun | 153ad00 | 2020-03-02 15:47:09 +0800 | [diff] [blame] | 75 | <groupId>org.awaitility</groupId> |
| 76 | <artifactId>awaitility</artifactId> |
| 77 | <scope>test</scope> |
| 78 | </dependency> |
| 79 | <dependency> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 80 | <groupId>org.slf4j</groupId> |
| 81 | <artifactId>slf4j-ext</artifactId> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 82 | </dependency> |
| 83 | <dependency> |
| 84 | <groupId>org.slf4j</groupId> |
| 85 | <artifactId>slf4j-api</artifactId> |
| 86 | </dependency> |
| 87 | <dependency> |
| 88 | <groupId>ch.qos.logback</groupId> |
| 89 | <artifactId>logback-core</artifactId> |
| 90 | </dependency> |
| 91 | <dependency> |
| 92 | <groupId>ch.qos.logback</groupId> |
| 93 | <artifactId>logback-classic</artifactId> |
| 94 | </dependency> |
a.sreekumar | a86ba14 | 2019-07-24 09:35:31 +0000 | [diff] [blame] | 95 | <dependency> |
| 96 | <groupId>org.projectlombok</groupId> |
| 97 | <artifactId>lombok</artifactId> |
| 98 | </dependency> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 99 | </dependencies> |
| 100 | |
liamfallon | efdaa0d | 2018-08-03 16:12:01 +0100 | [diff] [blame] | 101 | <dependencyManagement> |
| 102 | <dependencies> |
| 103 | <dependency> |
| 104 | <groupId>org.onap.policy.common</groupId> |
| 105 | <artifactId>utils</artifactId> |
| 106 | <version>${version.policy.common}</version> |
| 107 | </dependency> |
liamfallon | f325083 | 2018-08-30 09:37:29 +0100 | [diff] [blame] | 108 | <dependency> |
| 109 | <groupId>org.onap.policy.common</groupId> |
| 110 | <artifactId>common-parameters</artifactId> |
ramverma | 79e5ede | 2018-10-24 20:14:02 +0100 | [diff] [blame] | 111 | <version>${version.policy.common}</version> |
liamfallon | f325083 | 2018-08-30 09:37:29 +0100 | [diff] [blame] | 112 | </dependency> |
Henry.Sun | 318a989 | 2019-10-09 18:02:56 +0800 | [diff] [blame] | 113 | <dependency> |
| 114 | <groupId>org.onap.policy.common</groupId> |
| 115 | <artifactId>policy-endpoints</artifactId> |
| 116 | <version>${version.policy.common}</version> |
| 117 | </dependency> |
liamfallon | 7d9e1c2 | 2019-09-18 15:23:06 +0100 | [diff] [blame] | 118 | <dependency> |
liamfallon | c30b75d | 2019-09-25 15:13:37 +0200 | [diff] [blame] | 119 | <groupId>org.jgroups</groupId> |
liamfallon | 7d9e1c2 | 2019-09-18 15:23:06 +0100 | [diff] [blame] | 120 | <artifactId>jgroups</artifactId> |
| 121 | <version>${version.jgroups}</version> |
| 122 | </dependency> |
| 123 | <dependency> |
| 124 | <groupId>commons-codec</groupId> |
liamfallon | c30b75d | 2019-09-25 15:13:37 +0200 | [diff] [blame] | 125 | <artifactId>commons-codec</artifactId> |
liamfallon | 7d9e1c2 | 2019-09-18 15:23:06 +0100 | [diff] [blame] | 126 | <version>${version.commons-codec}</version> |
| 127 | </dependency> |
| 128 | <dependency> |
| 129 | <groupId>com.github.ben-manes.caffeine</groupId> |
| 130 | <artifactId>caffeine</artifactId> |
| 131 | <version>${version.caffeine}</version> |
| 132 | </dependency> |
liamfallon | efdaa0d | 2018-08-03 16:12:01 +0100 | [diff] [blame] | 133 | </dependencies> |
| 134 | </dependencyManagement> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 135 | |
| 136 | <profiles> |
| 137 | <profile> |
| 138 | <!--This profile is used to store Eclipse m2e settings only. It has no |
| 139 | influence on the Maven build itself. --> |
| 140 | <id>only-eclipse</id> |
| 141 | <activation> |
| 142 | <property> |
| 143 | <name>m2e.version</name> |
| 144 | </property> |
| 145 | </activation> |
| 146 | <build> |
| 147 | <pluginManagement> |
| 148 | <plugins> |
| 149 | <plugin> |
| 150 | <groupId>org.eclipse.m2e</groupId> |
| 151 | <artifactId>lifecycle-mapping</artifactId> |
| 152 | <version>1.0.0</version> |
| 153 | <configuration> |
| 154 | <lifecycleMappingMetadata> |
| 155 | <pluginExecutions> |
| 156 | <pluginExecution> |
| 157 | <pluginExecutionFilter> |
waqas.ikram | 34bdfe1 | 2018-05-31 11:09:58 +0100 | [diff] [blame] | 158 | <groupId>org.codehaus.mojo</groupId> |
| 159 | <artifactId>exec-maven-plugin</artifactId> |
waqas.ikram | 4822952 | 2018-05-31 14:49:38 +0100 | [diff] [blame] | 160 | <versionRange>[1.6.0,)</versionRange> |
waqas.ikram | 34bdfe1 | 2018-05-31 11:09:58 +0100 | [diff] [blame] | 161 | <goals> |
| 162 | <goal>java</goal> |
ramverma | 28ea336 | 2018-07-18 16:28:07 +0100 | [diff] [blame] | 163 | <goal>exec</goal> |
waqas.ikram | 34bdfe1 | 2018-05-31 11:09:58 +0100 | [diff] [blame] | 164 | </goals> |
| 165 | </pluginExecutionFilter> |
| 166 | <action> |
| 167 | <execute /> |
| 168 | </action> |
| 169 | </pluginExecution> |
| 170 | <pluginExecution> |
| 171 | <pluginExecutionFilter> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 172 | <groupId>org.commonjava.maven.plugins</groupId> |
| 173 | <artifactId>directory-maven-plugin</artifactId> |
| 174 | <versionRange>0.2</versionRange> |
| 175 | <goals> |
| 176 | <goal>directory-of</goal> |
| 177 | </goals> |
| 178 | </pluginExecutionFilter> |
| 179 | <action> |
| 180 | <execute /> |
| 181 | </action> |
| 182 | </pluginExecution> |
ramverma | af74a62 | 2018-07-31 18:25:39 +0100 | [diff] [blame] | 183 | <pluginExecution> |
ramverma | c6d74e6 | 2018-07-11 14:21:13 +0100 | [diff] [blame] | 184 | <pluginExecutionFilter> |
| 185 | <groupId>org.apache.maven.plugins</groupId> |
| 186 | <artifactId>maven-dependency-plugin</artifactId> |
liamfallon | 3249761 | 2018-11-10 00:39:12 +0000 | [diff] [blame] | 187 | <versionRange>[2.0,)</versionRange> |
ramverma | c6d74e6 | 2018-07-11 14:21:13 +0100 | [diff] [blame] | 188 | <goals> |
liamfallon | 3249761 | 2018-11-10 00:39:12 +0000 | [diff] [blame] | 189 | <goal>unpack</goal> |
ramverma | c6d74e6 | 2018-07-11 14:21:13 +0100 | [diff] [blame] | 190 | <goal>unpack-dependencies</goal> |
| 191 | </goals> |
| 192 | </pluginExecutionFilter> |
| 193 | <action> |
| 194 | <execute /> |
| 195 | </action> |
| 196 | </pluginExecution> |
liamfallon | 3249761 | 2018-11-10 00:39:12 +0000 | [diff] [blame] | 197 | <pluginExecution> |
| 198 | <pluginExecutionFilter> |
| 199 | <groupId>org.apache.maven.plugins</groupId> |
| 200 | <artifactId>maven-antrun-plugin</artifactId> |
| 201 | <versionRange>[1.0,)</versionRange> |
| 202 | <goals> |
| 203 | <goal>run</goal> |
| 204 | </goals> |
| 205 | </pluginExecutionFilter> |
| 206 | <action> |
| 207 | <ignore /> |
| 208 | </action> |
| 209 | </pluginExecution> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 210 | </pluginExecutions> |
| 211 | </lifecycleMappingMetadata> |
| 212 | </configuration> |
| 213 | </plugin> |
| 214 | </plugins> |
| 215 | </pluginManagement> |
| 216 | </build> |
| 217 | </profile> |
| 218 | </profiles> |
| 219 | |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 220 | <modules> |
| 221 | <module>model</module> |
ramverma | 10d58cd | 2018-05-29 15:25:49 +0100 | [diff] [blame] | 222 | <module>context</module> |
ramverma | 37d6fd9 | 2018-06-01 11:51:36 +0100 | [diff] [blame] | 223 | <module>core</module> |
waqas.ikram | 5722440 | 2018-06-01 14:23:01 +0100 | [diff] [blame] | 224 | <module>auth</module> |
waqas.ikram | 75ff76e | 2018-06-06 11:04:36 +0100 | [diff] [blame] | 225 | <module>services</module> |
waqas.ikram | f94d752 | 2018-06-05 16:18:01 +0100 | [diff] [blame] | 226 | <module>plugins</module> |
ramverma | 3d02543 | 2018-07-19 18:45:16 +0100 | [diff] [blame] | 227 | <module>examples</module> |
waqas.ikram | 2816ea6 | 2018-06-27 16:16:42 +0100 | [diff] [blame] | 228 | <module>testsuites</module> |
ramverma | 1eb5198 | 2018-07-16 15:23:45 +0100 | [diff] [blame] | 229 | <module>tools</module> |
liamfallon | 79ae3f7 | 2018-07-24 14:23:37 +0100 | [diff] [blame] | 230 | <module>packages</module> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 231 | </modules> |
liamfallon | 4d6fc38 | 2018-06-27 12:50:17 +0100 | [diff] [blame] | 232 | </project> |