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