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