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