e0079c830db9eefa5bdc83c331ed29e46a95ddc9
[policy/parent.git] / integration / pom.xml
1 <!--
2   ============LICENSE_START=======================================================
3    Copyright (C) 2018 Ericsson. All rights reserved.
4    Modifications Copyright (C) 2018-2023 AT&T. All rights reserved.
5    Modifications Copyright (C) 2019-2023 Nordix Foundation.
6    Modifications Copyright (C) 2020-2022 Bell Canada.
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 <project
24         xmlns="http://maven.apache.org/POM/4.0.0"
25         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
26         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
27                             http://maven.apache.org/xsd/maven-4.0.0.xsd">
28     <modelVersion>4.0.0</modelVersion>
29     <parent>
30         <groupId>org.onap.policy.parent</groupId>
31         <artifactId>policy-parent</artifactId>
32         <version>4.1.2-SNAPSHOT</version>
33     </parent>
34     <artifactId>integration</artifactId>
35     <packaging>pom</packaging>
36     <name>Policy Integration POM</name>
37     <description>Policy Integration POM</description>
38     <properties>
39         <java.version>17</java.version>
40         <!-- Note Well: For RELEASE/SNAPSHOT always set to the project version -->
41         <version.parent.resources>4.1.2-SNAPSHOT</version.parent.resources>
42         <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
43         <repo.npm>https://nexus3.onap.org/repository/npm.public/npm/-/</repo.npm>
44         <docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>
45         <docker.push.registry>nexus3.onap.org:10003</docker.push.registry>
46         <!-- Dependency Versions -->
47         <version.ccsdk>1.5.3</version.ccsdk>
48         <version.cucumber>7.13.0</version.cucumber>
49         <version.docker-java>3.3.2</version.docker-java>
50         <version.drools>8.44.0.Final</version.drools>
51         <version.frontend.maven>1.13.4</version.frontend.maven>
52         <version.io.prometheus>0.16.0</version.io.prometheus>
53         <version.jackson>2.16.1</version.jackson>
54         <version.jacoco>0.8.10</version.jacoco>
55         <version.jersey>3.1.5</version.jersey>
56         <version.jetty>11.0.20</version.jetty>
57         <version.jupiter>5.10.1</version.jupiter>
58         <version.kafka>3.6.1</version.kafka>
59         <version.log4j>2.20.0</version.log4j>
60         <version.logback>1.4.14</version.logback>
61         <version.maven-remote-resources-plugin>3.1.0</version.maven-remote-resources-plugin>
62         <version.medeia.validator>1.1.1</version.medeia.validator>
63         <version.micrometer>1.11.4</version.micrometer>
64         <version.mockito>5.5.0</version.mockito>
65         <version.mockserver>5.15.0</version.mockserver>
66         <version.netty>4.1.100.Final</version.netty>
67         <version.nsa-cambria>1.2.1-oss</version.nsa-cambria>
68         <version.nsa-sa-client>1.3.0-oss</version.nsa-sa-client>
69         <version.plexus>3.5.0</version.plexus>
70         <version.sdc-dist>2.1.1</version.sdc-dist>
71         <version.sdc-tosca>1.9.0</version.sdc-tosca>
72         <version.slf4j>2.0.11</version.slf4j>
73         <version.spring>6.0.16</version.spring>
74         <version.springboot>3.1.8</version.springboot>
75         <version.spring-security>6.1.6</version.spring-security>
76         <version.swagger.codegen.v3>3.0.52</version.swagger.codegen.v3>
77         <version.swagger.core.v3>2.2.20</version.swagger.core.v3>
78         <surefireArgLine>
79             --add-opens java.base/java.time=ALL-UNNAMED
80             --add-opens java.base/java.util=ALL-UNNAMED
81             --add-opens java.sql/java.sql=ALL-UNNAMED
82         </surefireArgLine>
83     </properties>
84     <distributionManagement>
85         <site>
86             <id>ecomp-site</id>
87             <url>dav:${onap.nexus.url}${sitePath}</url>
88         </site>
89     </distributionManagement>
90     <dependencyManagement>
91         <dependencies>
92             <dependency>
93                 <groupId>org.onap.policy.parent</groupId>
94                 <artifactId>policy-parent-resources</artifactId>
95                 <version>${version.parent.resources}</version>
96             </dependency>
97             <dependency>
98                 <groupId>com.fasterxml.jackson</groupId>
99                 <artifactId>jackson-bom</artifactId>
100                 <version>${version.jackson}</version>
101                 <type>pom</type>
102             </dependency>
103             <dependency>
104                 <groupId>org.glassfish.jersey.containers</groupId>
105                 <artifactId>jersey-container-servlet</artifactId>
106                 <version>${version.jersey}</version>
107             </dependency>
108             <dependency>
109                 <groupId>org.eclipse.jetty</groupId>
110                 <artifactId>jetty-server</artifactId>
111                 <version>${version.jetty}</version>
112             </dependency>
113             <dependency>
114                 <groupId>org.eclipse.jetty</groupId>
115                 <artifactId>jetty-security</artifactId>
116                 <version>${version.jetty}</version>
117             </dependency>
118             <dependency>
119                 <groupId>org.eclipse.jetty</groupId>
120                 <artifactId>jetty-util</artifactId>
121                 <version>${version.jetty}</version>
122             </dependency>
123             <dependency>
124                 <groupId>org.eclipse.jetty</groupId>
125                 <artifactId>jetty-http</artifactId>
126                 <version>${version.jetty}</version>
127             </dependency>
128
129             <!-- Prometheus Client Libraries -->
130             <dependency>
131                 <groupId>io.prometheus</groupId>
132                 <artifactId>simpleclient</artifactId>
133                 <version>${version.io.prometheus}</version>
134             </dependency>
135             <dependency>
136                 <groupId>io.prometheus</groupId>
137                 <artifactId>simpleclient_hotspot</artifactId>
138                 <version>${version.io.prometheus}</version>
139             </dependency>
140             <dependency>
141                 <groupId>io.prometheus</groupId>
142                 <artifactId>simpleclient_servlet_jakarta</artifactId>
143                 <version>${version.io.prometheus}</version>
144             </dependency>
145             <dependency>
146                 <groupId>io.prometheus</groupId>
147                 <artifactId>simpleclient_logback</artifactId>
148                 <version>${version.io.prometheus}</version>
149             </dependency>
150             <dependency>
151                 <groupId>com.google.re2j</groupId>
152                 <artifactId>re2j</artifactId>
153                 <version>1.7</version>
154             </dependency>
155             <dependency>
156                 <groupId>com.google.guava</groupId>
157                 <artifactId>guava</artifactId>
158                 <version>32.1.3-jre</version>
159             </dependency>
160
161             <!-- Jakarta dependencies -->
162             <dependency>
163                 <groupId>jakarta.xml.bind</groupId>
164                 <artifactId>jakarta.xml.bind-api</artifactId>
165                 <version>4.0.1</version>
166             </dependency>
167             <dependency>
168                 <groupId>com.sun.xml.bind</groupId>
169                 <artifactId>jaxb-impl</artifactId>
170                 <version>4.0.4</version>
171             </dependency>
172             <dependency>
173                 <groupId>org.glassfish.jaxb</groupId>
174                 <artifactId>jaxb-core</artifactId>
175                 <version>4.0.4</version>
176             </dependency>
177             <dependency>
178                 <groupId>org.glassfish.jaxb</groupId>
179                 <artifactId>jaxb-runtime</artifactId>
180                 <version>4.0.4</version>
181                 <scope>compile</scope>
182             </dependency>
183             <dependency>
184                 <groupId>jakarta.servlet</groupId>
185                 <artifactId>jakarta.servlet-api</artifactId>
186                 <version>6.0.0</version>
187             </dependency>
188             <dependency>
189                 <groupId>jakarta.validation</groupId>
190                 <artifactId>jakarta.validation-api</artifactId>
191                 <version>3.0.2</version>
192             </dependency>
193             <dependency>
194                 <groupId>jakarta.ws.rs</groupId>
195                 <artifactId>jakarta.ws.rs-api</artifactId>
196                 <version>3.1.0</version>
197             </dependency>
198             <dependency>
199                 <groupId>jakarta.activation</groupId>
200                 <artifactId>jakarta.activation-api</artifactId>
201                 <version>2.1.2</version>
202             </dependency>
203             <dependency>
204                 <groupId>jakarta.inject</groupId>
205                 <artifactId>jakarta.inject-api</artifactId>
206                 <version>2.0.1</version>
207             </dependency>
208             <!-- Swagger -->
209             <dependency>
210                 <groupId>io.swagger.core.v3</groupId>
211                 <artifactId>swagger-annotations</artifactId>
212                 <version>${version.swagger.core.v3}</version>
213             </dependency>
214             <dependency>
215                 <groupId>io.swagger.core.v3</groupId>
216                 <artifactId>swagger-jaxrs2-jakarta</artifactId>
217                 <version>${version.swagger.core.v3}</version>
218             </dependency>
219             <dependency>
220                 <groupId>io.swagger.core.v3</groupId>
221                 <artifactId>swagger-jaxrs2-servlet-initializer-v2-jakarta</artifactId>
222                 <version>${version.swagger.core.v3}</version>
223             </dependency>
224             <dependency>
225                 <groupId>io.swagger.parser.v3</groupId>
226                 <artifactId>swagger-parser</artifactId>
227                 <version>2.1.16</version>
228             </dependency>
229
230             <!-- Test -->
231             <!-- MariaDB -->
232             <dependency>
233                 <groupId>org.mariadb.jdbc</groupId>
234                 <artifactId>mariadb-java-client</artifactId>
235                 <version>3.1.4</version>
236             </dependency>
237             <!-- Postgres -->
238             <dependency>
239                 <groupId>org.postgresql</groupId>
240                 <artifactId>postgresql</artifactId>
241                 <version>42.6.0</version>
242             </dependency>
243             <!-- Kafka -->
244             <dependency>
245                 <groupId>org.apache.kafka</groupId>
246                 <artifactId>kafka-clients</artifactId>
247                 <version>${version.kafka}</version>
248             </dependency>
249             <!-- HttpComponents Core (blocking I/O) -->
250             <dependency>
251                 <groupId>org.apache.httpcomponents.core5</groupId>
252                 <artifactId>httpcore5</artifactId>
253                 <version>5.2.2</version>
254             </dependency>
255             <dependency>
256                 <groupId>org.apache.httpcomponents.client5</groupId>
257                 <artifactId>httpclient5</artifactId>
258                 <version>5.2.1</version>
259             </dependency>
260
261             <!-- JSON marshalling and unmarshalling -->
262             <dependency>
263                 <groupId>com.google.code.gson</groupId>
264                 <artifactId>gson</artifactId>
265                 <version>2.10.1</version>
266             </dependency>
267             <dependency>
268                 <groupId>org.json</groupId>
269                 <artifactId>json</artifactId>
270                 <version>20231013</version>
271             </dependency>
272             <dependency>
273                 <groupId>com.worldturner.medeia</groupId>
274                 <artifactId>medeia-validator-gson</artifactId>
275                 <version>${version.medeia.validator}</version>
276             </dependency>
277             <dependency>
278                 <groupId>com.worldturner.medeia</groupId>
279                 <artifactId>medeia-validator-core</artifactId>
280                 <version>${version.medeia.validator}</version>
281             </dependency>
282             <dependency>
283                 <groupId>com.jayway.jsonpath</groupId>
284                 <artifactId>json-path</artifactId>
285                 <version>2.9.0</version>
286             </dependency>
287             <!-- Lombok -->
288             <dependency>
289                 <groupId>org.projectlombok</groupId>
290                 <artifactId>lombok</artifactId>
291                 <version>1.18.28</version>
292             </dependency>
293             <!-- Logging -->
294             <dependency>
295                 <groupId>org.slf4j</groupId>
296                 <artifactId>slf4j-api</artifactId>
297                 <version>${version.slf4j}</version>
298             </dependency>
299             <dependency>
300                 <groupId>org.slf4j</groupId>
301                 <artifactId>slf4j-ext</artifactId>
302                 <version>${version.slf4j}</version>
303             </dependency>
304             <dependency>
305                 <groupId>ch.qos.logback</groupId>
306                 <artifactId>logback-core</artifactId>
307                 <version>${version.logback}</version>
308             </dependency>
309             <dependency>
310                 <groupId>ch.qos.logback</groupId>
311                 <artifactId>logback-classic</artifactId>
312                 <version>${version.logback}</version>
313             </dependency>
314             <dependency>
315                 <groupId>org.apache.logging.log4j</groupId>
316                 <artifactId>log4j-api</artifactId>
317                 <version>${version.log4j}</version>
318             </dependency>
319             <dependency>
320                 <groupId>org.apache.logging.log4j</groupId>
321                 <artifactId>log4j-to-slf4j</artifactId>
322                 <version>${version.log4j}</version>
323             </dependency>
324             <!-- CDS dependencies -->
325             <dependency>
326                 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
327                 <artifactId>blueprint-proto</artifactId>
328                 <version>${version.ccsdk}</version>
329                 <exclusions>
330                     <exclusion>
331                         <groupId>io.springfox</groupId>
332                         <artifactId>springfox-boot-starter</artifactId>
333                     </exclusion>
334                     <exclusion>
335                         <groupId>org.apache.logging.log4j</groupId>
336                         <artifactId>log4j-api</artifactId>
337                     </exclusion>
338                     <exclusion>
339                         <groupId>org.apache.logging.log4j</groupId>
340                         <artifactId>log4j-to-slf4j</artifactId>
341                     </exclusion>
342                 </exclusions>
343             </dependency>
344             <!-- Client library for Cambria event routing API -->
345             <dependency>
346                 <groupId>com.att.nsa</groupId>
347                 <artifactId>cambriaClient</artifactId>
348                 <version>${version.nsa-cambria}</version>
349             </dependency>
350             <dependency>
351                 <groupId>com.att.nsa</groupId>
352                 <artifactId>saClientLibrary</artifactId>
353                 <version>${version.nsa-sa-client}</version>
354             </dependency>
355             <!-- SnakeYAML -->
356             <dependency>
357                 <groupId>org.yaml</groupId>
358                 <artifactId>snakeyaml</artifactId>
359                 <version>2.2</version>
360             </dependency>
361             <!-- Drools -->
362             <!--
363             Security Issues: 1 of 2
364             This dependency is trying to upgrade security fixes
365             identified. If it is removed or manipulated then please
366             fix the 2nd change as noted below.
367             -->
368             <dependency>
369                 <groupId>org.codehaus.plexus</groupId>
370                 <artifactId>plexus-utils</artifactId>
371                 <version>${version.plexus}</version>
372             </dependency>
373             <dependency>
374                 <groupId>org.kie</groupId>
375                 <artifactId>kie-api</artifactId>
376                 <version>${version.drools}</version>
377             </dependency>
378             <dependency>
379                 <groupId>org.kie</groupId>
380                 <artifactId>kie-ci</artifactId>
381                 <version>${version.drools}</version>
382                 <!--
383                 Issue: 2 of 2
384                 Excluding these 2 dependencies in order to force upgrade security fixes
385                 identified. As declared above. Any changes here should be reflected above
386                 and vice versa.
387                 -->
388                 <exclusions>
389                     <exclusion>
390                         <groupId>org.codehaus.plexus</groupId>
391                         <artifactId>plexus-utils</artifactId>
392                     </exclusion>
393                 </exclusions>
394             </dependency>
395             <dependency>
396                 <groupId>org.drools</groupId>
397                 <artifactId>drools-core</artifactId>
398                 <version>${version.drools}</version>
399             </dependency>
400             <dependency>
401                 <groupId>org.drools</groupId>
402                 <artifactId>drools-engine</artifactId>
403                 <version>${version.drools}</version>
404             </dependency>
405             <dependency>
406                 <groupId>org.drools</groupId>
407                 <artifactId>drools-xml-support</artifactId>
408                 <version>${version.drools}</version>
409             </dependency>
410             <dependency>
411                 <groupId>org.drools</groupId>
412                 <artifactId>drools-persistence-jpa</artifactId>
413                 <version>${version.drools}</version>
414             </dependency>
415             <dependency>
416                 <groupId>org.drools</groupId>
417                 <artifactId>drools-compiler</artifactId>
418                 <version>${version.drools}</version>
419             </dependency>
420             <dependency>
421                 <groupId>org.drools</groupId>
422                 <artifactId>drools-verifier-drl</artifactId>
423                 <version>${version.drools}</version>
424             </dependency>
425             <dependency>
426                 <groupId>org.drools</groupId>
427                 <artifactId>drools-verifier-api</artifactId>
428                 <version>${version.drools}</version>
429             </dependency>
430             <dependency>
431                 <groupId>org.drools</groupId>
432                 <artifactId>drools-verifier-core</artifactId>
433                 <version>${version.drools}</version>
434             </dependency>
435             <!-- Mockserver -->
436             <dependency>
437                 <groupId>org.mock-server</groupId>
438                 <artifactId>mockserver-netty</artifactId>
439                 <version>${version.mockserver}</version>
440                 <scope>test</scope>
441             </dependency>
442             <dependency>
443                 <groupId>org.mock-server</groupId>
444                 <artifactId>mockserver-client-java</artifactId>
445                 <version>${version.mockserver}</version>
446                 <scope>test</scope>
447             </dependency>
448             <!-- Springdoc -->
449             <dependency>
450                 <groupId>org.springdoc</groupId>
451                 <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
452                 <version>2.1.0</version>
453             </dependency>
454             <!-- SDC -->
455             <dependency>
456                 <groupId>org.onap.sdc.sdc-distribution-client</groupId>
457                 <artifactId>sdc-distribution-client</artifactId>
458                 <version>${version.sdc-dist}</version>
459             </dependency>
460             <dependency>
461                 <groupId>org.onap.sdc.sdc-tosca</groupId>
462                 <artifactId>sdc-tosca</artifactId>
463                 <version>${version.sdc-tosca}</version>
464             </dependency>
465
466             <!-- Test dependencies -->
467             <!-- In memory Database Engine -->
468             <dependency>
469                 <groupId>com.h2database</groupId>
470                 <artifactId>h2</artifactId>
471                 <version>2.2.220</version>
472                 <scope>test</scope>
473             </dependency>
474             <!-- JUNIT -->
475             <dependency>
476                 <groupId>junit</groupId>
477                 <artifactId>junit</artifactId>
478                 <version>4.13.2</version>
479                 <scope>test</scope>
480             </dependency>
481             <dependency>
482                 <groupId>org.junit.jupiter</groupId>
483                 <artifactId>junit-jupiter-engine</artifactId>
484                 <version>${version.jupiter}</version>
485                 <scope>test</scope>
486             </dependency>
487             <!-- Junit vintage -->
488             <dependency>
489                 <groupId>org.junit.vintage</groupId>
490                 <artifactId>junit-vintage-engine</artifactId>
491                 <version>${version.jupiter}</version>
492                 <scope>test</scope>
493             </dependency>
494             <!-- Cucumber Tests -->
495             <dependency>
496                 <groupId>io.cucumber</groupId>
497                 <artifactId>cucumber-java</artifactId>
498                 <version>${version.cucumber}</version>
499                 <scope>test</scope>
500             </dependency>
501             <dependency>
502                 <groupId>io.cucumber</groupId>
503                 <artifactId>cucumber-junit</artifactId>
504                 <version>${version.cucumber}</version>
505                 <scope>test</scope>
506             </dependency>
507             <!-- Exception testing -->
508             <dependency>
509                 <groupId>org.assertj</groupId>
510                 <artifactId>assertj-core</artifactId>
511                 <version>3.24.2</version>
512                 <scope>test</scope>
513             </dependency>
514             <!-- Mock libraries -->
515             <dependency>
516                 <groupId>com.openpojo</groupId>
517                 <artifactId>openpojo</artifactId>
518                 <version>0.9.1</version>
519                 <scope>test</scope>
520             </dependency>
521             <dependency>
522                 <groupId>org.mockito</groupId>
523                 <artifactId>mockito-core</artifactId>
524                 <version>${version.mockito}</version>
525                 <scope>test</scope>
526             </dependency>
527             <dependency>
528                 <groupId>org.mockito</groupId>
529                 <artifactId>mockito-junit-jupiter</artifactId>
530                 <version>${version.mockito}</version>
531                 <scope>test</scope>
532             </dependency>
533             <!-- Awaitility -->
534             <dependency>
535                 <groupId>org.awaitility</groupId>
536                 <artifactId>awaitility</artifactId>
537                 <version>4.2.0</version>
538                 <scope>test</scope>
539             </dependency>
540             <!-- Netty -->
541             <dependency>
542                 <groupId>io.netty</groupId>
543                 <artifactId>netty-all</artifactId>
544                 <version>${version.netty}</version>
545             </dependency>
546             <dependency>
547                 <groupId>io.netty</groupId>
548                 <artifactId>netty-common</artifactId>
549                 <version>${version.netty}</version>
550             </dependency>
551             <dependency>
552                 <groupId>io.netty</groupId>
553                 <artifactId>netty-codec-http2</artifactId>
554                 <version>${version.netty}</version>
555             </dependency>
556             <dependency>
557                 <groupId>io.netty</groupId>
558                 <artifactId>netty-handler-proxy</artifactId>
559                 <version>${version.netty}</version>
560             </dependency>
561             <dependency>
562                 <groupId>io.netty</groupId>
563                 <artifactId>netty-buffer</artifactId>
564                 <version>${version.netty}</version>
565             </dependency>
566             <dependency>
567                 <groupId>io.netty</groupId>
568                 <artifactId>netty-codec</artifactId>
569                 <version>${version.netty}</version>
570             </dependency>
571             <dependency>
572                 <groupId>io.netty</groupId>
573                 <artifactId>netty-handler</artifactId>
574                 <version>${version.netty}</version>
575             </dependency>
576
577             <!-- Apache Commons -->
578             <dependency>
579                 <groupId>commons-cli</groupId>
580                 <artifactId>commons-cli</artifactId>
581                 <version>1.5.0</version>
582             </dependency>
583             <dependency>
584                 <groupId>commons-codec</groupId>
585                 <artifactId>commons-codec</artifactId>
586                 <version>1.16.0</version>
587             </dependency>
588             <dependency>
589                 <groupId>commons-fileupload</groupId>
590                 <artifactId>commons-fileupload</artifactId>
591                 <version>1.5</version>
592             </dependency>
593             <dependency>
594                 <groupId>org.apache.commons</groupId>
595                 <artifactId>commons-collections4</artifactId>
596                 <version>4.4</version>
597             </dependency>
598             <dependency>
599                 <groupId>commons-io</groupId>
600                 <artifactId>commons-io</artifactId>
601                 <version>2.13.0</version>
602             </dependency>
603             <dependency>
604                 <groupId>org.apache.commons</groupId>
605                 <artifactId>commons-lang3</artifactId>
606                 <version>3.14.0</version>
607             </dependency>
608             <dependency>
609                 <groupId>org.apache.commons</groupId>
610                 <artifactId>commons-math3</artifactId>
611                 <version>3.6.1</version>
612             </dependency>
613             <dependency>
614                 <groupId>org.apache.commons</groupId>
615                 <artifactId>commons-text</artifactId>
616                 <version>1.10.0</version>
617             </dependency>
618             <dependency>
619                 <groupId>commons-logging</groupId>
620                 <artifactId>commons-logging</artifactId>
621                 <version>1.2</version>
622             </dependency>
623             <dependency>
624                 <groupId>commons-net</groupId>
625                 <artifactId>commons-net</artifactId>
626                 <version>3.9.0</version>
627             </dependency>
628             <dependency>
629                 <groupId>org.apache.commons</groupId>
630                 <artifactId>commons-jexl3</artifactId>
631                 <version>3.2.1</version>
632             </dependency>
633             <!-- Github -->
634             <dependency>
635                 <groupId>com.github.docker-java</groupId>
636                 <artifactId>docker-java-core</artifactId>
637                 <version>${version.docker-java}</version>
638                 <scope>test</scope>
639             </dependency>
640             <dependency>
641                 <groupId>com.github.docker-java</groupId>
642                 <artifactId>docker-java</artifactId>
643                 <version>${version.docker-java}</version>
644                 <scope>test</scope>
645             </dependency>
646             <!--  Hibernate -->
647             <dependency>
648                 <groupId>org.hibernate.orm</groupId>
649                 <artifactId>hibernate-core</artifactId>
650                 <version>6.3.0.CR1</version>
651             </dependency>
652             <dependency>
653                 <groupId>org.hibernate</groupId>
654                 <artifactId>hibernate-core-jakarta</artifactId>
655                 <version>5.6.15.Final</version>
656             </dependency>
657
658             <!-- Spring -->
659             <dependency>
660                 <groupId>org.springframework</groupId>
661                 <artifactId>spring-core</artifactId>
662                 <version>${version.spring}</version>
663             </dependency>
664             <dependency>
665                 <groupId>org.springframework</groupId>
666                 <artifactId>spring-beans</artifactId>
667                 <version>${version.spring}</version>
668             </dependency>
669             <dependency>
670                 <groupId>org.springframework</groupId>
671                 <artifactId>spring-jcl</artifactId>
672                 <version>${version.spring}</version>
673             </dependency>
674             <dependency>
675                 <groupId>org.springframework</groupId>
676                 <artifactId>spring-web</artifactId>
677                 <version>${version.spring}</version>
678             </dependency>
679             <dependency>
680                 <groupId>org.springframework</groupId>
681                 <artifactId>spring-expression</artifactId>
682                 <version>${version.spring}</version>
683             </dependency>
684             <dependency>
685                 <groupId>org.springframework</groupId>
686                 <artifactId>spring-webmvc</artifactId>
687                 <version>${version.spring}</version>
688             </dependency>
689             <dependency>
690                 <groupId>org.springframework</groupId>
691                 <artifactId>spring-jdbc</artifactId>
692                 <version>${version.spring}</version>
693             </dependency>
694             <dependency>
695                 <groupId>org.springframework</groupId>
696                 <artifactId>spring-webflux</artifactId>
697                 <version>${version.spring}</version>
698             </dependency>
699             <dependency>
700                 <groupId>org.springframework.boot</groupId>
701                 <artifactId>spring-boot-starter-web</artifactId>
702                 <version>${version.springboot}</version>
703                 <!-- Exclude the default Jackson dependency -->
704                 <exclusions>
705                     <exclusion>
706                         <groupId>org.springframework.boot</groupId>
707                         <artifactId>spring-boot-starter-json</artifactId>
708                     </exclusion>
709                 </exclusions>
710             </dependency>
711             <dependency>
712                 <groupId>org.springframework.boot</groupId>
713                 <artifactId>spring-boot-starter-webflux</artifactId>
714                 <version>${version.springboot}</version>
715             </dependency>
716             <dependency>
717                 <groupId>org.springframework.boot</groupId>
718                 <artifactId>spring-boot-starter-tomcat</artifactId>
719                 <version>${version.springboot}</version>
720             </dependency>
721             <dependency>
722                 <groupId>org.springframework.boot</groupId>
723                 <artifactId>spring-boot-starter-security</artifactId>
724                 <version>${version.springboot}</version>
725             </dependency>
726             <dependency>
727                 <groupId>org.springframework.boot</groupId>
728                 <artifactId>spring-boot-starter-validation</artifactId>
729                 <version>${version.springboot}</version>
730             </dependency>
731             <dependency>
732                 <groupId>org.springframework.boot</groupId>
733                 <artifactId>spring-boot-starter-actuator</artifactId>
734                 <version>${version.springboot}</version>
735             </dependency>
736             <dependency>
737                 <groupId>org.springframework.boot</groupId>
738                 <artifactId>spring-boot-starter-data-jpa</artifactId>
739                 <version>${version.springboot}</version>
740             </dependency>
741             <dependency>
742                 <groupId>org.springframework.boot</groupId>
743                 <artifactId>spring-boot-autoconfigure</artifactId>
744                 <version>${version.springboot}</version>
745             </dependency>
746             <dependency>
747                 <groupId>org.springframework.boot</groupId>
748                 <artifactId>spring-boot-starter-aop</artifactId>
749                 <version>${version.springboot}</version>
750             </dependency>
751             <dependency>
752                 <groupId>org.springframework.boot</groupId>
753                 <artifactId>spring-boot-starter-test</artifactId>
754                 <version>${version.springboot}</version>
755                 <scope>test</scope>
756                 <exclusions>
757                     <exclusion>
758                         <groupId>com.vaadin.external.google</groupId>
759                         <artifactId>android-json</artifactId>
760                     </exclusion>
761                 </exclusions>
762             </dependency>
763             <dependency>
764                 <groupId>org.apache.tomcat.embed</groupId>
765                 <artifactId>tomcat-embed-core</artifactId>
766                 <version>10.1.18</version>
767             </dependency>
768             <dependency>
769                 <groupId>org.springframework</groupId>
770                 <artifactId>spring-test</artifactId>
771                 <version>${version.spring}</version>
772                 <scope>test</scope>
773             </dependency>
774             <dependency>
775                 <groupId>io.micrometer</groupId>
776                 <artifactId>micrometer-registry-prometheus</artifactId>
777                 <version>${version.micrometer}</version>
778                 <scope>runtime</scope>
779             </dependency>
780             <dependency>
781                 <groupId>io.micrometer</groupId>
782                 <artifactId>micrometer-observation</artifactId>
783                 <version>${version.micrometer}</version>
784             </dependency>
785             <dependency>
786                 <groupId>io.micrometer</groupId>
787                 <artifactId>micrometer-core</artifactId>
788                 <version>${version.micrometer}</version>
789             </dependency>
790             <dependency>
791                 <groupId>org.bouncycastle</groupId>
792                 <artifactId>bcpkix-fips</artifactId>
793                 <version>1.0.7</version>
794             </dependency>
795         </dependencies>
796     </dependencyManagement>
797     <scm>
798         <connection>scm:git:ssh://git.onap.org:29418/${project.groupId}</connection>
799         <developerConnection>scm:git:ssh://git.onap.org:29418/${project.groupId}</developerConnection>
800         <tag>HEAD</tag>
801         <url>https://wiki.onap.org/display/DW/Integration+Project</url>
802     </scm>
803     <profiles>
804         <profile>
805             <id>m2e</id>
806             <!-- This profile is only active when the property "m2e.version" is set,
807                 which is the case when building in Eclipse with m2e. -->
808             <activation>
809                 <property>
810                     <name>m2e.version</name>
811                 </property>
812             </activation>
813             <build>
814                 <pluginManagement>
815                     <plugins>
816                         <plugin>
817                             <groupId>org.eclipse.m2e</groupId>
818                             <artifactId>lifecycle-mapping</artifactId>
819                             <version>1.0.0</version>
820                             <configuration>
821                                 <lifecycleMappingMetadata>
822                                     <pluginExecutions>
823                                         <pluginExecution>
824                                             <pluginExecutionFilter>
825                                                 <groupId>org.apache.maven.plugins</groupId>
826                                                 <artifactId>maven-checkstyle-plugin</artifactId>
827                                                 <version>3.3.0</version>
828                                                 <goals>
829                                                     <goal>check</goal>
830                                                 </goals>
831                                             </pluginExecutionFilter>
832                                             <action>
833                                                 <ignore/>
834                                             </action>
835                                         </pluginExecution>
836                                         <pluginExecution>
837                                             <pluginExecutionFilter>
838                                                 <groupId>org.apache.maven.plugins</groupId>
839                                                 <artifactId>maven-remote-resources-plugin</artifactId>
840                                                 <versionRange>${version.maven-remote-resources-plugin},)</versionRange>
841                                                 <goals>
842                                                     <goal>bundle</goal>
843                                                     <goal>process</goal>
844                                                 </goals>
845                                             </pluginExecutionFilter>
846                                             <action>
847                                                 <ignore/>
848                                             </action>
849                                         </pluginExecution>
850                                         <pluginExecution>
851                                             <pluginExecutionFilter>
852                                                 <groupId>org.jacoco</groupId>
853                                                 <artifactId>jacoco-maven-plugin</artifactId>
854                                                 <version>${version.jacoco}</version>
855                                                 <goals>
856                                                     <goal>prepare-agent</goal>
857                                                 </goals>
858                                             </pluginExecutionFilter>
859                                             <action>
860                                                 <ignore/>
861                                             </action>
862                                         </pluginExecution>
863                                         <pluginExecution>
864                                             <pluginExecutionFilter>
865                                                 <groupId>de.jpdigital</groupId>
866                                                 <artifactId>hibernate56-ddl-maven-plugin</artifactId>
867                                                 <versionRange>[2.5.0,)</versionRange>
868                                                 <goals>
869                                                     <goal>gen-ddl</goal>
870                                                 </goals>
871                                             </pluginExecutionFilter>
872                                             <action>
873                                                 <ignore/>
874                                             </action>
875                                         </pluginExecution>
876                                         <pluginExecution>
877                                             <pluginExecutionFilter>
878                                                 <groupId>org.codehaus.groovy.maven</groupId>
879                                                 <artifactId>gmaven-plugin</artifactId>
880                                                 <versionRange>[1.5,)</versionRange>
881                                                 <goals>
882                                                     <goal>execute</goal>
883                                                 </goals>
884                                             </pluginExecutionFilter>
885                                             <action>
886                                                 <ignore/>
887                                             </action>
888                                         </pluginExecution>
889                                         <pluginExecution>
890                                             <pluginExecutionFilter>
891                                                 <groupId>org.codehaus.mojo</groupId>
892                                                 <artifactId>exec-maven-plugin</artifactId>
893                                                 <versionRange>[3.0.0,)</versionRange>
894                                                 <goals>
895                                                     <goal>exec</goal>
896                                                 </goals>
897                                             </pluginExecutionFilter>
898                                             <action>
899                                                 <ignore/>
900                                             </action>
901                                         </pluginExecution>
902                                         <pluginExecution>
903                                             <pluginExecutionFilter>
904                                                 <groupId>org.codehaus.mojo</groupId>
905                                                 <artifactId>keytool-maven-plugin</artifactId>
906                                                 <versionRange>[1.7.0,)</versionRange>
907                                                 <goals>
908                                                     <goal>generateKeyPair</goal>
909                                                 </goals>
910                                             </pluginExecutionFilter>
911                                             <action>
912                                                 <ignore/>
913                                             </action>
914                                         </pluginExecution>
915                                         <pluginExecution>
916                                             <pluginExecutionFilter>
917                                                 <groupId>com.github.eirslett</groupId>
918                                                 <artifactId>frontend-maven-plugin</artifactId>
919                                                 <version>${version.frontend.maven}</version>
920                                                 <goals>
921                                                     <goal>npm</goal>
922                                                 </goals>
923                                             </pluginExecutionFilter>
924                                             <action>
925                                                 <ignore/>
926                                             </action>
927                                         </pluginExecution>
928                                         <pluginExecution>
929                                             <pluginExecutionFilter>
930                                                 <groupId>io.swagger.codegen.v3</groupId>
931                                                 <artifactId>swagger-codegen-maven-plugin</artifactId>
932                                                 <versionRange>[${version.swagger.codegen.v3},)</versionRange>
933                                                 <goals>
934                                                     <goal>generate</goal>
935                                                 </goals>
936                                             </pluginExecutionFilter>
937                                             <action>
938                                                 <ignore/>
939                                             </action>
940                                         </pluginExecution>
941                                     </pluginExecutions>
942                                 </lifecycleMappingMetadata>
943                             </configuration>
944                         </plugin>
945                     </plugins>
946                 </pluginManagement>
947             </build>
948         </profile>
949     </profiles>
950     <build>
951         <extensions>
952             <extension>
953                 <groupId>org.apache.maven.archetype</groupId>
954                 <artifactId>archetype-packaging</artifactId>
955                 <version>3.2.1</version>
956             </extension>
957         </extensions>
958         <pluginManagement>
959             <plugins>
960                 <plugin>
961                     <groupId>com.coderplus.maven.plugins</groupId>
962                     <artifactId>copy-rename-maven-plugin</artifactId>
963                     <version>1.0.1</version>
964                 </plugin>
965                 <plugin>
966                     <groupId>com.github.eirslett</groupId>
967                     <artifactId>frontend-maven-plugin</artifactId>
968                     <version>${version.frontend.maven}</version>
969                 </plugin>
970                 <plugin>
971                     <groupId>io.fabric8</groupId>
972                     <artifactId>docker-maven-plugin</artifactId>
973                     <version>0.43.4</version>
974                 </plugin>
975                 <plugin>
976                     <groupId>io.github.git-commit-id</groupId>
977                     <artifactId>git-commit-id-maven-plugin</artifactId>
978                     <version>6.0.0</version>
979                     <executions>
980                         <execution>
981                             <goals>
982                                 <goal>revision</goal>
983                             </goals>
984                         </execution>
985                     </executions>
986                     <configuration>
987                         <skipPoms>false</skipPoms>
988                         <generateGitPropertiesFile>false</generateGitPropertiesFile>
989                         <includeOnlyProperties>
990                             <includeOnlyProperty>^git.build.(time|version)$</includeOnlyProperty>
991                             <includeOnlyProperty>^git.commit.id.(abbrev|full)$</includeOnlyProperty>
992                         </includeOnlyProperties>
993                         <commitIdGenerationMode>full</commitIdGenerationMode>
994                         <dateFormat>yyyy-MM-dd'T'HH:mm:ss.SSS'Z'</dateFormat>
995                         <dateFormatTimeZone>UTC</dateFormatTimeZone>
996                     </configuration>
997                 </plugin>
998                 <plugin>
999                     <groupId>io.swagger.codegen.v3</groupId>
1000                     <artifactId>swagger-codegen-maven-plugin</artifactId>
1001                     <version>${version.swagger.codegen.v3}</version>
1002                 </plugin>
1003                 <plugin>
1004                     <groupId>org.apache.maven.plugins</groupId>
1005                     <artifactId>maven-archetype-plugin</artifactId>
1006                     <version>3.2.1</version>
1007                 </plugin>
1008                 <plugin>
1009                     <groupId>org.apache.maven.plugins</groupId>
1010                     <artifactId>maven-assembly-plugin</artifactId>
1011                     <version>3.6.0</version>
1012                 </plugin>
1013                 <plugin>
1014                     <groupId>org.apache.maven.plugins</groupId>
1015                     <artifactId>maven-clean-plugin</artifactId>
1016                     <version>3.3.1</version>
1017                 </plugin>
1018                 <plugin>
1019                     <groupId>org.apache.maven.plugins</groupId>
1020                     <artifactId>maven-compiler-plugin</artifactId>
1021                     <version>3.11.0</version>
1022                     <configuration>
1023                         <encoding>${project.build.sourceEncoding}</encoding>
1024                         <release>${java.version}</release>
1025                     </configuration>
1026                 </plugin>
1027                 <plugin>
1028                     <groupId>org.apache.maven.plugins</groupId>
1029                     <artifactId>maven-dependency-plugin</artifactId>
1030                     <version>3.6.0</version>
1031                 </plugin>
1032                 <plugin>
1033                     <groupId>org.apache.maven.plugins</groupId>
1034                     <artifactId>maven-eclipse-plugin</artifactId>
1035                     <version>2.10</version>
1036                 </plugin>
1037                 <plugin>
1038                     <groupId>org.apache.maven.plugins</groupId>
1039                     <artifactId>maven-install-plugin</artifactId>
1040                     <version>3.1.1</version>
1041                 </plugin>
1042                 <plugin>
1043                     <groupId>org.apache.maven.plugins</groupId>
1044                     <artifactId>maven-jar-plugin</artifactId>
1045                     <version>3.3.0</version>
1046                 </plugin>
1047                 <plugin>
1048                     <groupId>org.apache.maven.plugins</groupId>
1049                     <artifactId>maven-javadoc-plugin</artifactId>
1050                     <version>3.6.3</version>
1051                 </plugin>
1052                 <plugin>
1053                     <groupId>org.apache.maven.plugins</groupId>
1054                     <artifactId>maven-pmd-plugin</artifactId>
1055                     <version>3.21.0</version>
1056                 </plugin>
1057                 <plugin>
1058                     <groupId>org.apache.maven.plugins</groupId>
1059                     <artifactId>maven-release-plugin</artifactId>
1060                     <version>3.0.1</version>
1061                 </plugin>
1062                 <plugin>
1063                     <groupId>org.apache.maven.plugins</groupId>
1064                     <artifactId>maven-remote-resources-plugin</artifactId>
1065                     <version>${version.maven-remote-resources-plugin}</version>
1066                 </plugin>
1067                 <plugin>
1068                     <groupId>org.apache.maven.plugins</groupId>
1069                     <artifactId>maven-resources-plugin</artifactId>
1070                     <version>3.3.1</version>
1071                 </plugin>
1072                 <plugin>
1073                     <groupId>org.apache.maven.plugins</groupId>
1074                     <artifactId>maven-source-plugin</artifactId>
1075                     <version>3.3.0</version>
1076                 </plugin>
1077                 <plugin>
1078                     <groupId>org.apache.maven.plugins</groupId>
1079                     <artifactId>maven-shade-plugin</artifactId>
1080                     <version>3.5.0</version>
1081                 </plugin>
1082                 <plugin>
1083                     <groupId>org.apache.maven.plugins</groupId>
1084                     <artifactId>maven-war-plugin</artifactId>
1085                     <version>3.4.0</version>
1086                 </plugin>
1087                 <plugin>
1088                     <groupId>org.codehaus.gmaven</groupId>
1089                     <artifactId>groovy-maven-plugin</artifactId>
1090                     <version>2.1.1</version>
1091                 </plugin>
1092                 <plugin>
1093                     <groupId>org.codehaus.mojo</groupId>
1094                     <artifactId>versions-maven-plugin</artifactId>
1095                     <version>2.16.0</version>
1096                 </plugin>
1097                 <plugin>
1098                     <groupId>org.codehaus.mojo</groupId>
1099                     <artifactId>exec-maven-plugin</artifactId>
1100                     <version>3.1.0</version>
1101                 </plugin>
1102                 <plugin>
1103                     <groupId>org.kie</groupId>
1104                     <artifactId>kie-maven-plugin</artifactId>
1105                     <version>${version.drools}</version>
1106                     <extensions>true</extensions>
1107                 </plugin>
1108                 <plugin>
1109                     <groupId>org.springframework.boot</groupId>
1110                     <artifactId>spring-boot-maven-plugin</artifactId>
1111                     <version>${version.springboot}</version>
1112                 </plugin>
1113                 <plugin>
1114                     <groupId>org.apache.maven.plugins</groupId>
1115                     <artifactId>maven-surefire-plugin</artifactId>
1116                     <version>3.1.2</version>
1117                 </plugin>
1118             </plugins>
1119         </pluginManagement>
1120         <plugins>
1121             <plugin>
1122                 <groupId>org.apache.maven.plugins</groupId>
1123                 <artifactId>maven-compiler-plugin</artifactId>
1124                 <configuration>
1125                     <encoding>${project.build.sourceEncoding}</encoding>
1126                     <release>${java.version}</release>
1127                 </configuration>
1128             </plugin>
1129             <plugin>
1130                 <groupId>org.apache.maven.plugins</groupId>
1131                 <artifactId>maven-surefire-plugin</artifactId>
1132                 <configuration>
1133                     <argLine>@{surefireArgLine}</argLine>
1134                 </configuration>
1135             </plugin>
1136             <plugin>
1137                 <groupId>org.jacoco</groupId>
1138                 <artifactId>jacoco-maven-plugin</artifactId>
1139                 <version>${version.jacoco}</version>
1140                 <configuration>
1141                     <excludes>
1142                         <exclude>org/drools/**/*</exclude>
1143                     </excludes>
1144                 </configuration>
1145                 <executions>
1146                     <execution>
1147                         <id>pre-unit-test</id>
1148                         <goals>
1149                             <goal>prepare-agent</goal>
1150                         </goals>
1151                         <configuration>
1152                             <destFile>${jacoco.dataFile}</destFile>
1153                             <append>true</append>
1154                         </configuration>
1155                     </execution>
1156                     <execution>
1157                         <id>post-unit-test</id>
1158                         <phase>test</phase>
1159                         <goals>
1160                             <goal>report</goal>
1161                         </goals>
1162                         <configuration>
1163                             <dataFile>${jacoco.dataFile}</dataFile>
1164                         </configuration>
1165                     </execution>
1166                     <execution>
1167                         <id>pre-integration-test</id>
1168                         <phase>pre-integration-test</phase>
1169                         <goals>
1170                             <goal>prepare-agent</goal>
1171                         </goals>
1172                         <configuration>
1173                             <skip>true</skip>
1174                         </configuration>
1175                     </execution>
1176                     <execution>
1177                         <id>post-integration-test</id>
1178                         <phase>post-integration-test</phase>
1179                         <goals>
1180                             <goal>report</goal>
1181                         </goals>
1182                         <configuration>
1183                             <skip>true</skip>
1184                         </configuration>
1185                     </execution>
1186                     <execution>
1187                         <id>report-aggregate</id>
1188                         <phase>prepare-package</phase>
1189                         <goals>
1190                             <goal>report-aggregate</goal>
1191                         </goals>
1192                     </execution>
1193                 </executions>
1194             </plugin>
1195             <plugin>
1196                 <groupId>org.apache.maven.plugins</groupId>
1197                 <artifactId>maven-checkstyle-plugin</artifactId>
1198                 <executions>
1199                     <execution>
1200                         <id>onap-license</id>
1201                         <goals>
1202                             <goal>check</goal>
1203                         </goals>
1204                         <phase>process-sources</phase>
1205                         <configuration>
1206                             <configLocation>onap-checkstyle/check-license.xml</configLocation>
1207                             <includeResources>false</includeResources>
1208                             <includeTestSourceDirectory>true</includeTestSourceDirectory>
1209                             <includeTestResources>false</includeTestResources>
1210                             <sourceDirectories>
1211                                 <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
1212                             </sourceDirectories>
1213                             <consoleOutput>true</consoleOutput>
1214                             <failOnViolation>true</failOnViolation>
1215                             <violationSeverity>warning</violationSeverity>
1216                         </configuration>
1217                     </execution>
1218                     <execution>
1219                         <id>onap-java-style</id>
1220                         <goals>
1221                             <goal>check</goal>
1222                         </goals>
1223                         <phase>process-sources</phase>
1224                         <configuration>
1225                             <!-- Use Google Java Style Guide:
1226                               https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml
1227                               with minor changes -->
1228                             <configLocation>onap-checkstyle/onap-java-style.xml</configLocation>
1229                             <!-- <sourceDirectory> is needed so that checkstyle ignores the generated
1230                                 sources directory -->
1231                             <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories>
1232                             <includeResources>true</includeResources>
1233                             <includeTestSourceDirectory>true</includeTestSourceDirectory>
1234                             <includeTestResources>true</includeTestResources>
1235                             <consoleOutput>true</consoleOutput>
1236                             <failOnViolation>true</failOnViolation>
1237                             <violationSeverity>warning</violationSeverity>
1238                         </configuration>
1239                     </execution>
1240                 </executions>
1241                 <dependencies>
1242                     <dependency>
1243                         <groupId>org.onap.oparent</groupId>
1244                         <artifactId>checkstyle</artifactId>
1245                         <version>${oparent.version}</version>
1246                         <scope>compile</scope>
1247                     </dependency>
1248                 </dependencies>
1249             </plugin>
1250         </plugins>
1251     </build>
1252 </project>