blob: da4786704c66999d08e21e13279d91679de4dd1f [file] [log] [blame]
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001<!--
2 ============LICENSE_START=======================================================
3 Copyright (C) 2018 Ericsson. All rights reserved.
jhh62b0f5d2022-03-01 14:32:59 -06004 Modifications Copyright (C) 2018-2022 AT&T. All rights reserved.
liamfallon1daae3e2022-01-05 12:46:27 +00005 Modifications Copyright (C) 2019-2022 Nordix Foundation.
a.sreekumar7f173a82022-02-07 11:17:11 +00006 Modifications Copyright (C) 2020-2022 Bell Canada.
eikrwaq5eb9cfd2018-05-22 09:48:30 +01007 ================================================================================
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-->
liamfallonb4431042022-12-01 17:55:58 +000023<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
eikrwaq5eb9cfd2018-05-22 09:48:30 +010024 <modelVersion>4.0.0</modelVersion>
25 <parent>
26 <groupId>org.onap.policy.parent</groupId>
27 <artifactId>policy-parent</artifactId>
liamfallon2d534292022-12-15 09:57:54 +000028 <version>3.7.1-SNAPSHOT</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +010029 </parent>
30 <artifactId>integration</artifactId>
31 <packaging>pom</packaging>
32 <name>Policy Integration POM</name>
33 <description>Policy Integration POM</description>
eikrwaq5eb9cfd2018-05-22 09:48:30 +010034 <properties>
HOCKLA4b7e2702019-12-10 09:54:48 -060035 <java.version>11</java.version>
liamfallon7c5702f2022-09-16 20:06:13 +010036 <!-- Note Well: For RELEASE/SNAPSHOT always set to the project version -->
liamfallon2d534292022-12-15 09:57:54 +000037 <version.parent.resources>3.7.1-SNAPSHOT</version.parent.resources>
Pamela Dragoshc1935db2020-01-14 14:11:20 -050038 <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
Jim Hahnb0474652021-04-09 12:38:43 -040039 <repo.npm>https://nexus3.onap.org/repository/npm.public/npm/-/</repo.npm>
Jim Hahn0b49a672021-07-19 14:42:19 -040040 <docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>
41 <docker.push.registry>nexus3.onap.org:10003</docker.push.registry>
liamfallon2c236402022-12-13 13:15:43 +000042 <!-- Dependency Versions -->
43 <version.aaf>2.1.21</version.aaf>
44 <version.assertj>3.23.1</version.assertj>
45 <version.awaitility>4.2.0</version.awaitility>
46 <version.bind-jaxb-api>2.3.1</version.bind-jaxb-api>
47 <version.ccsdk>1.4.0</version.ccsdk>
48 <version.commons-cli>1.5.0</version.commons-cli>
49 <version.commons-codec>1.15</version.commons-codec>
50 <version.commons-fileupload>1.4</version.commons-fileupload>
51 <version.commons-io>2.11.0</version.commons-io>
52 <version.commons-lang3>3.12.0</version.commons-lang3>
53 <version.commons-text>1.10.0</version.commons-text>
54 <version.cucumber>7.9.0</version.cucumber>
55 <version.dmaap>1.1.12</version.dmaap>
56 <version.docker-java>3.2.14</version.docker-java>
57 <version.drools>7.73.0.Final</version.drools>
58 <version.eclipselink>2.7.8</version.eclipselink>
liamfallone5317482022-12-18 02:22:59 +000059 <!--version.eclipselink>4.0.0</version.eclipselink-->
liamfallon2c236402022-12-13 13:15:43 +000060 <version.google-re2j>1.7</version.google-re2j>
61 <version.gson>2.10</version.gson>
liamfallone5317482022-12-18 02:22:59 +000062 <version.h2>2.1.214</version.h2>
liamfallon2c236402022-12-13 13:15:43 +000063 <version.hibernate.core>5.4.31.Final</version.hibernate.core>
liamfallone5317482022-12-18 02:22:59 +000064 <!--version.hibernate.core>6.1.5.Final</version.hibernate.core-->
liamfallon2c236402022-12-13 13:15:43 +000065 <version.httpcore>4.4.16</version.httpcore>
66 <version.immutables>2.9.2</version.immutables>
67 <version.io.micrometer>1.10.2</version.io.micrometer>
68 <version.io.prometheus>0.16.0</version.io.prometheus>
69 <version.jackson>2.14.1</version.jackson>
70 <version.jakarta-api>2.0.2</version.jakarta-api>
liamfallone5317482022-12-18 02:22:59 +000071 <!--version.jakarta-api>3.0.2</version.jakarta-api-->
liamfallon2c236402022-12-13 13:15:43 +000072 <version.javax-json>1.1.4</version.javax-json>
73 <version.jboss-jaxrs-api>1.0.1-Final</version.jboss-jaxrs-api>
74 <version.jersey>2.37</version.jersey>
liamfallone5317482022-12-18 02:22:59 +000075 <!--version.jersey>3.1.0</version.jersey-->
liamfallon2c236402022-12-13 13:15:43 +000076 <version.jetty>9.4.48.v20220622</version.jetty>
liamfallone5317482022-12-18 02:22:59 +000077 <!--version.jetty>11.0.12</version.jetty-->
liamfallon2c236402022-12-13 13:15:43 +000078 <version.json-simple>1.1.1</version.json-simple>
79 <version.json>20220924</version.json>
80 <version.junit-vintage>5.9.1</version.junit-vintage>
81 <version.junit>4.13.2</version.junit>
82 <version.kafka>3.3.1</version.kafka>
83 <version.log4j>2.17.1</version.log4j>
liamfallone5317482022-12-18 02:22:59 +000084 <!--version.log4j>2.19.0</version.log4j-->
liamfallon2c236402022-12-13 13:15:43 +000085 <version.logback>1.2.11</version.logback>
liamfallone5317482022-12-18 02:22:59 +000086 <!--version.logback>1.4.5</version.logback-->
liamfallon2c236402022-12-13 13:15:43 +000087 <version.lombok>1.18.24</version.lombok>
88 <version.mariadb>3.1.0</version.mariadb>
89 <version.medeia>1.1.1</version.medeia>
90 <version.mockito-all>1.10.19</version.mockito-all>
91 <version.mockito-core>3.7.7</version.mockito-core>
liamfallone5317482022-12-18 02:22:59 +000092 <!--version.mockito-core>4.9.0</version.mockito-core-->
liamfallon2c236402022-12-13 13:15:43 +000093 <version.mockserver>5.14.0</version.mockserver>
94 <version.netty>4.1.85.Final</version.netty>
95 <version.nsa-cambria>1.2.1-oss</version.nsa-cambria>
96 <version.nsa-sa-client>1.3.0-oss</version.nsa-sa-client>
97 <version.openpojo>0.9.1</version.openpojo>
98 <version.plexus>3.5.0</version.plexus>
99 <version.postgresql>42.5.1</version.postgresql>
100 <version.powermock>2.0.9</version.powermock>
101 <version.sdc>2.0.0</version.sdc>
102 <version.servlet>4.0.1</version.servlet>
103 <version.slf4j>1.7.30</version.slf4j>
liamfallone5317482022-12-18 02:22:59 +0000104 <!--version.slf4j>2.0.5</version.slf4j-->
liamfallon2c236402022-12-13 13:15:43 +0000105 <version.snakeyaml>1.33</version.snakeyaml>
106 <version.spring>5.3.22</version.spring>
liamfallone5317482022-12-18 02:22:59 +0000107 <!--version.spring>6.0.2</version.spring-->
liamfallon2c137f02023-01-23 12:05:50 +0000108 <version.springboot>2.7.8</version.springboot>
liamfallone5317482022-12-18 02:22:59 +0000109 <!--version.springboot>3.0.0</version.springboot-->
liamfallon2c236402022-12-13 13:15:43 +0000110 <version.springdoc>1.6.13</version.springdoc>
111 <version.swagger.codegen.v3>3.0.36</version.swagger.codegen.v3>
112 <version.swagger.core.v3>2.2.7</version.swagger.core.v3>
113 <version.swagger>1.6.9</version.swagger>
114 <version.tomcat>9.0.62</version.tomcat>
liamfallone5317482022-12-18 02:22:59 +0000115 <!--version.tomcat>10.1.2</version.tomcat-->
liamfallon2c236402022-12-13 13:15:43 +0000116 <version.websocket>1.5.3</version.websocket>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100117 </properties>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100118 <distributionManagement>
119 <site>
120 <id>ecomp-site</id>
121 <url>dav:${onap.nexus.url}${sitePath}</url>
122 </site>
123 </distributionManagement>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100124 <dependencyManagement>
125 <dependencies>
FrancescoFioraEstf180c632021-06-22 09:09:22 +0100126 <dependency>
liamfallon12332142021-07-15 14:59:06 +0100127 <groupId>org.onap.policy.parent</groupId>
128 <artifactId>policy-parent-resources</artifactId>
129 <version>${version.parent.resources}</version>
130 </dependency>
liamfallon12332142021-07-15 14:59:06 +0100131 <dependency>
FrancescoFioraEstf180c632021-06-22 09:09:22 +0100132 <groupId>jakarta.validation</groupId>
133 <artifactId>jakarta.validation-api</artifactId>
134 <version>${version.jakarta-api}</version>
135 </dependency>
Jim Hahn04cafa42020-10-29 15:08:27 -0400136 <!-- Jackson - needed by glassfish jersey -->
137 <dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100138 <groupId>com.fasterxml.jackson.core</groupId>
liamfallonc2e24ec2022-04-08 18:20:13 +0100139 <artifactId>jackson-annotations</artifactId>
140 <version>${version.jackson}</version>
141 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100142 <dependency>
Jim Hahn04cafa42020-10-29 15:08:27 -0400143 <groupId>com.fasterxml.jackson.module</groupId>
144 <artifactId>jackson-module-jaxb-annotations</artifactId>
liamfallonc2e24ec2022-04-08 18:20:13 +0100145 <version>${version.jackson}</version>
146 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100147 <dependency>
148 <groupId>com.fasterxml.jackson.module</groupId>
149 <artifactId>jackson-module-jsonSchema</artifactId>
150 <version>${version.jackson}</version>
151 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100152 <dependency>
153 <groupId>com.fasterxml.jackson.module</groupId>
154 <artifactId>jackson-module-parameter-names</artifactId>
155 <version>${version.jackson}</version>
156 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100157 <dependency>
158 <groupId>com.fasterxml.jackson.module</groupId>
159 <artifactId>jackson-module-scala_2.12</artifactId>
160 <version>${version.jackson}</version>
161 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100162 <dependency>
163 <groupId>com.fasterxml.jackson.dataformat</groupId>
164 <artifactId>jackson-dataformat-yaml</artifactId>
165 <version>${version.jackson}</version>
166 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100167 <dependency>
168 <groupId>com.fasterxml.jackson.dataformat</groupId>
169 <artifactId>jackson-dataformat-xml</artifactId>
170 <version>${version.jackson}</version>
171 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100172 <dependency>
173 <groupId>com.fasterxml.jackson.dataformat</groupId>
174 <artifactId>jackson-dataformat-csv</artifactId>
175 <version>${version.jackson}</version>
176 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100177 <dependency>
178 <groupId>com.fasterxml.jackson.datatype</groupId>
179 <artifactId>jackson-datatype-jdk8</artifactId>
180 <version>${version.jackson}</version>
181 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100182 <dependency>
183 <groupId>com.fasterxml.jackson.datatype</groupId>
184 <artifactId>jackson-datatype-jsr310</artifactId>
185 <version>${version.jackson}</version>
186 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100187 <dependency>
188 <groupId>com.fasterxml.jackson.datatype</groupId>
189 <artifactId>jackson-datatype-joda</artifactId>
190 <version>${version.jackson}</version>
191 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100192 <dependency>
193 <groupId>com.fasterxml.jackson.jaxrs</groupId>
194 <artifactId>jackson-jaxrs-base</artifactId>
195 <version>${version.jackson}</version>
196 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100197 <dependency>
198 <groupId>com.fasterxml.jackson.jaxrs</groupId>
199 <artifactId>jackson-jaxrs-json-provider</artifactId>
200 <version>${version.jackson}</version>
Jim Hahn04cafa42020-10-29 15:08:27 -0400201 </dependency>
liamfallond50e8262019-10-31 17:10:30 +0000202 <!-- Jersey -->
203 <dependency>
204 <groupId>org.glassfish.jersey.core</groupId>
205 <artifactId>jersey-server</artifactId>
206 <version>${version.jersey}</version>
207 </dependency>
liamfallond50e8262019-10-31 17:10:30 +0000208 <dependency>
209 <groupId>org.glassfish.jersey.containers</groupId>
210 <artifactId>jersey-container-servlet-core</artifactId>
211 <version>${version.jersey}</version>
212 </dependency>
liamfallond50e8262019-10-31 17:10:30 +0000213 <dependency>
214 <groupId>org.glassfish.jersey.containers</groupId>
215 <artifactId>jersey-container-jetty-http</artifactId>
216 <version>${version.jersey}</version>
liamfallond50e8262019-10-31 17:10:30 +0000217 </dependency>
liamfallond50e8262019-10-31 17:10:30 +0000218 <dependency>
219 <groupId>org.glassfish.jersey.core</groupId>
220 <artifactId>jersey-client</artifactId>
221 <version>${version.jersey}</version>
222 </dependency>
liamfallond50e8262019-10-31 17:10:30 +0000223 <dependency>
224 <groupId>org.glassfish.jersey.core</groupId>
225 <artifactId>jersey-common</artifactId>
226 <version>${version.jersey}</version>
227 </dependency>
liamfallond50e8262019-10-31 17:10:30 +0000228 <dependency>
229 <groupId>org.glassfish.jersey.inject</groupId>
230 <artifactId>jersey-hk2</artifactId>
231 <version>${version.jersey}</version>
232 </dependency>
liamfallond50e8262019-10-31 17:10:30 +0000233 <dependency>
234 <groupId>org.glassfish.jersey.containers</groupId>
235 <artifactId>jersey-container-grizzly2-http</artifactId>
236 <version>${version.jersey}</version>
237 </dependency>
liamfallond50e8262019-10-31 17:10:30 +0000238 <dependency>
239 <groupId>org.glassfish.jersey.media</groupId>
240 <artifactId>jersey-media-moxy</artifactId>
241 <version>${version.jersey}</version>
242 </dependency>
liamfallond50e8262019-10-31 17:10:30 +0000243 <dependency>
Jim Hahn65beaa02020-08-27 20:11:28 +0000244 <groupId>org.glassfish.jersey.media</groupId>
245 <artifactId>jersey-media-json-jackson</artifactId>
246 <version>${version.jersey}</version>
247 </dependency>
Jim Hahn65beaa02020-08-27 20:11:28 +0000248 <dependency>
liamfallond50e8262019-10-31 17:10:30 +0000249 <groupId>org.glassfish.jersey.test-framework</groupId>
250 <artifactId>jersey-test-framework-core</artifactId>
251 <version>${version.jersey}</version>
252 </dependency>
liamfallond50e8262019-10-31 17:10:30 +0000253 <dependency>
254 <groupId>org.glassfish.jersey.test-framework.providers</groupId>
255 <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
256 <version>${version.jersey}</version>
257 </dependency>
liamfallond50e8262019-10-31 17:10:30 +0000258 <dependency>
259 <groupId>org.glassfish.jersey.media</groupId>
260 <artifactId>jersey-media-multipart</artifactId>
261 <version>${version.jersey}</version>
262 </dependency>
liamfallon2c236402022-12-13 13:15:43 +0000263 <dependency>
264 <groupId>org.glassfish</groupId>
265 <artifactId>javax.json</artifactId>
266 <version>${version.javax-json}</version>
267 </dependency>
268 <!-- Jetty -->
269 <dependency>
270 <groupId>org.eclipse.jetty</groupId>
271 <artifactId>jetty-http</artifactId>
272 <version>${version.jetty}</version>
273 </dependency>
274 <dependency>
275 <groupId>org.eclipse.jetty</groupId>
276 <artifactId>jetty-servlet</artifactId>
277 <version>${version.jetty}</version>
278 </dependency>
279 <dependency>
280 <groupId>org.eclipse.jetty</groupId>
281 <artifactId>jetty-servlets</artifactId>
282 <version>${version.jetty}</version>
283 </dependency>
284 <dependency>
285 <groupId>org.eclipse.jetty</groupId>
286 <artifactId>jetty-server</artifactId>
287 <version>${version.jetty}</version>
288 </dependency>
289 <dependency>
290 <groupId>org.eclipse.jetty</groupId>
291 <artifactId>jetty-security</artifactId>
292 <version>${version.jetty}</version>
293 </dependency>
Jim Hahnc80213e2020-04-03 16:33:39 -0400294 <!-- RE2J in lieu of java.util Pattern -->
295 <dependency>
296 <groupId>com.google.re2j</groupId>
297 <artifactId>re2j</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000298 <version>${version.google-re2j}</version>
Jim Hahnc80213e2020-04-03 16:33:39 -0400299 </dependency>
Pamela Dragoshb024e002018-09-04 13:57:39 -0400300 <!-- MariaDB -->
301 <dependency>
302 <groupId>org.mariadb.jdbc</groupId>
303 <artifactId>mariadb-java-client</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000304 <version>${version.mariadb}</version>
Pamela Dragoshb024e002018-09-04 13:57:39 -0400305 </dependency>
waynedunican405085d2022-01-19 08:18:25 +0000306 <!-- Postgres -->
307 <dependency>
308 <groupId>org.postgresql</groupId>
309 <artifactId>postgresql</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000310 <version>${version.postgresql}</version>
waynedunican405085d2022-01-19 08:18:25 +0000311 </dependency>
Sirisha_Manchikanti42ce17e2022-07-28 14:56:46 +0100312 <!-- Kafka -->
313 <dependency>
314 <groupId>org.apache.kafka</groupId>
315 <artifactId>kafka-clients</artifactId>
316 <version>${version.kafka}</version>
Sirisha_Manchikanti42ce17e2022-07-28 14:56:46 +0100317 </dependency>
Rashmi Pujar835c07c2021-11-30 00:46:24 -0500318 <!-- Prometheus Client Libraries -->
319 <dependency>
320 <groupId>io.prometheus</groupId>
321 <artifactId>simpleclient</artifactId>
322 <version>${version.io.prometheus}</version>
323 </dependency>
324 <dependency>
325 <groupId>io.prometheus</groupId>
326 <artifactId>simpleclient_hotspot</artifactId>
327 <version>${version.io.prometheus}</version>
328 </dependency>
329 <dependency>
330 <groupId>io.prometheus</groupId>
331 <artifactId>simpleclient_servlet</artifactId>
332 <version>${version.io.prometheus}</version>
333 </dependency>
jhh04a06dc2022-03-08 19:53:09 -0600334 <dependency>
335 <groupId>io.prometheus</groupId>
336 <artifactId>simpleclient_logback</artifactId>
337 <version>${version.io.prometheus}</version>
338 </dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100339 <!-- Swagger Jersey2 JAXRS -->
340 <dependency>
341 <groupId>io.swagger</groupId>
342 <artifactId>swagger-jersey2-jaxrs</artifactId>
HOCKLA6c595932020-01-02 09:20:42 -0600343 <version>${version.swagger}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100344 </dependency>
liamfalloneba43d82021-07-06 09:48:49 +0100345 <!-- Swagger Models -->
346 <dependency>
347 <groupId>io.swagger</groupId>
348 <artifactId>swagger-models</artifactId>
349 <version>${version.swagger}</version>
350 </dependency>
liamfallonb4431042022-12-01 17:55:58 +0000351 <dependency>
352 <groupId>io.swagger.core.v3</groupId>
353 <artifactId>swagger-models</artifactId>
354 <version>${version.swagger.core.v3}</version>
355 </dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100356 <!-- Encoder and decoders for various formats -->
357 <dependency>
358 <groupId>commons-codec</groupId>
359 <artifactId>commons-codec</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000360 <version>${version.commons-codec}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100361 </dependency>
liamfallon2c236402022-12-13 13:15:43 +0000362 <!-- Eclipselink -->
Jim Hahnc90028e2018-11-30 08:50:32 -0500363 <dependency>
364 <groupId>org.eclipse.persistence</groupId>
365 <artifactId>org.eclipse.persistence.jpa</artifactId>
366 <version>${version.eclipselink}</version>
367 </dependency>
Jim Hahnc90028e2018-11-30 08:50:32 -0500368 <dependency>
369 <groupId>org.eclipse.persistence</groupId>
370 <artifactId>eclipselink</artifactId>
371 <version>${version.eclipselink}</version>
372 </dependency>
liamfallon2c236402022-12-13 13:15:43 +0000373 <dependency>
374 <groupId>org.eclipse.persistence</groupId>
375 <artifactId>org.eclipse.persistence.core</artifactId>
376 <version>${version.eclipselink}</version>
377 </dependency>
378 <dependency>
379 <groupId>org.eclipse.persistence</groupId>
380 <artifactId>org.eclipse.persistence.oracle</artifactId>
381 <version>${version.eclipselink}</version>
382 </dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100383 <!-- Java Servlet API -->
384 <dependency>
385 <groupId>javax.servlet</groupId>
386 <artifactId>javax.servlet-api</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000387 <version>${version.servlet}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100388 </dependency>
liamfallon2c236402022-12-13 13:15:43 +0000389 <dependency>
390 <groupId>javax.xml.bind</groupId>
391 <artifactId>jaxb-api</artifactId>
392 <version>${version.bind-jaxb-api}</version>
393 </dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100394 <!-- HttpComponents Core (blocking I/O) -->
395 <dependency>
396 <groupId>org.apache.httpcomponents</groupId>
397 <artifactId>httpcore</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000398 <version>${version.httpcore}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100399 </dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100400 <!-- JSON marshalling and unmarshalling -->
401 <dependency>
402 <groupId>com.google.code.gson</groupId>
403 <artifactId>gson</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000404 <version>${version.gson}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100405 </dependency>
RossC31749442020-06-30 17:13:23 +0100406 <dependency>
407 <groupId>org.json</groupId>
408 <artifactId>json</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000409 <version>${version.json}</version>
RossC31749442020-06-30 17:13:23 +0100410 </dependency>
liamfallonb4431042022-12-01 17:55:58 +0000411 <dependency>
412 <groupId>com.worldturner.medeia</groupId>
413 <artifactId>medeia-validator-gson</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000414 <version>${version.medeia}</version>
liamfallonb4431042022-12-01 17:55:58 +0000415 </dependency>
Pamela Dragoshc80f9722019-02-28 09:42:30 -0500416 <!-- Lombok -->
417 <dependency>
418 <groupId>org.projectlombok</groupId>
419 <artifactId>lombok</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000420 <version>${version.lombok}</version>
Pamela Dragoshc80f9722019-02-28 09:42:30 -0500421 </dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100422 <!-- Logging -->
423 <dependency>
424 <groupId>org.slf4j</groupId>
425 <artifactId>slf4j-api</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000426 <version>${version.slf4j}</version>
RossC5587e072020-06-29 09:51:57 +0100427 </dependency>
428 <dependency>
429 <groupId>org.slf4j</groupId>
430 <artifactId>slf4j-ext</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000431 <version>${version.slf4j}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100432 </dependency>
433 <dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100434 <groupId>ch.qos.logback</groupId>
435 <artifactId>logback-core</artifactId>
436 <version>${version.logback}</version>
437 </dependency>
438 <dependency>
439 <groupId>ch.qos.logback</groupId>
440 <artifactId>logback-classic</artifactId>
441 <version>${version.logback}</version>
442 </dependency>
liamfallon2c236402022-12-13 13:15:43 +0000443 <dependency>
444 <groupId>org.apache.logging.log4j</groupId>
445 <artifactId>log4j-api</artifactId>
446 <version>${version.log4j}</version>
447 </dependency>
448 <dependency>
449 <groupId>org.apache.logging.log4j</groupId>
450 <artifactId>log4j-to-slf4j</artifactId>
451 <version>${version.log4j}</version>
452 </dependency>
Pamela Dragosh8b3a99b2018-09-12 13:54:02 -0400453 <!-- Dmaap Client -->
454 <dependency>
455 <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
456 <artifactId>dmaapClient</artifactId>
457 <version>${version.dmaap}</version>
liamfallonc2e24ec2022-04-08 18:20:13 +0100458 <exclusions>
459 <exclusion>
460 <groupId>org.slf4j</groupId>
461 <artifactId>slf4j-log4j12</artifactId>
462 </exclusion>
463 <exclusion>
464 <groupId>log4j</groupId>
465 <artifactId>log4j</artifactId>
466 </exclusion>
467 <exclusion>
468 <artifactId>apache-log4j-extras</artifactId>
469 <groupId>log4j</groupId>
470 </exclusion>
471 </exclusions>
Pamela Dragosh8b3a99b2018-09-12 13:54:02 -0400472 </dependency>
Rashmi Pujar6676c542021-06-01 17:31:43 -0400473 <!-- CDS dependencies -->
Rashmi Pujar6ecd45c2019-11-21 13:05:36 -0500474 <dependency>
k.kedron0d2a12f2021-07-21 09:24:03 +0200475 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
Rashmi Pujar6676c542021-06-01 17:31:43 -0400476 <artifactId>blueprint-proto</artifactId>
Rashmi Pujar6ecd45c2019-11-21 13:05:36 -0500477 <version>${version.ccsdk}</version>
Rashmi Pujar6676c542021-06-01 17:31:43 -0400478 <exclusions>
479 <exclusion>
480 <groupId>io.springfox</groupId>
481 <artifactId>springfox-boot-starter</artifactId>
482 </exclusion>
liamfallon0f2a5c42021-12-14 16:09:06 +0000483 <exclusion>
484 <groupId>org.apache.logging.log4j</groupId>
485 <artifactId>log4j-api</artifactId>
486 </exclusion>
487 <exclusion>
488 <groupId>org.apache.logging.log4j</groupId>
489 <artifactId>log4j-to-slf4j</artifactId>
490 </exclusion>
Rashmi Pujar6676c542021-06-01 17:31:43 -0400491 </exclusions>
Rashmi Pujar6ecd45c2019-11-21 13:05:36 -0500492 </dependency>
Pamela Dragosh711574b2018-09-18 08:39:23 -0400493 <!-- AAF Client -->
494 <dependency>
495 <groupId>org.onap.aaf.authz</groupId>
496 <artifactId>aaf-cadi-aaf</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000497 <version>${version.aaf}</version>
Utkarsh Jauhariafd0c372020-06-24 20:48:00 +0000498 <exclusions>
499 <exclusion>
500 <groupId>log4j</groupId>
501 <artifactId>log4j</artifactId>
502 </exclusion>
503 </exclusions>
Pamela Dragosh711574b2018-09-18 08:39:23 -0400504 </dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100505 <!-- Client library for Cambria event routing API -->
506 <dependency>
507 <groupId>com.att.nsa</groupId>
508 <artifactId>cambriaClient</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000509 <version>${version.nsa-cambria}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100510 </dependency>
511 <dependency>
512 <groupId>com.att.nsa</groupId>
513 <artifactId>saClientLibrary</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000514 <version>${version.nsa-sa-client}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100515 </dependency>
liamfallond859e902018-07-30 13:52:08 +0100516 <!-- Commons CLI for command line parsing -->
517 <dependency>
518 <groupId>commons-cli</groupId>
519 <artifactId>commons-cli</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000520 <version>${version.commons-cli}</version>
liamfallond859e902018-07-30 13:52:08 +0100521 </dependency>
liamfallon01c4d9c2018-09-11 11:44:34 +0100522 <!-- Web Sockets -->
523 <dependency>
524 <groupId>org.java-websocket</groupId>
525 <artifactId>Java-WebSocket</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000526 <version>${version.websocket}</version>
liamfallon01c4d9c2018-09-11 11:44:34 +0100527 </dependency>
Bruno Sakoto3a308612019-08-05 16:31:51 -0400528 <!-- SnakeYAML -->
529 <dependency>
530 <groupId>org.yaml</groupId>
531 <artifactId>snakeyaml</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000532 <version>${version.snakeyaml}</version>
Bruno Sakoto3a308612019-08-05 16:31:51 -0400533 </dependency>
jhhd8e186f2019-10-31 08:58:33 -0500534 <!-- Drools -->
jhhd8e186f2019-10-31 08:58:33 -0500535 <!--
536 Security Issues: 1 of 2
537 This dependency is trying to upgrade security fixes
538 identified. If it is removed or manipulated then please
539 fix the 2nd change as noted below.
540 -->
jhhd8e186f2019-10-31 08:58:33 -0500541 <dependency>
542 <groupId>org.codehaus.plexus</groupId>
543 <artifactId>plexus-utils</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000544 <version>${version.plexus}</version>
jhhd8e186f2019-10-31 08:58:33 -0500545 </dependency>
jhhd8e186f2019-10-31 08:58:33 -0500546 <dependency>
547 <groupId>org.kie</groupId>
548 <artifactId>kie-api</artifactId>
549 <version>${version.drools}</version>
550 </dependency>
jhhd8e186f2019-10-31 08:58:33 -0500551 <dependency>
552 <groupId>org.kie</groupId>
553 <artifactId>kie-ci</artifactId>
554 <version>${version.drools}</version>
jhhd8e186f2019-10-31 08:58:33 -0500555 <!--
556 Issue: 2 of 2
557 Excluding these 2 dependencies in order to force upgrade security fixes
558 identified. As declared above. Any changes here should be reflected above
559 and vice versa.
560 -->
jhhd8e186f2019-10-31 08:58:33 -0500561 <exclusions>
562 <exclusion>
563 <groupId>org.codehaus.plexus</groupId>
564 <artifactId>plexus-utils</artifactId>
565 </exclusion>
566 </exclusions>
567 </dependency>
jhhd8e186f2019-10-31 08:58:33 -0500568 <dependency>
569 <groupId>org.drools</groupId>
570 <artifactId>drools-core</artifactId>
571 <version>${version.drools}</version>
572 </dependency>
jhhd8e186f2019-10-31 08:58:33 -0500573 <dependency>
574 <groupId>org.drools</groupId>
575 <artifactId>drools-persistence-jpa</artifactId>
576 <version>${version.drools}</version>
577 </dependency>
jhhd8e186f2019-10-31 08:58:33 -0500578 <dependency>
579 <groupId>org.drools</groupId>
580 <artifactId>drools-compiler</artifactId>
581 <version>${version.drools}</version>
582 </dependency>
jhh6f69dcb2019-10-31 13:47:44 -0500583 <dependency>
584 <groupId>org.drools</groupId>
585 <artifactId>drools-verifier-drl</artifactId>
586 <version>${version.drools}</version>
587 </dependency>
jhh6f69dcb2019-10-31 13:47:44 -0500588 <dependency>
589 <groupId>org.drools</groupId>
590 <artifactId>drools-verifier-api</artifactId>
591 <version>${version.drools}</version>
592 </dependency>
jhh6f69dcb2019-10-31 13:47:44 -0500593 <dependency>
594 <groupId>org.drools</groupId>
595 <artifactId>drools-verifier-core</artifactId>
596 <version>${version.drools}</version>
597 </dependency>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100598 <!-- Mockserver -->
599 <dependency>
600 <groupId>org.mock-server</groupId>
601 <artifactId>mockserver-netty</artifactId>
602 <version>${version.mockserver}</version>
603 <scope>test</scope>
604 </dependency>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100605 <dependency>
606 <groupId>org.mock-server</groupId>
607 <artifactId>mockserver-client-java</artifactId>
608 <version>${version.mockserver}</version>
609 <scope>test</scope>
610 </dependency>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100611 <!-- Immutables -->
612 <dependency>
613 <groupId>org.immutables</groupId>
614 <artifactId>value</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000615 <version>${version.immutables}</version>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100616 <scope>provided</scope>
617 </dependency>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100618 <dependency>
619 <groupId>org.immutables</groupId>
620 <artifactId>gson</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000621 <version>${version.immutables}</version>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100622 </dependency>
liamfallonb4431042022-12-01 17:55:58 +0000623 <!-- Springdoc -->
624 <dependency>
625 <groupId>org.springdoc</groupId>
626 <artifactId>springdoc-openapi-ui</artifactId>
627 <version>${version.springdoc}</version>
628 </dependency>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100629 <!-- File upload -->
630 <dependency>
631 <groupId>commons-fileupload</groupId>
632 <artifactId>commons-fileupload</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000633 <version>${version.commons-fileupload}</version>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100634 </dependency>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100635 <dependency>
636 <groupId>org.onap.sdc.sdc-distribution-client</groupId>
637 <artifactId>sdc-distribution-client</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000638 <version>${version.sdc}</version>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100639 </dependency>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100640 <dependency>
liamfallon31d51572021-06-25 13:43:58 +0100641 <groupId>org.onap.sdc.sdc-tosca</groupId>
642 <artifactId>sdc-tosca</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000643 <version>${version.sdc}</version>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100644 </dependency>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100645 <dependency>
646 <groupId>org.jboss.spec.javax.ws.rs</groupId>
647 <artifactId>jboss-jaxrs-api_2.0_spec</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000648 <version>${version.jboss-jaxrs-api}</version>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100649 </dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100650 <!-- Test dependencies -->
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100651 <!-- In memory Database Engine -->
652 <dependency>
653 <groupId>com.h2database</groupId>
654 <artifactId>h2</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000655 <version>${version.h2}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100656 <scope>test</scope>
657 </dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100658 <!-- JUNIT -->
659 <dependency>
660 <groupId>junit</groupId>
661 <artifactId>junit</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000662 <version>${version.junit}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100663 <scope>test</scope>
664 </dependency>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100665 <!-- Junit vintage -->
666 <dependency>
667 <groupId>org.junit.vintage</groupId>
668 <artifactId>junit-vintage-engine</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000669 <version>${version.junit-vintage}</version>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100670 <scope>test</scope>
671 </dependency>
Pamela Dragosh52499702019-03-03 16:56:56 -0500672 <!-- Cucumber Tests -->
673 <dependency>
674 <groupId>io.cucumber</groupId>
675 <artifactId>cucumber-java</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000676 <version>${version.cucumber}</version>
Pamela Dragosh52499702019-03-03 16:56:56 -0500677 <scope>test</scope>
678 </dependency>
679 <dependency>
680 <groupId>io.cucumber</groupId>
681 <artifactId>cucumber-junit</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000682 <version>${version.cucumber}</version>
Pamela Dragosh52499702019-03-03 16:56:56 -0500683 <scope>test</scope>
684 </dependency>
Jim Hahnc0e7c902019-02-11 09:22:10 -0500685 <!-- Exception testing -->
686 <dependency>
687 <groupId>org.assertj</groupId>
688 <artifactId>assertj-core</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000689 <version>${version.assertj}</version>
Jim Hahnc0e7c902019-02-11 09:22:10 -0500690 <scope>test</scope>
691 </dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100692 <!-- Mock libraries -->
693 <dependency>
HOCKLA6c595932020-01-02 09:20:42 -0600694 <groupId>com.openpojo</groupId>
695 <artifactId>openpojo</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000696 <version>${version.openpojo}</version>
HOCKLA6c595932020-01-02 09:20:42 -0600697 <scope>test</scope>
698 </dependency>
699 <dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100700 <groupId>org.mockito</groupId>
701 <artifactId>mockito-all</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000702 <version>${version.mockito-all}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100703 <scope>test</scope>
704 </dependency>
705 <dependency>
706 <groupId>org.powermock</groupId>
707 <artifactId>powermock-core</artifactId>
Jim Hahn66887de2018-09-26 09:41:31 -0400708 <version>${version.powermock}</version>
709 <scope>test</scope>
710 </dependency>
711 <dependency>
712 <groupId>org.powermock</groupId>
HOCKLA6c595932020-01-02 09:20:42 -0600713 <artifactId>powermock-api-mockito2</artifactId>
Jim Hahn66887de2018-09-26 09:41:31 -0400714 <version>${version.powermock}</version>
715 <scope>test</scope>
716 </dependency>
717 <dependency>
718 <groupId>org.powermock</groupId>
719 <artifactId>powermock-module-junit4</artifactId>
720 <version>${version.powermock}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100721 <scope>test</scope>
722 </dependency>
ramverma1a1ce732018-08-27 11:48:50 +0100723 <dependency>
HOCKLA6c595932020-01-02 09:20:42 -0600724 <groupId>org.mockito</groupId>
725 <artifactId>mockito-core</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000726 <version>${version.mockito-core}</version>
ramverma1a1ce732018-08-27 11:48:50 +0100727 <scope>test</scope>
728 </dependency>
Pamela Dragoshc0b0ed62020-03-03 08:27:26 -0500729 <!-- Awaitility -->
730 <dependency>
731 <groupId>org.awaitility</groupId>
732 <artifactId>awaitility</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000733 <version>${version.awaitility}</version>
Pamela Dragoshc0b0ed62020-03-03 08:27:26 -0500734 <scope>test</scope>
735 </dependency>
Ram Krishna Vermab00006f2020-04-03 12:48:53 -0400736 <!-- Netty -->
737 <dependency>
738 <groupId>io.netty</groupId>
739 <artifactId>netty-all</artifactId>
740 <version>${version.netty}</version>
741 </dependency>
742 <dependency>
743 <groupId>io.netty</groupId>
liamfallon8119e5d2022-10-13 11:47:08 +0100744 <artifactId>netty-common</artifactId>
745 <version>${version.netty}</version>
746 </dependency>
747 <dependency>
748 <groupId>io.netty</groupId>
Ram Krishna Vermab00006f2020-04-03 12:48:53 -0400749 <artifactId>netty-codec-http2</artifactId>
750 <version>${version.netty}</version>
751 </dependency>
752 <dependency>
753 <groupId>io.netty</groupId>
754 <artifactId>netty-handler-proxy</artifactId>
755 <version>${version.netty}</version>
756 </dependency>
liamfallon971f70d2022-10-20 11:52:08 +0100757 <!-- Apache Commons -->
RossCec1d3de2020-06-18 15:04:27 +0100758 <dependency>
759 <groupId>org.apache.commons</groupId>
760 <artifactId>commons-lang3</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000761 <version>${version.commons-lang3}</version>
RossCec1d3de2020-06-18 15:04:27 +0100762 </dependency>
liamfallon971f70d2022-10-20 11:52:08 +0100763 <dependency>
RossCec1d3de2020-06-18 15:04:27 +0100764 <groupId>commons-io</groupId>
765 <artifactId>commons-io</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000766 <version>${version.commons-io}</version>
RossCec1d3de2020-06-18 15:04:27 +0100767 </dependency>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100768 <dependency>
liamfallon31d51572021-06-25 13:43:58 +0100769 <groupId>org.apache.commons</groupId>
liamfallon971f70d2022-10-20 11:52:08 +0100770 <artifactId>commons-text</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000771 <version>${version.commons-text}</version>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100772 </dependency>
liamfallon971f70d2022-10-20 11:52:08 +0100773 <!-- Google Code -->
ryanSheehan1fb46f92021-06-11 17:24:06 +0100774 <dependency>
775 <groupId>com.googlecode.json-simple</groupId>
776 <artifactId>json-simple</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000777 <version>${version.json-simple}</version>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100778 </dependency>
liamfallon971f70d2022-10-20 11:52:08 +0100779 <!-- Github -->
ryanSheehan1fb46f92021-06-11 17:24:06 +0100780 <dependency>
781 <groupId>com.github.docker-java</groupId>
782 <artifactId>docker-java-core</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000783 <version>${version.docker-java}</version>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100784 <scope>test</scope>
785 </dependency>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100786 <dependency>
787 <groupId>com.github.docker-java</groupId>
788 <artifactId>docker-java</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000789 <version>${version.docker-java}</version>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100790 <scope>test</scope>
791 </dependency>
liamfallon2c236402022-12-13 13:15:43 +0000792 <!-- Spring -->
793 <dependency>
794 <groupId>org.springframework</groupId>
795 <artifactId>spring-core</artifactId>
796 <version>${version.spring}</version>
797 </dependency>
798 <dependency>
799 <groupId>org.springframework</groupId>
800 <artifactId>spring-beans</artifactId>
801 <version>${version.spring}</version>
802 </dependency>
803 <dependency>
804 <groupId>org.springframework</groupId>
805 <artifactId>spring-expression</artifactId>
806 <version>${version.spring}</version>
807 </dependency>
808 <dependency>
809 <groupId>org.springframework</groupId>
810 <artifactId>spring-web</artifactId>
811 <version>${version.spring}</version>
812 </dependency>
813 <dependency>
814 <groupId>org.springframework</groupId>
815 <artifactId>spring-webmvc</artifactId>
816 <version>${version.spring}</version>
817 </dependency>
818 <dependency>
819 <groupId>org.springframework</groupId>
820 <artifactId>spring-jdbc</artifactId>
821 <version>${version.spring}</version>
822 </dependency>
823 <dependency>
824 <groupId>org.springframework</groupId>
825 <artifactId>spring-webflux</artifactId>
826 <version>${version.spring}</version>
827 </dependency>
liamfallon31d51572021-06-25 13:43:58 +0100828 <!-- Springboot -->
829 <dependency>
830 <groupId>org.springframework.boot</groupId>
831 <artifactId>spring-boot-starter-web</artifactId>
832 <version>${version.springboot}</version>
833 </dependency>
834 <dependency>
835 <groupId>org.springframework.boot</groupId>
836 <artifactId>spring-boot-starter-webflux</artifactId>
837 <version>${version.springboot}</version>
838 </dependency>
839 <dependency>
840 <groupId>org.springframework.boot</groupId>
841 <artifactId>spring-boot-starter-validation</artifactId>
842 <version>${version.springboot}</version>
843 </dependency>
844 <dependency>
845 <groupId>org.springframework.boot</groupId>
liamfallon7eaa3d22022-10-11 22:03:41 +0100846 <artifactId>spring-boot-starter-aop</artifactId>
847 <version>${version.springboot}</version>
848 </dependency>
849 <dependency>
850 <groupId>org.springframework.boot</groupId>
liamfallon31d51572021-06-25 13:43:58 +0100851 <artifactId>spring-boot-starter-test</artifactId>
852 <version>${version.springboot}</version>
853 <scope>test</scope>
854 </dependency>
855 <dependency>
856 <groupId>org.springframework.boot</groupId>
857 <artifactId>spring-boot-starter-security</artifactId>
858 <version>${version.springboot}</version>
859 </dependency>
liamfallon88263d62022-04-20 12:15:45 +0100860 <dependency>
861 <groupId>org.springframework.boot</groupId>
862 <artifactId>spring-boot-starter-data-jpa</artifactId>
863 <version>${version.springboot}</version>
864 </dependency>
865 <dependency>
866 <groupId>org.springframework.boot</groupId>
867 <artifactId>spring-boot-starter-tomcat</artifactId>
868 <version>${version.springboot}</version>
869 </dependency>
870 <dependency>
871 <groupId>org.springframework.boot</groupId>
liamfallon523f4742022-10-11 19:12:59 +0100872 <artifactId>spring-boot-starter-actuator</artifactId>
873 <version>${version.springboot}</version>
874 </dependency>
875 <dependency>
876 <groupId>org.springframework.boot</groupId>
liamfallon88263d62022-04-20 12:15:45 +0100877 <artifactId>spring-boot-autoconfigure</artifactId>
878 <version>${version.springboot}</version>
879 </dependency>
Ram Krishna Verma6d21cfb2022-02-15 12:00:31 -0500880 <!-- Hibernate -->
881 <dependency>
882 <groupId>org.hibernate</groupId>
883 <artifactId>hibernate-core</artifactId>
884 <version>${version.hibernate.core}</version>
885 </dependency>
liamfallon88263d62022-04-20 12:15:45 +0100886 <!-- Tomcat -->
887 <dependency>
liamfallon88263d62022-04-20 12:15:45 +0100888 <groupId>org.apache.tomcat.embed</groupId>
liamfallon7cceef22022-04-22 11:09:25 +0100889 <artifactId>tomcat-embed-core</artifactId>
890 <version>${version.tomcat}</version>
891 </dependency>
892 <dependency>
liamfallon2c236402022-12-13 13:15:43 +0000893 <groupId>org.apache.tomcat</groupId>
894 <artifactId>tomcat-annotations-api</artifactId>
895 <version>${version.tomcat}</version>
896 </dependency>
897 <dependency>
liamfallon7cceef22022-04-22 11:09:25 +0100898 <groupId>org.apache.tomcat.embed</groupId>
liamfallon88263d62022-04-20 12:15:45 +0100899 <artifactId>tomcat-embed-el</artifactId>
900 <version>${version.tomcat}</version>
901 </dependency>
902 <dependency>
903 <groupId>org.apache.tomcat.embed</groupId>
904 <artifactId>tomcat-embed-websocket</artifactId>
905 <version>${version.tomcat}</version>
906 </dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100907 </dependencies>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100908 </dependencyManagement>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100909 <scm>
910 <connection>scm:git:ssh://git.onap.org:29418/${project.groupId}</connection>
911 <developerConnection>scm:git:ssh://git.onap.org:29418/${project.groupId}</developerConnection>
912 <tag>HEAD</tag>
913 <url>https://wiki.onap.org/display/DW/Integration+Project</url>
914 </scm>
Jim Hahna91d7532021-03-12 10:01:53 -0500915 <profiles>
916 <profile>
917 <id>m2e</id>
918 <!-- This profile is only active when the property "m2e.version" is set,
919 which is the case when building in Eclipse with m2e. -->
920 <activation>
921 <property>
922 <name>m2e.version</name>
923 </property>
924 </activation>
925 <build>
926 <pluginManagement>
927 <plugins>
928 <plugin>
929 <groupId>org.eclipse.m2e</groupId>
930 <artifactId>lifecycle-mapping</artifactId>
931 <version>1.0.0</version>
932 <configuration>
933 <lifecycleMappingMetadata>
934 <pluginExecutions>
935 <pluginExecution>
936 <pluginExecutionFilter>
937 <groupId>org.apache.maven.plugins</groupId>
938 <artifactId>maven-checkstyle-plugin</artifactId>
939 <versionRange>2.17,)</versionRange>
940 <goals>
941 <goal>check</goal>
942 </goals>
943 </pluginExecutionFilter>
944 <action>
945 <ignore />
946 </action>
947 </pluginExecution>
Jim Hahn12b4a9b2021-03-12 18:19:39 -0500948 <pluginExecution>
949 <pluginExecutionFilter>
liamfallon7c5702f2022-09-16 20:06:13 +0100950 <groupId>org.apache.maven.plugins</groupId>
951 <artifactId>maven-remote-resources-plugin</artifactId>
952 <versionRange>3.0.0,)</versionRange>
953 <goals>
954 <goal>bundle</goal>
955 <goal>process</goal>
956 </goals>
957 </pluginExecutionFilter>
958 <action>
959 <ignore />
960 </action>
961 </pluginExecution>
962 <pluginExecution>
963 <pluginExecutionFilter>
Jim Hahn12b4a9b2021-03-12 18:19:39 -0500964 <groupId>org.jacoco</groupId>
965 <artifactId>jacoco-maven-plugin</artifactId>
966 <versionRange>[0.7.1.201405082137,)</versionRange>
967 <goals>
968 <goal>prepare-agent</goal>
969 </goals>
970 </pluginExecutionFilter>
971 <action>
972 <ignore />
973 </action>
974 </pluginExecution>
liamfallonce570ea2021-05-28 14:38:45 +0100975 <pluginExecution>
976 <pluginExecutionFilter>
977 <groupId>de.jpdigital</groupId>
978 <artifactId>hibernate52-ddl-maven-plugin</artifactId>
liamfallond738ae72021-06-07 15:49:46 +0100979 <versionRange>[2.2.0,)</versionRange>
liamfallonce570ea2021-05-28 14:38:45 +0100980 <goals>
981 <goal>gen-ddl</goal>
982 </goals>
983 </pluginExecutionFilter>
984 <action>
985 <ignore />
986 </action>
987 </pluginExecution>
988 <pluginExecution>
989 <pluginExecutionFilter>
990 <groupId>org.codehaus.groovy.maven</groupId>
991 <artifactId>gmaven-plugin</artifactId>
992 <versionRange>[1.0,)</versionRange>
993 <goals>
994 <goal>execute</goal>
995 </goals>
996 </pluginExecutionFilter>
997 <action>
998 <ignore />
999 </action>
1000 </pluginExecution>
1001 <pluginExecution>
1002 <pluginExecutionFilter>
1003 <groupId>org.codehaus.mojo</groupId>
1004 <artifactId>exec-maven-plugin</artifactId>
1005 <versionRange>[3.0.0,)</versionRange>
1006 <goals>
1007 <goal>exec</goal>
1008 </goals>
1009 </pluginExecutionFilter>
1010 <action>
1011 <ignore />
1012 </action>
1013 </pluginExecution>
1014 <pluginExecution>
1015 <pluginExecutionFilter>
1016 <groupId>org.codehaus.mojo</groupId>
1017 <artifactId>keytool-maven-plugin</artifactId>
1018 <versionRange>[1.5.0,)</versionRange>
1019 <goals>
1020 <goal>generateKeyPair</goal>
1021 </goals>
1022 </pluginExecutionFilter>
1023 <action>
1024 <ignore />
1025 </action>
1026 </pluginExecution>
liamfallond738ae72021-06-07 15:49:46 +01001027 <pluginExecution>
1028 <pluginExecutionFilter>
1029 <groupId>com.github.eirslett</groupId>
1030 <artifactId>frontend-maven-plugin</artifactId>
1031 <versionRange>[1.11.0,)</versionRange>
1032 <goals>
1033 <goal>npm</goal>
1034 </goals>
1035 </pluginExecutionFilter>
1036 <action>
1037 <ignore />
1038 </action>
1039 </pluginExecution>
liamfallonb4431042022-12-01 17:55:58 +00001040 <pluginExecution>
1041 <pluginExecutionFilter>
1042 <groupId>io.swagger.codegen.v3</groupId>
1043 <artifactId>swagger-codegen-maven-plugin</artifactId>
1044 <versionRange>[3.0.0,)</versionRange>
1045 <goals>
1046 <goal>generate</goal>
1047 </goals>
1048 </pluginExecutionFilter>
1049 <action>
1050 <ignore />
1051 </action>
1052 </pluginExecution>
Jim Hahna91d7532021-03-12 10:01:53 -05001053 </pluginExecutions>
1054 </lifecycleMappingMetadata>
1055 </configuration>
1056 </plugin>
1057 </plugins>
1058 </pluginManagement>
1059 </build>
1060 </profile>
1061 </profiles>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001062 <build>
Jim Hahn8da51102021-03-08 14:27:34 -05001063 <extensions>
1064 <extension>
1065 <groupId>org.apache.maven.archetype</groupId>
1066 <artifactId>archetype-packaging</artifactId>
1067 <version>3.2.0</version>
1068 </extension>
1069 </extensions>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001070 <pluginManagement>
1071 <plugins>
1072 <plugin>
1073 <groupId>org.codehaus.mojo</groupId>
1074 <artifactId>versions-maven-plugin</artifactId>
Jim Hahn893108d2021-02-22 12:57:33 -05001075 <version>2.8.1</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001076 </plugin>
1077 <plugin>
1078 <groupId>org.apache.maven.plugins</groupId>
1079 <artifactId>maven-dependency-plugin</artifactId>
Jim Hahneb1df922021-01-19 16:23:57 -05001080 <version>3.1.2</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001081 </plugin>
1082 <plugin>
Pamela Dragoshd7a43652019-11-08 14:49:19 -05001083 <!-- THIS PLUGIN IS RETIRED -->
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001084 <groupId>org.apache.maven.plugins</groupId>
1085 <artifactId>maven-reactor-plugin</artifactId>
1086 <version>1.1</version>
1087 </plugin>
1088 <plugin>
Pamela Dragoshd7a43652019-11-08 14:49:19 -05001089 <!-- THIS PLUGIN IS RETIRED -->
1090 <!-- Advise to use m2e -->
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001091 <groupId>org.apache.maven.plugins</groupId>
1092 <artifactId>maven-eclipse-plugin</artifactId>
1093 <version>2.10</version>
1094 </plugin>
1095 <plugin>
1096 <groupId>org.apache.maven.plugins</groupId>
1097 <artifactId>maven-install-plugin</artifactId>
Pamela Dragoshd7a43652019-11-08 14:49:19 -05001098 <version>3.0.0-M1</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001099 </plugin>
1100 <plugin>
1101 <groupId>org.apache.maven.plugins</groupId>
1102 <artifactId>maven-resources-plugin</artifactId>
Jim Hahneb1df922021-01-19 16:23:57 -05001103 <version>3.2.0</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001104 </plugin>
1105 <plugin>
1106 <groupId>org.apache.maven.plugins</groupId>
1107 <artifactId>maven-source-plugin</artifactId>
Jim Hahneb1df922021-01-19 16:23:57 -05001108 <version>3.2.1</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001109 </plugin>
1110 <plugin>
1111 <groupId>org.apache.maven.plugins</groupId>
1112 <artifactId>maven-release-plugin</artifactId>
Jim Hahneb1df922021-01-19 16:23:57 -05001113 <version>3.0.0-M1</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001114 </plugin>
1115 <plugin>
1116 <groupId>org.apache.maven.plugins</groupId>
1117 <artifactId>maven-assembly-plugin</artifactId>
Jim Hahneb1df922021-01-19 16:23:57 -05001118 <version>3.3.0</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001119 </plugin>
1120 <plugin>
1121 <groupId>org.apache.maven.plugins</groupId>
1122 <artifactId>maven-jar-plugin</artifactId>
Pamela Dragoshd7a43652019-11-08 14:49:19 -05001123 <version>3.2.0</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001124 </plugin>
1125 <plugin>
1126 <groupId>org.apache.maven.plugins</groupId>
1127 <artifactId>maven-javadoc-plugin</artifactId>
Jim Hahneb1df922021-01-19 16:23:57 -05001128 <version>3.2.0</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001129 </plugin>
1130 <plugin>
1131 <groupId>org.apache.maven.plugins</groupId>
Pamela Dragoshd7a43652019-11-08 14:49:19 -05001132 <artifactId>maven-shade-plugin</artifactId>
Jim Hahneb1df922021-01-19 16:23:57 -05001133 <version>3.2.4</version>
Pamela Dragoshd7a43652019-11-08 14:49:19 -05001134 </plugin>
1135 <plugin>
1136 <groupId>org.apache.maven.plugins</groupId>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001137 <artifactId>maven-archetype-plugin</artifactId>
Jim Hahneb1df922021-01-19 16:23:57 -05001138 <version>3.2.0</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001139 </plugin>
1140 <plugin>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001141 <groupId>com.coderplus.maven.plugins</groupId>
1142 <artifactId>copy-rename-maven-plugin</artifactId>
1143 <version>1.0.1</version>
1144 </plugin>
1145 <plugin>
1146 <groupId>org.apache.maven.plugins</groupId>
1147 <artifactId>maven-compiler-plugin</artifactId>
Pamela Dragoshd7a43652019-11-08 14:49:19 -05001148 <version>3.8.1</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001149 <configuration>
1150 <encoding>${project.build.sourceEncoding}</encoding>
HOCKLA4b7e2702019-12-10 09:54:48 -06001151 <release>${java.version}</release>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001152 </configuration>
1153 </plugin>
1154 <plugin>
1155 <groupId>org.codehaus.mojo</groupId>
1156 <artifactId>exec-maven-plugin</artifactId>
Jim Hahneb1df922021-01-19 16:23:57 -05001157 <version>3.0.0</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001158 </plugin>
ramverma2a7fa3a2018-07-13 16:19:55 +01001159 <plugin>
1160 <groupId>org.apache.maven.plugins</groupId>
1161 <artifactId>maven-war-plugin</artifactId>
Jim Hahneb1df922021-01-19 16:23:57 -05001162 <version>3.3.1</version>
Pamela Dragoshd7a43652019-11-08 14:49:19 -05001163 </plugin>
1164 <plugin>
1165 <groupId>io.fabric8</groupId>
1166 <artifactId>docker-maven-plugin</artifactId>
liamfallona2612c42022-07-15 10:14:25 +01001167 <version>0.40.1</version>
ramverma2a7fa3a2018-07-13 16:19:55 +01001168 </plugin>
jhhd8e186f2019-10-31 08:58:33 -05001169 <plugin>
1170 <groupId>org.kie</groupId>
1171 <artifactId>kie-maven-plugin</artifactId>
1172 <version>${version.drools}</version>
1173 <extensions>true</extensions>
1174 </plugin>
ryanSheehan1fb46f92021-06-11 17:24:06 +01001175 <plugin>
1176 <groupId>org.springframework.boot</groupId>
1177 <artifactId>spring-boot-maven-plugin</artifactId>
1178 <version>${version.springboot}</version>
1179 </plugin>
danielhanrahan55321352022-11-25 13:29:43 +00001180 <plugin>
1181 <groupId>io.github.git-commit-id</groupId>
1182 <artifactId>git-commit-id-maven-plugin</artifactId>
1183 <version>5.0.0</version>
1184 <executions>
1185 <execution>
1186 <goals>
1187 <goal>revision</goal>
1188 </goals>
1189 </execution>
1190 </executions>
1191 <configuration>
1192 <skipPoms>false</skipPoms>
1193 <generateGitPropertiesFile>false</generateGitPropertiesFile>
1194 <includeOnlyProperties>
1195 <includeOnlyProperty>^git.build.(time|version)$</includeOnlyProperty>
1196 <includeOnlyProperty>^git.commit.id.(abbrev|full)$</includeOnlyProperty>
1197 </includeOnlyProperties>
1198 <commitIdGenerationMode>full</commitIdGenerationMode>
1199 <dateFormat>yyyy-MM-dd'T'HH:mm:ss.SSS'Z'</dateFormat>
1200 <dateFormatTimeZone>UTC</dateFormatTimeZone>
1201 </configuration>
1202 </plugin>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001203 </plugins>
1204 </pluginManagement>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001205 <plugins>
1206 <plugin>
1207 <groupId>org.apache.maven.plugins</groupId>
1208 <artifactId>maven-compiler-plugin</artifactId>
1209 <configuration>
1210 <encoding>${project.build.sourceEncoding}</encoding>
1211 <source>${java.version}</source>
1212 <target>${java.version}</target>
1213 </configuration>
1214 </plugin>
Pamela Dragoshc1935db2020-01-14 14:11:20 -05001215 <plugin>
1216 <groupId>org.jacoco</groupId>
1217 <artifactId>jacoco-maven-plugin</artifactId>
1218 <executions>
1219 <execution>
1220 <id>pre-unit-test</id>
1221 <goals>
1222 <goal>prepare-agent</goal>
1223 </goals>
1224 <configuration>
1225 <destFile>${jacoco.dataFile}</destFile>
1226 <append>true</append>
1227 </configuration>
1228 </execution>
1229 <execution>
1230 <id>post-unit-test</id>
1231 <phase>test</phase>
1232 <goals>
1233 <goal>report</goal>
1234 </goals>
1235 <configuration>
1236 <dataFile>${jacoco.dataFile}</dataFile>
1237 </configuration>
1238 </execution>
1239 <execution>
liamfallonce570ea2021-05-28 14:38:45 +01001240 <id>pre-integration-test</id>
1241 <phase>pre-integration-test</phase>
1242 <goals>
1243 <goal>prepare-agent</goal>
1244 </goals>
1245 <configuration>
1246 <skip>true</skip>
1247 </configuration>
Pamela Dragoshc1935db2020-01-14 14:11:20 -05001248 </execution>
1249 <execution>
liamfallonce570ea2021-05-28 14:38:45 +01001250 <id>post-integration-test</id>
1251 <phase>post-integration-test</phase>
1252 <goals>
1253 <goal>report</goal>
1254 </goals>
1255 <configuration>
1256 <skip>true</skip>
1257 </configuration>
Pamela Dragoshc1935db2020-01-14 14:11:20 -05001258 </execution>
Pamela Dragoshed57ed22020-01-16 14:38:07 -05001259 <execution>
liamfallonce570ea2021-05-28 14:38:45 +01001260 <id>report-aggregate</id>
1261 <phase>prepare-package</phase>
1262 <goals>
1263 <goal>report-aggregate</goal>
1264 </goals>
Pamela Dragoshed57ed22020-01-16 14:38:07 -05001265 </execution>
Pamela Dragoshc1935db2020-01-14 14:11:20 -05001266 </executions>
1267 </plugin>
liamfallon324700e2020-06-18 11:45:14 +01001268 <plugin>
1269 <artifactId>maven-checkstyle-plugin</artifactId>
1270 <executions>
1271 <execution>
1272 <id>onap-license</id>
1273 <goals>
1274 <goal>check</goal>
1275 </goals>
1276 <phase>process-sources</phase>
1277 <configuration>
1278 <configLocation>onap-checkstyle/check-license.xml</configLocation>
1279 <includeResources>false</includeResources>
1280 <includeTestSourceDirectory>true</includeTestSourceDirectory>
1281 <includeTestResources>false</includeTestResources>
1282 <sourceDirectories>
1283 <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
1284 </sourceDirectories>
1285 <consoleOutput>true</consoleOutput>
1286 <failOnViolation>true</failOnViolation>
1287 <violationSeverity>warning</violationSeverity>
1288 </configuration>
1289 </execution>
1290 <execution>
1291 <id>onap-java-style</id>
1292 <goals>
1293 <goal>check</goal>
1294 </goals>
1295 <phase>process-sources</phase>
1296 <configuration>
1297 <!-- Use Google Java Style Guide:
1298 https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml
1299 with minor changes -->
1300 <configLocation>onap-checkstyle/onap-java-style.xml</configLocation>
1301 <!-- <sourceDirectory> is needed so that checkstyle ignores the generated
1302 sources directory -->
1303 <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories>
1304 <includeResources>true</includeResources>
1305 <includeTestSourceDirectory>true</includeTestSourceDirectory>
1306 <includeTestResources>true</includeTestResources>
liamfallonb4431042022-12-01 17:55:58 +00001307 <excludes></excludes>
liamfallon324700e2020-06-18 11:45:14 +01001308 <consoleOutput>true</consoleOutput>
1309 <failOnViolation>true</failOnViolation>
1310 <violationSeverity>warning</violationSeverity>
1311 </configuration>
1312 </execution>
1313 </executions>
1314 <dependencies>
1315 <dependency>
1316 <groupId>org.onap.oparent</groupId>
1317 <artifactId>checkstyle</artifactId>
1318 <version>${oparent.version}</version>
1319 <scope>compile</scope>
1320 </dependency>
1321 </dependencies>
1322 </plugin>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001323 </plugins>
1324 </build>
liamfallon0f2a5c42021-12-14 16:09:06 +00001325</project>