eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | Copyright (C) 2018 Ericsson. All rights reserved. |
liamfallon | c719ee9 | 2022-01-12 16:36:45 +0000 | [diff] [blame] | 4 | Modifications Copyright (C) 2019-2020, 2022 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. |
a.sreekumar | 1f47753 | 2021-02-23 15:45:34 +0000 | [diff] [blame] | 6 | Modifications Copyright (C) 2020-2021 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> |
liamfallon | 3238c8d | 2022-03-10 09:12:37 +0000 | [diff] [blame] | 30 | <version>3.5.1</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> |
liamfallon | 886976e | 2021-11-29 11:33:31 +0000 | [diff] [blame] | 36 | <version>2.7.1-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 | 5cd5e12 | 2022-01-18 10:39:06 +0000 | [diff] [blame] | 46 | <version.kafka>3.0.0</version.kafka> |
liamfallon | 1ba6a32 | 2019-02-22 17:30:59 +0000 | [diff] [blame] | 47 | <version.hibernate>5.3.7.Final</version.hibernate> |
liamfallon | 3238c8d | 2022-03-10 09:12:37 +0000 | [diff] [blame] | 48 | <version.policy.common>1.10.1</version.policy.common> |
| 49 | <version.policy.models>2.6.1</version.policy.models> |
liamfallon | 7d9e1c2 | 2019-09-18 15:23:06 +0100 | [diff] [blame] | 50 | <version.jgroups>4.1.5.Final</version.jgroups> |
liamfallon | 7d9e1c2 | 2019-09-18 15:23:06 +0100 | [diff] [blame] | 51 | <version.caffeine>2.8.0</version.caffeine> |
waynedunican | 2365471 | 2020-08-31 13:17:03 +0100 | [diff] [blame] | 52 | <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] | 53 | </properties> |
| 54 | |
| 55 | <distributionManagement> |
| 56 | <site> |
| 57 | <id>ecomp-site</id> |
| 58 | <url>dav:${onap.nexus.url}${sitePath}</url> |
| 59 | </site> |
| 60 | </distributionManagement> |
| 61 | |
| 62 | <dependencies> |
| 63 | <dependency> |
| 64 | <groupId>junit</groupId> |
| 65 | <artifactId>junit</artifactId> |
| 66 | <scope>test</scope> |
| 67 | </dependency> |
| 68 | <dependency> |
waynedunican | 6ae054c | 2020-07-06 09:31:10 +0100 | [diff] [blame] | 69 | <groupId>org.assertj</groupId> |
| 70 | <artifactId>assertj-core</artifactId> |
| 71 | <scope>test</scope> |
| 72 | </dependency> |
| 73 | <dependency> |
Henry.Sun | 153ad00 | 2020-03-02 15:47:09 +0800 | [diff] [blame] | 74 | <groupId>org.awaitility</groupId> |
| 75 | <artifactId>awaitility</artifactId> |
| 76 | <scope>test</scope> |
| 77 | </dependency> |
| 78 | <dependency> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 79 | <groupId>org.slf4j</groupId> |
| 80 | <artifactId>slf4j-ext</artifactId> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 81 | </dependency> |
| 82 | <dependency> |
| 83 | <groupId>org.slf4j</groupId> |
| 84 | <artifactId>slf4j-api</artifactId> |
| 85 | </dependency> |
| 86 | <dependency> |
| 87 | <groupId>ch.qos.logback</groupId> |
| 88 | <artifactId>logback-core</artifactId> |
| 89 | </dependency> |
| 90 | <dependency> |
| 91 | <groupId>ch.qos.logback</groupId> |
| 92 | <artifactId>logback-classic</artifactId> |
| 93 | </dependency> |
a.sreekumar | a86ba14 | 2019-07-24 09:35:31 +0000 | [diff] [blame] | 94 | <dependency> |
| 95 | <groupId>org.projectlombok</groupId> |
| 96 | <artifactId>lombok</artifactId> |
| 97 | </dependency> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 98 | </dependencies> |
| 99 | |
liamfallon | efdaa0d | 2018-08-03 16:12:01 +0100 | [diff] [blame] | 100 | <dependencyManagement> |
| 101 | <dependencies> |
| 102 | <dependency> |
| 103 | <groupId>org.onap.policy.common</groupId> |
| 104 | <artifactId>utils</artifactId> |
| 105 | <version>${version.policy.common}</version> |
| 106 | </dependency> |
liamfallon | f325083 | 2018-08-30 09:37:29 +0100 | [diff] [blame] | 107 | <dependency> |
| 108 | <groupId>org.onap.policy.common</groupId> |
| 109 | <artifactId>common-parameters</artifactId> |
ramverma | 79e5ede | 2018-10-24 20:14:02 +0100 | [diff] [blame] | 110 | <version>${version.policy.common}</version> |
liamfallon | f325083 | 2018-08-30 09:37:29 +0100 | [diff] [blame] | 111 | </dependency> |
Henry.Sun | 318a989 | 2019-10-09 18:02:56 +0800 | [diff] [blame] | 112 | <dependency> |
| 113 | <groupId>org.onap.policy.common</groupId> |
| 114 | <artifactId>policy-endpoints</artifactId> |
| 115 | <version>${version.policy.common}</version> |
| 116 | </dependency> |
liamfallon | 7d9e1c2 | 2019-09-18 15:23:06 +0100 | [diff] [blame] | 117 | <dependency> |
liamfallon | c30b75d | 2019-09-25 15:13:37 +0200 | [diff] [blame] | 118 | <groupId>org.jgroups</groupId> |
liamfallon | 7d9e1c2 | 2019-09-18 15:23:06 +0100 | [diff] [blame] | 119 | <artifactId>jgroups</artifactId> |
| 120 | <version>${version.jgroups}</version> |
| 121 | </dependency> |
| 122 | <dependency> |
liamfallon | 7d9e1c2 | 2019-09-18 15:23:06 +0100 | [diff] [blame] | 123 | <groupId>com.github.ben-manes.caffeine</groupId> |
| 124 | <artifactId>caffeine</artifactId> |
| 125 | <version>${version.caffeine}</version> |
| 126 | </dependency> |
liamfallon | efdaa0d | 2018-08-03 16:12:01 +0100 | [diff] [blame] | 127 | </dependencies> |
| 128 | </dependencyManagement> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 129 | |
| 130 | <profiles> |
| 131 | <profile> |
Rashmi Pujar | df756c6 | 2021-11-26 07:44:23 -0500 | [diff] [blame] | 132 | <!--This profile is used to store Eclipse m2e settings only. It has no |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 133 | influence on the Maven build itself. --> |
| 134 | <id>only-eclipse</id> |
| 135 | <activation> |
| 136 | <property> |
| 137 | <name>m2e.version</name> |
| 138 | </property> |
| 139 | </activation> |
| 140 | <build> |
| 141 | <pluginManagement> |
| 142 | <plugins> |
| 143 | <plugin> |
| 144 | <groupId>org.eclipse.m2e</groupId> |
| 145 | <artifactId>lifecycle-mapping</artifactId> |
| 146 | <version>1.0.0</version> |
| 147 | <configuration> |
| 148 | <lifecycleMappingMetadata> |
| 149 | <pluginExecutions> |
| 150 | <pluginExecution> |
| 151 | <pluginExecutionFilter> |
waqas.ikram | 34bdfe1 | 2018-05-31 11:09:58 +0100 | [diff] [blame] | 152 | <groupId>org.codehaus.mojo</groupId> |
| 153 | <artifactId>exec-maven-plugin</artifactId> |
waqas.ikram | 4822952 | 2018-05-31 14:49:38 +0100 | [diff] [blame] | 154 | <versionRange>[1.6.0,)</versionRange> |
waqas.ikram | 34bdfe1 | 2018-05-31 11:09:58 +0100 | [diff] [blame] | 155 | <goals> |
| 156 | <goal>java</goal> |
ramverma | 28ea336 | 2018-07-18 16:28:07 +0100 | [diff] [blame] | 157 | <goal>exec</goal> |
waqas.ikram | 34bdfe1 | 2018-05-31 11:09:58 +0100 | [diff] [blame] | 158 | </goals> |
| 159 | </pluginExecutionFilter> |
| 160 | <action> |
| 161 | <execute /> |
| 162 | </action> |
| 163 | </pluginExecution> |
| 164 | <pluginExecution> |
| 165 | <pluginExecutionFilter> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 166 | <groupId>org.commonjava.maven.plugins</groupId> |
| 167 | <artifactId>directory-maven-plugin</artifactId> |
| 168 | <versionRange>0.2</versionRange> |
| 169 | <goals> |
| 170 | <goal>directory-of</goal> |
| 171 | </goals> |
| 172 | </pluginExecutionFilter> |
| 173 | <action> |
| 174 | <execute /> |
| 175 | </action> |
| 176 | </pluginExecution> |
ramverma | af74a62 | 2018-07-31 18:25:39 +0100 | [diff] [blame] | 177 | <pluginExecution> |
ramverma | c6d74e6 | 2018-07-11 14:21:13 +0100 | [diff] [blame] | 178 | <pluginExecutionFilter> |
| 179 | <groupId>org.apache.maven.plugins</groupId> |
| 180 | <artifactId>maven-dependency-plugin</artifactId> |
liamfallon | 3249761 | 2018-11-10 00:39:12 +0000 | [diff] [blame] | 181 | <versionRange>[2.0,)</versionRange> |
ramverma | c6d74e6 | 2018-07-11 14:21:13 +0100 | [diff] [blame] | 182 | <goals> |
liamfallon | 3249761 | 2018-11-10 00:39:12 +0000 | [diff] [blame] | 183 | <goal>unpack</goal> |
ramverma | c6d74e6 | 2018-07-11 14:21:13 +0100 | [diff] [blame] | 184 | <goal>unpack-dependencies</goal> |
| 185 | </goals> |
| 186 | </pluginExecutionFilter> |
| 187 | <action> |
| 188 | <execute /> |
| 189 | </action> |
| 190 | </pluginExecution> |
liamfallon | 3249761 | 2018-11-10 00:39:12 +0000 | [diff] [blame] | 191 | <pluginExecution> |
| 192 | <pluginExecutionFilter> |
| 193 | <groupId>org.apache.maven.plugins</groupId> |
| 194 | <artifactId>maven-antrun-plugin</artifactId> |
| 195 | <versionRange>[1.0,)</versionRange> |
| 196 | <goals> |
| 197 | <goal>run</goal> |
| 198 | </goals> |
| 199 | </pluginExecutionFilter> |
| 200 | <action> |
| 201 | <ignore /> |
| 202 | </action> |
| 203 | </pluginExecution> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 204 | </pluginExecutions> |
| 205 | </lifecycleMappingMetadata> |
| 206 | </configuration> |
| 207 | </plugin> |
| 208 | </plugins> |
| 209 | </pluginManagement> |
| 210 | </build> |
| 211 | </profile> |
| 212 | </profiles> |
| 213 | |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 214 | <modules> |
| 215 | <module>model</module> |
ramverma | 10d58cd | 2018-05-29 15:25:49 +0100 | [diff] [blame] | 216 | <module>context</module> |
ramverma | 37d6fd9 | 2018-06-01 11:51:36 +0100 | [diff] [blame] | 217 | <module>core</module> |
waqas.ikram | 5722440 | 2018-06-01 14:23:01 +0100 | [diff] [blame] | 218 | <module>auth</module> |
waqas.ikram | 75ff76e | 2018-06-06 11:04:36 +0100 | [diff] [blame] | 219 | <module>services</module> |
waqas.ikram | f94d752 | 2018-06-05 16:18:01 +0100 | [diff] [blame] | 220 | <module>plugins</module> |
ramverma | 3d02543 | 2018-07-19 18:45:16 +0100 | [diff] [blame] | 221 | <module>examples</module> |
waqas.ikram | 2816ea6 | 2018-06-27 16:16:42 +0100 | [diff] [blame] | 222 | <module>testsuites</module> |
ramverma | 1eb5198 | 2018-07-16 15:23:45 +0100 | [diff] [blame] | 223 | <module>tools</module> |
liamfallon | 79ae3f7 | 2018-07-24 14:23:37 +0100 | [diff] [blame] | 224 | <module>packages</module> |
eikrwaq | a94302f | 2018-05-23 14:08:29 +0100 | [diff] [blame] | 225 | </modules> |
liamfallon | c719ee9 | 2022-01-12 16:36:45 +0000 | [diff] [blame] | 226 | </project> |