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