7a07ba95ab65d217ae462aad5ea288a07ce504f6
[policy/parent.git] / integration / pom.xml
1 <!--
2   ============LICENSE_START=======================================================
3    Copyright (C) 2018 Ericsson. All rights reserved.
4    Modifications Copyright (C) 2018-2022 AT&T. All rights reserved.
5    Modifications Copyright (C) 2019-2022 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
24 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
26     <modelVersion>4.0.0</modelVersion>
27     <parent>
28         <groupId>org.onap.policy.parent</groupId>
29         <artifactId>policy-parent</artifactId>
30         <version>3.6.1-SNAPSHOT</version>
31     </parent>
32     <artifactId>integration</artifactId>
33     <packaging>pom</packaging>
34     <name>Policy Integration POM</name>
35     <description>Policy Integration POM</description>
36
37     <properties>
38         <java.version>11</java.version>
39         <!-- Note Well: For RELEASE/SNAPSHOT always set to the project version -->
40         <version.parent.resources>3.6.1-SNAPSHOT</version.parent.resources>
41         <version.logback>1.2.11</version.logback>
42         <version.dmaap>1.1.12</version.dmaap>
43         <version.powermock>2.0.9</version.powermock>
44         <version.eclipselink>2.7.8</version.eclipselink>
45         <version.drools>7.73.0.Final</version.drools>
46         <version.jersey>2.33</version.jersey>
47         <version.jackson>2.14.0-rc1</version.jackson>
48         <version.ccsdk>1.1.5</version.ccsdk>
49         <version.swagger>1.6.6</version.swagger>
50         <version.javax.bind>2.3.1</version.javax.bind>
51         <version.javax.json>1.1.4</version.javax.json>
52         <version.netty>4.1.70.Final</version.netty>
53         <version.springboot>2.5.14</version.springboot>
54         <version.hibernate.core>5.4.31.Final</version.hibernate.core>
55         <version.eelf.core>1.0.0</version.eelf.core>
56         <version.camel>3.7.3</version.camel>
57         <version.tomcat>9.0.62</version.tomcat>
58         <version.mockserver>5.13.2</version.mockserver>
59         <version.immutable>2.8.8</version.immutable>
60         <version.springfox>3.0.0</version.springfox>
61         <version.jakarta-api>2.0.2</version.jakarta-api>
62         <version.io.micrometer>1.7.3</version.io.micrometer>
63         <version.io.prometheus>0.11.0</version.io.prometheus>
64         <version.postgres>42.5.0</version.postgres>
65         <version.kafka>3.3.1</version.kafka>
66         <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
67         <repo.npm>https://nexus3.onap.org/repository/npm.public/npm/-/</repo.npm>
68         <docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>
69         <docker.push.registry>nexus3.onap.org:10003</docker.push.registry>
70     </properties>
71
72     <distributionManagement>
73         <site>
74             <id>ecomp-site</id>
75             <url>dav:${onap.nexus.url}${sitePath}</url>
76         </site>
77     </distributionManagement>
78
79     <dependencyManagement>
80         <dependencies>
81             <dependency>
82                 <groupId>org.onap.policy.parent</groupId>
83                 <artifactId>policy-parent-resources</artifactId>
84                 <version>${version.parent.resources}</version>
85             </dependency>
86
87             <dependency>
88                 <groupId>jakarta.validation</groupId>
89                 <artifactId>jakarta.validation-api</artifactId>
90                 <version>${version.jakarta-api}</version>
91             </dependency>
92
93             <!-- Jackson - needed by glassfish jersey -->
94             <dependency>
95                 <groupId>com.fasterxml.jackson.core</groupId>
96                 <artifactId>jackson-core</artifactId>
97                 <version>${version.jackson}</version>
98             </dependency>
99
100             <dependency>
101                 <groupId>com.fasterxml.jackson.core</groupId>
102                 <artifactId>jackson-databind</artifactId>
103                 <version>${version.jackson}</version>
104             </dependency>
105
106             <dependency>
107                 <groupId>com.fasterxml.jackson.core</groupId>
108                 <artifactId>jackson-annotations</artifactId>
109                 <version>${version.jackson}</version>
110             </dependency>
111
112             <dependency>
113                 <groupId>com.fasterxml.jackson.module</groupId>
114                 <artifactId>jackson-module-jaxb-annotations</artifactId>
115                 <version>${version.jackson}</version>
116             </dependency>
117
118             <dependency>
119                 <groupId>com.fasterxml.jackson.module</groupId>
120                 <artifactId>jackson-module-jsonSchema</artifactId>
121                 <version>${version.jackson}</version>
122             </dependency>
123
124             <dependency>
125                 <groupId>com.fasterxml.jackson.module</groupId>
126                 <artifactId>jackson-module-parameter-names</artifactId>
127                 <version>${version.jackson}</version>
128             </dependency>
129
130             <!-- Overriding this one breaks drools-applicaiotns -->
131             <!--dependency>
132                 <groupId>com.fasterxml.jackson.module</groupId>
133                 <artifactId>jackson-module-kotlin</artifactId>
134                 <version>${version.jackson}</version>
135             </dependency-->
136
137             <dependency>
138                 <groupId>com.fasterxml.jackson.module</groupId>
139                 <artifactId>jackson-module-scala_2.12</artifactId>
140                 <version>${version.jackson}</version>
141             </dependency>
142
143             <dependency>
144                 <groupId>com.fasterxml.jackson.dataformat</groupId>
145                 <artifactId>jackson-dataformat-yaml</artifactId>
146                 <version>${version.jackson}</version>
147             </dependency>
148
149             <dependency>
150                 <groupId>com.fasterxml.jackson.dataformat</groupId>
151                 <artifactId>jackson-dataformat-xml</artifactId>
152                 <version>${version.jackson}</version>
153             </dependency>
154
155             <dependency>
156                 <groupId>com.fasterxml.jackson.dataformat</groupId>
157                 <artifactId>jackson-dataformat-csv</artifactId>
158                 <version>${version.jackson}</version>
159             </dependency>
160
161             <dependency>
162                 <groupId>com.fasterxml.jackson.datatype</groupId>
163                 <artifactId>jackson-datatype-jdk8</artifactId>
164                 <version>${version.jackson}</version>
165             </dependency>
166
167             <dependency>
168                 <groupId>com.fasterxml.jackson.datatype</groupId>
169                 <artifactId>jackson-datatype-jsr310</artifactId>
170                 <version>${version.jackson}</version>
171             </dependency>
172
173             <dependency>
174                 <groupId>com.fasterxml.jackson.datatype</groupId>
175                 <artifactId>jackson-datatype-joda</artifactId>
176                 <version>${version.jackson}</version>
177             </dependency>
178
179             <dependency>
180                 <groupId>com.fasterxml.jackson.jaxrs</groupId>
181                 <artifactId>jackson-jaxrs-base</artifactId>
182                 <version>${version.jackson}</version>
183             </dependency>
184
185             <dependency>
186                 <groupId>com.fasterxml.jackson.jaxrs</groupId>
187                 <artifactId>jackson-jaxrs-json-provider</artifactId>
188                 <version>${version.jackson}</version>
189             </dependency>
190
191             <!-- Jersey -->
192             <dependency>
193                 <groupId>org.glassfish.jersey.core</groupId>
194                 <artifactId>jersey-server</artifactId>
195                 <version>${version.jersey}</version>
196                 <exclusions>
197                     <exclusion>
198                         <groupId>org.glassfish.jersey.media</groupId>
199                         <artifactId>jersey-media-jaxb</artifactId>
200                     </exclusion>
201                 </exclusions>
202             </dependency>
203
204             <dependency>
205                 <groupId>org.glassfish.jersey.containers</groupId>
206                 <artifactId>jersey-container-servlet-core</artifactId>
207                 <version>${version.jersey}</version>
208             </dependency>
209
210             <dependency>
211                 <groupId>org.glassfish.jersey.containers</groupId>
212                 <artifactId>jersey-container-jetty-http</artifactId>
213                 <version>${version.jersey}</version>
214                 <exclusions>
215                     <exclusion>
216                         <groupId>org.eclipse.jetty</groupId>
217                         <artifactId>jetty-util</artifactId>
218                     </exclusion>
219                 </exclusions>
220             </dependency>
221
222             <dependency>
223                 <groupId>org.glassfish.jersey.core</groupId>
224                 <artifactId>jersey-client</artifactId>
225                 <version>${version.jersey}</version>
226             </dependency>
227
228             <dependency>
229                 <groupId>org.glassfish.jersey.core</groupId>
230                 <artifactId>jersey-common</artifactId>
231                 <version>${version.jersey}</version>
232             </dependency>
233
234             <dependency>
235                 <groupId>org.glassfish.jersey.inject</groupId>
236                 <artifactId>jersey-hk2</artifactId>
237                 <version>${version.jersey}</version>
238             </dependency>
239
240             <dependency>
241                 <groupId>org.glassfish.jersey.containers</groupId>
242                 <artifactId>jersey-container-grizzly2-http</artifactId>
243                 <version>${version.jersey}</version>
244             </dependency>
245
246             <dependency>
247                 <groupId>org.glassfish.jersey.media</groupId>
248                 <artifactId>jersey-media-moxy</artifactId>
249                 <version>${version.jersey}</version>
250             </dependency>
251
252             <dependency>
253                 <groupId>org.glassfish.jersey.media</groupId>
254                 <artifactId>jersey-media-json-jackson</artifactId>
255                 <version>${version.jersey}</version>
256             </dependency>
257
258             <dependency>
259                 <groupId>org.glassfish.jersey.test-framework</groupId>
260                 <artifactId>jersey-test-framework-core</artifactId>
261                 <version>${version.jersey}</version>
262             </dependency>
263
264             <dependency>
265                 <groupId>org.glassfish.jersey.test-framework.providers</groupId>
266                 <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
267                 <version>${version.jersey}</version>
268             </dependency>
269
270             <dependency>
271                 <groupId>org.glassfish.jersey.media</groupId>
272                 <artifactId>jersey-media-multipart</artifactId>
273                 <version>${version.jersey}</version>
274             </dependency>
275
276             <!-- RE2J in lieu of java.util Pattern -->
277             <dependency>
278                 <groupId>com.google.re2j</groupId>
279                 <artifactId>re2j</artifactId>
280                 <version>1.5</version>
281             </dependency>
282
283             <!-- MariaDB -->
284             <dependency>
285                 <groupId>org.mariadb.jdbc</groupId>
286                 <artifactId>mariadb-java-client</artifactId>
287                 <version>2.7.6</version>
288             </dependency>
289
290             <!-- Postgres -->
291             <dependency>
292                 <groupId>org.postgresql</groupId>
293                 <artifactId>postgresql</artifactId>
294                 <version>${version.postgres}</version>
295             </dependency>
296
297             <!-- Kafka -->
298             <dependency>
299                 <groupId>org.apache.kafka</groupId>
300                 <artifactId>kafka-clients</artifactId>
301                 <version>${version.kafka}</version>
302                 <exclusions>
303                     <!-- The default Zookeeper version in Kafka has vulnerabilities -->
304                     <exclusion>
305                         <groupId>org.apache.zookeeper</groupId>
306                         <artifactId>zookeeper</artifactId>
307                     </exclusion>
308                 </exclusions>
309             </dependency>
310
311             <!-- Prometheus Client Libraries -->
312             <dependency>
313                 <groupId>io.prometheus</groupId>
314                 <artifactId>simpleclient</artifactId>
315                 <version>${version.io.prometheus}</version>
316             </dependency>
317             <dependency>
318                 <groupId>io.prometheus</groupId>
319                 <artifactId>simpleclient_hotspot</artifactId>
320                 <version>${version.io.prometheus}</version>
321             </dependency>
322             <dependency>
323                 <groupId>io.prometheus</groupId>
324                 <artifactId>simpleclient_servlet</artifactId>
325                 <version>${version.io.prometheus}</version>
326             </dependency>
327             <dependency>
328                 <groupId>io.prometheus</groupId>
329                 <artifactId>simpleclient_logback</artifactId>
330                 <version>${version.io.prometheus}</version>
331             </dependency>
332
333             <!-- Swagger Jersey2 JAXRS -->
334             <dependency>
335                 <groupId>io.swagger</groupId>
336                 <artifactId>swagger-jersey2-jaxrs</artifactId>
337                 <version>${version.swagger}</version>
338                 <exclusions>
339                     <exclusion>
340                         <groupId>org.glassfish.jersey.containers</groupId>
341                         <artifactId>jersey-container-servlet-core</artifactId>
342                     </exclusion>
343                 </exclusions>
344             </dependency>
345
346             <!--  Swagger Models -->
347             <dependency>
348                 <groupId>io.swagger</groupId>
349                 <artifactId>swagger-models</artifactId>
350                 <version>${version.swagger}</version>
351             </dependency>
352
353             <!-- Encoder and decoders for various formats -->
354             <dependency>
355                 <groupId>commons-codec</groupId>
356                 <artifactId>commons-codec</artifactId>
357                 <version>1.15</version>
358             </dependency>
359
360             <dependency>
361                 <groupId>com.thoughtworks.xstream</groupId>
362                 <artifactId>xstream</artifactId>
363                 <version>1.4.17</version>
364             </dependency>
365
366             <!-- Eclipse JPA API -->
367             <dependency>
368                 <groupId>org.eclipse.persistence</groupId>
369                 <artifactId>org.eclipse.persistence.jpa</artifactId>
370                 <version>${version.eclipselink}</version>
371             </dependency>
372
373             <!-- EclipseLink API -->
374             <dependency>
375                 <groupId>org.eclipse.persistence</groupId>
376                 <artifactId>eclipselink</artifactId>
377                 <version>${version.eclipselink}</version>
378             </dependency>
379
380             <!-- Java Servlet API -->
381             <dependency>
382                 <groupId>javax.servlet</groupId>
383                 <artifactId>javax.servlet-api</artifactId>
384                 <version>4.0.1</version>
385             </dependency>
386
387             <!-- HttpComponents Core (blocking I/O) -->
388             <dependency>
389                 <groupId>org.apache.httpcomponents</groupId>
390                 <artifactId>httpcore</artifactId>
391                 <version>4.4.14</version>
392             </dependency>
393
394             <!-- JSON marshalling and unmarshalling -->
395             <dependency>
396                 <groupId>com.google.code.gson</groupId>
397                 <artifactId>gson</artifactId>
398                 <version>2.9.0</version>
399             </dependency>
400             <dependency>
401                 <groupId>org.json</groupId>
402                 <artifactId>json</artifactId>
403                 <version>20201115</version>
404             </dependency>
405            <dependency>
406                <groupId>com.worldturner.medeia</groupId>
407                <artifactId>medeia-validator-gson</artifactId>
408                <version>1.1.1</version>
409            </dependency>
410
411             <!-- Lombok -->
412             <dependency>
413                 <groupId>org.projectlombok</groupId>
414                 <artifactId>lombok</artifactId>
415                 <version>1.18.16</version>
416             </dependency>
417
418             <!-- Logging -->
419             <dependency>
420                 <groupId>org.slf4j</groupId>
421                 <artifactId>slf4j-api</artifactId>
422                 <version>1.7.30</version>
423             </dependency>
424             <dependency>
425                 <groupId>org.slf4j</groupId>
426                 <artifactId>slf4j-ext</artifactId>
427                 <version>1.7.30</version>
428             </dependency>
429             <dependency>
430                 <groupId>ch.qos.logback</groupId>
431                 <artifactId>logback-core</artifactId>
432                 <version>${version.logback}</version>
433             </dependency>
434             <dependency>
435                 <groupId>ch.qos.logback</groupId>
436                 <artifactId>logback-classic</artifactId>
437                 <version>${version.logback}</version>
438             </dependency>
439
440             <!-- Dmaap Client -->
441             <dependency>
442                 <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
443                 <artifactId>dmaapClient</artifactId>
444                 <version>${version.dmaap}</version>
445                 <exclusions>
446                     <exclusion>
447                         <groupId>org.slf4j</groupId>
448                         <artifactId>slf4j-log4j12</artifactId>
449                     </exclusion>
450                     <exclusion>
451                         <groupId>log4j</groupId>
452                         <artifactId>log4j</artifactId>
453                     </exclusion>
454                     <exclusion>
455                         <artifactId>apache-log4j-extras</artifactId>
456                         <groupId>log4j</groupId>
457                     </exclusion>
458                 </exclusions>
459             </dependency>
460
461             <!-- CDS dependencies -->
462             <dependency>
463                 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
464                 <artifactId>blueprint-proto</artifactId>
465                 <version>${version.ccsdk}</version>
466                 <exclusions>
467                     <exclusion>
468                         <groupId>io.springfox</groupId>
469                         <artifactId>springfox-boot-starter</artifactId>
470                     </exclusion>
471                     <exclusion>
472                         <groupId>org.apache.logging.log4j</groupId>
473                         <artifactId>log4j-api</artifactId>
474                     </exclusion>
475                     <exclusion>
476                         <groupId>org.apache.logging.log4j</groupId>
477                         <artifactId>log4j-to-slf4j</artifactId>
478                     </exclusion>
479                 </exclusions>
480             </dependency>
481             <dependency>
482                 <groupId>net.minidev</groupId>
483                 <artifactId>json-smart</artifactId>
484                 <version>2.4.7</version>
485             </dependency>
486             <dependency>
487                 <groupId>org.apache.logging.log4j</groupId>
488                 <artifactId>log4j-api</artifactId>
489                 <version>2.17.1</version>
490             </dependency>
491             <dependency>
492                 <groupId>org.apache.logging.log4j</groupId>
493                 <artifactId>log4j-to-slf4j</artifactId>
494                 <version>2.17.1</version>
495             </dependency>
496
497             <!-- AAF Client -->
498             <dependency>
499                 <groupId>org.onap.aaf.authz</groupId>
500                 <artifactId>aaf-cadi-aaf</artifactId>
501                 <version>2.1.21</version>
502                 <exclusions>
503                     <exclusion>
504                         <groupId>log4j</groupId>
505                         <artifactId>log4j</artifactId>
506                     </exclusion>
507                 </exclusions>
508             </dependency>
509
510             <!-- Client library for Cambria event routing API -->
511             <dependency>
512                 <groupId>com.att.nsa</groupId>
513                 <artifactId>cambriaClient</artifactId>
514                 <version>1.2.1-oss</version>
515             </dependency>
516             <dependency>
517                 <groupId>com.att.nsa</groupId>
518                 <artifactId>saClientLibrary</artifactId>
519                 <version>1.3.0-oss</version>
520             </dependency>
521
522             <!-- Commons CLI for command line parsing -->
523             <dependency>
524                 <groupId>commons-cli</groupId>
525                 <artifactId>commons-cli</artifactId>
526                 <version>1.4</version>
527             </dependency>
528
529             <!-- Web Sockets -->
530             <dependency>
531                 <groupId>org.java-websocket</groupId>
532                 <artifactId>Java-WebSocket</artifactId>
533                 <version>1.5.1</version>
534             </dependency>
535
536             <!-- SnakeYAML -->
537             <dependency>
538                 <groupId>org.yaml</groupId>
539                 <artifactId>snakeyaml</artifactId>
540                 <version>1.33</version>
541             </dependency>
542
543             <!-- Drools -->
544
545             <!--
546             Security Issues: 1 of 2
547             This dependency is trying to upgrade security fixes
548             identified. If it is removed or manipulated then please
549             fix the 2nd change as noted below.
550             -->
551
552             <dependency>
553                 <groupId>org.codehaus.plexus</groupId>
554                 <artifactId>plexus-utils</artifactId>
555                 <version>3.3.0</version>
556             </dependency>
557
558             <dependency>
559                 <groupId>org.kie</groupId>
560                 <artifactId>kie-api</artifactId>
561                 <version>${version.drools}</version>
562             </dependency>
563
564             <dependency>
565                 <groupId>org.kie</groupId>
566                 <artifactId>kie-ci</artifactId>
567                 <version>${version.drools}</version>
568
569                 <!--
570                 Issue: 2 of 2
571                 Excluding these 2 dependencies in order to force upgrade security fixes
572                 identified. As declared above. Any changes here should be reflected above
573                 and vice versa.
574                 -->
575
576                 <exclusions>
577                     <exclusion>
578                         <groupId>org.codehaus.plexus</groupId>
579                         <artifactId>plexus-utils</artifactId>
580                     </exclusion>
581                 </exclusions>
582             </dependency>
583
584             <dependency>
585                 <groupId>org.drools</groupId>
586                 <artifactId>drools-core</artifactId>
587                 <version>${version.drools}</version>
588             </dependency>
589
590             <dependency>
591                 <groupId>org.drools</groupId>
592                 <artifactId>drools-persistence-jpa</artifactId>
593                 <version>${version.drools}</version>
594             </dependency>
595
596             <dependency>
597                 <groupId>org.drools</groupId>
598                 <artifactId>drools-compiler</artifactId>
599                 <version>${version.drools}</version>
600             </dependency>
601
602             <dependency>
603                 <groupId>org.drools</groupId>
604                 <artifactId>drools-verifier-drl</artifactId>
605                 <version>${version.drools}</version>
606             </dependency>
607
608             <dependency>
609                 <groupId>org.drools</groupId>
610                 <artifactId>drools-verifier-api</artifactId>
611                 <version>${version.drools}</version>
612             </dependency>
613
614             <dependency>
615                 <groupId>org.drools</groupId>
616                 <artifactId>drools-verifier-core</artifactId>
617                 <version>${version.drools}</version>
618             </dependency>
619
620             <dependency>
621                 <groupId>org.dom4j</groupId>
622                 <artifactId>dom4j</artifactId>
623                 <version>2.1.3</version>
624             </dependency>
625
626             <!-- Mockserver -->
627             <dependency>
628                 <groupId>org.mock-server</groupId>
629                 <artifactId>mockserver-netty</artifactId>
630                 <version>${version.mockserver}</version>
631                 <scope>test</scope>
632             </dependency>
633
634             <dependency>
635                 <groupId>org.mock-server</groupId>
636                 <artifactId>mockserver-client-java</artifactId>
637                 <version>${version.mockserver}</version>
638                 <scope>test</scope>
639             </dependency>
640
641             <!-- Immutables -->
642             <dependency>
643                 <groupId>org.immutables</groupId>
644                 <artifactId>value</artifactId>
645                 <version>${version.immutable}</version>
646                 <scope>provided</scope>
647             </dependency>
648
649             <dependency>
650                 <groupId>org.immutables</groupId>
651                 <artifactId>gson</artifactId>
652                 <version>${version.immutable}</version>
653             </dependency>
654
655             <!-- Springfox -->
656             <dependency>
657                 <groupId>io.springfox</groupId>
658                 <artifactId>springfox-swagger2</artifactId>
659                 <version>${version.springfox}</version>
660             </dependency>
661
662             <dependency>
663                 <groupId>io.springfox</groupId>
664                 <artifactId>springfox-swagger-ui</artifactId>
665                 <version>${version.springfox}</version>
666                 <scope>runtime</scope>
667             </dependency>
668
669             <!-- File upload -->
670             <dependency>
671                 <groupId>commons-fileupload</groupId>
672                 <artifactId>commons-fileupload</artifactId>
673                 <version>1.4</version>
674             </dependency>
675
676             <!-- Janino -->
677             <dependency>
678                 <groupId>org.codehaus.janino</groupId>
679                 <artifactId>janino</artifactId>
680                 <version>3.0.8</version>
681             </dependency>
682
683             <!-- jaxws -->
684             <dependency>
685                 <groupId>javax.xml.ws</groupId>
686                 <artifactId>jaxws-api</artifactId>
687                 <version>2.3.1</version>
688             </dependency>
689
690             <dependency>
691                 <groupId>org.onap.sdc.sdc-distribution-client</groupId>
692                 <artifactId>sdc-distribution-client</artifactId>
693                 <version>1.4.1</version>
694             </dependency>
695
696             <dependency>
697                 <groupId>org.onap.sdc.sdc-tosca</groupId>
698                 <artifactId>sdc-tosca</artifactId>
699                 <version>1.5.1</version>
700             </dependency>
701
702             <dependency>
703                 <groupId>org.jboss.spec.javax.ws.rs</groupId>
704                 <artifactId>jboss-jaxrs-api_2.0_spec</artifactId>
705                 <version>1.0.1.Final</version>
706             </dependency>
707
708             <!-- transaction api -->
709             <dependency>
710                 <groupId>javax.transaction</groupId>
711                 <artifactId>jta</artifactId>
712                 <version>1.1</version>
713             </dependency>
714
715             <!-- Test dependencies -->
716
717             <!-- In memory Database Engine -->
718             <dependency>
719                 <groupId>com.h2database</groupId>
720                 <artifactId>h2</artifactId>
721                 <version>1.4.200</version>
722                 <scope>test</scope>
723             </dependency>
724
725             <!-- JUNIT -->
726             <dependency>
727                 <groupId>junit</groupId>
728                 <artifactId>junit</artifactId>
729                 <version>4.13.1</version>
730                 <scope>test</scope>
731             </dependency>
732
733             <!-- Junit vintage -->
734             <dependency>
735                 <groupId>org.junit.vintage</groupId>
736                 <artifactId>junit-vintage-engine</artifactId>
737                 <version>5.7.1</version>
738                 <scope>test</scope>
739             </dependency>
740
741             <!-- Cucumber Tests -->
742             <dependency>
743                 <groupId>io.cucumber</groupId>
744                 <artifactId>cucumber-java</artifactId>
745                 <version>6.9.1</version>
746                 <scope>test</scope>
747             </dependency>
748             <dependency>
749                 <groupId>io.cucumber</groupId>
750                 <artifactId>cucumber-junit</artifactId>
751                 <version>6.9.1</version>
752                 <scope>test</scope>
753             </dependency>
754
755             <!-- Exception testing -->
756             <dependency>
757                 <groupId>org.assertj</groupId>
758                 <artifactId>assertj-core</artifactId>
759                 <version>3.18.1</version>
760                 <scope>test</scope>
761             </dependency>
762
763             <!-- Mock libraries -->
764             <dependency>
765                 <groupId>com.openpojo</groupId>
766                 <artifactId>openpojo</artifactId>
767                 <version>0.8.13</version>
768                 <scope>test</scope>
769             </dependency>
770             <dependency>
771                 <groupId>org.mockito</groupId>
772                 <artifactId>mockito-all</artifactId>
773                 <version>1.10.19</version>
774                 <scope>test</scope>
775             </dependency>
776             <dependency>
777                 <groupId>org.powermock</groupId>
778                 <artifactId>powermock-core</artifactId>
779                 <version>${version.powermock}</version>
780                 <scope>test</scope>
781             </dependency>
782             <dependency>
783                 <groupId>org.powermock</groupId>
784                 <artifactId>powermock-api-mockito2</artifactId>
785                 <version>${version.powermock}</version>
786                 <scope>test</scope>
787             </dependency>
788             <dependency>
789                 <groupId>org.powermock</groupId>
790                 <artifactId>powermock-module-junit4</artifactId>
791                 <version>${version.powermock}</version>
792                 <scope>test</scope>
793             </dependency>
794             <dependency>
795                 <groupId>org.mockito</groupId>
796                 <artifactId>mockito-core</artifactId>
797                 <version>3.7.7</version>
798                 <scope>test</scope>
799             </dependency>
800
801             <!-- Awaitility -->
802             <dependency>
803                 <groupId>org.awaitility</groupId>
804                 <artifactId>awaitility</artifactId>
805                 <version>4.0.3</version>
806                 <scope>test</scope>
807             </dependency>
808
809             <!-- Netty -->
810             <dependency>
811                 <groupId>io.netty</groupId>
812                 <artifactId>netty-all</artifactId>
813                 <version>${version.netty}</version>
814             </dependency>
815             <dependency>
816                 <groupId>io.netty</groupId>
817                 <artifactId>netty-codec-http2</artifactId>
818                 <version>${version.netty}</version>
819             </dependency>
820             <dependency>
821                 <groupId>io.netty</groupId>
822                 <artifactId>netty-handler-proxy</artifactId>
823                 <version>${version.netty}</version>
824             </dependency>
825
826             <!-- Commons Lang -->
827             <dependency>
828                 <groupId>org.apache.commons</groupId>
829                 <artifactId>commons-lang3</artifactId>
830                 <version>3.11</version>
831             </dependency>
832
833             <!-- Commons IO -->
834             <dependency>
835                 <groupId>commons-io</groupId>
836                 <artifactId>commons-io</artifactId>
837                 <version>2.8.0</version>
838             </dependency>
839
840             <dependency>
841                 <groupId>org.apache.commons</groupId>
842                 <artifactId>commons-vfs2</artifactId>
843                 <version>2.8.0</version>
844             </dependency>
845
846             <dependency>
847                 <groupId>com.googlecode.json-simple</groupId>
848                 <artifactId>json-simple</artifactId>
849                 <version>1.1.1</version>
850             </dependency>
851
852             <dependency>
853                 <groupId>com.github.docker-java</groupId>
854                 <artifactId>docker-java-core</artifactId>
855                 <version>3.2.7</version>
856                 <scope>test</scope>
857             </dependency>
858
859             <dependency>
860                 <groupId>com.github.docker-java</groupId>
861                 <artifactId>docker-java</artifactId>
862                 <version>3.2.7</version>
863                 <scope>test</scope>
864             </dependency>
865
866             <!--  Springboot -->
867             <dependency>
868                 <groupId>org.springframework.boot</groupId>
869                 <artifactId>spring-boot-starter-web</artifactId>
870                 <version>${version.springboot}</version>
871             </dependency>
872             <dependency>
873                 <groupId>org.springframework.boot</groupId>
874                 <artifactId>spring-boot-starter-webflux</artifactId>
875                 <version>${version.springboot}</version>
876             </dependency>
877             <dependency>
878                 <groupId>org.springframework.boot</groupId>
879                 <artifactId>spring-boot-starter-validation</artifactId>
880                 <version>${version.springboot}</version>
881             </dependency>
882             <dependency>
883                 <groupId>org.springframework.boot</groupId>
884                 <artifactId>spring-boot-starter-aop</artifactId>
885                 <version>${version.springboot}</version>
886             </dependency>
887             <dependency>
888                 <groupId>org.springframework.boot</groupId>
889                 <artifactId>spring-boot-starter-test</artifactId>
890                 <version>${version.springboot}</version>
891                 <scope>test</scope>
892             </dependency>
893             <dependency>
894                 <groupId>org.springframework.boot</groupId>
895                 <artifactId>spring-boot-starter-security</artifactId>
896                 <version>${version.springboot}</version>
897             </dependency>
898             <dependency>
899                 <groupId>org.springframework.boot</groupId>
900                 <artifactId>spring-boot-starter-data-jpa</artifactId>
901                 <version>${version.springboot}</version>
902             </dependency>
903             <dependency>
904                 <groupId>org.springframework.boot</groupId>
905                 <artifactId>spring-boot-starter-tomcat</artifactId>
906                 <version>${version.springboot}</version>
907             </dependency>
908             <dependency>
909                 <groupId>org.springframework.boot</groupId>
910                 <artifactId>spring-boot-starter-actuator</artifactId>
911                 <version>${version.springboot}</version>
912             </dependency>
913             <dependency>
914                 <groupId>org.springframework.boot</groupId>
915                 <artifactId>spring-boot-autoconfigure</artifactId>
916                 <version>${version.springboot}</version>
917             </dependency>
918
919             <!--  Hibernate -->
920             <dependency>
921                 <groupId>org.hibernate</groupId>
922                 <artifactId>hibernate-core</artifactId>
923                 <version>${version.hibernate.core}</version>
924             </dependency>
925
926             <!-- Github -->
927             <dependency>
928                 <groupId>io.github.classgraph</groupId>
929                 <artifactId>classgraph</artifactId>
930                 <version>4.8.146</version>
931             </dependency>
932
933             <!-- Tomcat -->
934             <dependency>
935                 <groupId>org.apache.tomcat</groupId>
936                 <artifactId>tomcat-annotations-api</artifactId>
937                 <version>${version.tomcat}</version>
938             </dependency>
939             <dependency>
940                 <groupId>org.apache.tomcat.embed</groupId>
941                 <artifactId>tomcat-embed-core</artifactId>
942                 <version>${version.tomcat}</version>
943             </dependency>
944             <dependency>
945                 <groupId>org.apache.tomcat.embed</groupId>
946                 <artifactId>tomcat-embed-el</artifactId>
947                 <version>${version.tomcat}</version>
948             </dependency>
949             <dependency>
950                 <groupId>org.apache.tomcat.embed</groupId>
951                 <artifactId>tomcat-embed-websocket</artifactId>
952                 <version>${version.tomcat}</version>
953             </dependency>
954
955         </dependencies>
956
957     </dependencyManagement>
958
959     <scm>
960         <connection>scm:git:ssh://git.onap.org:29418/${project.groupId}</connection>
961         <developerConnection>scm:git:ssh://git.onap.org:29418/${project.groupId}</developerConnection>
962         <tag>HEAD</tag>
963         <url>https://wiki.onap.org/display/DW/Integration+Project</url>
964     </scm>
965
966     <profiles>
967         <profile>
968             <id>m2e</id>
969             <!-- This profile is only active when the property "m2e.version" is set,
970                 which is the case when building in Eclipse with m2e. -->
971             <activation>
972                 <property>
973                     <name>m2e.version</name>
974                 </property>
975             </activation>
976             <build>
977                 <pluginManagement>
978                     <plugins>
979                         <plugin>
980                             <groupId>org.eclipse.m2e</groupId>
981                             <artifactId>lifecycle-mapping</artifactId>
982                             <version>1.0.0</version>
983                             <configuration>
984                                 <lifecycleMappingMetadata>
985                                     <pluginExecutions>
986                                         <pluginExecution>
987                                             <pluginExecutionFilter>
988                                                 <groupId>org.apache.maven.plugins</groupId>
989                                                 <artifactId>maven-checkstyle-plugin</artifactId>
990                                                 <versionRange>2.17,)</versionRange>
991                                                 <goals>
992                                                     <goal>check</goal>
993                                                 </goals>
994                                             </pluginExecutionFilter>
995                                             <action>
996                                                 <ignore />
997                                             </action>
998                                         </pluginExecution>
999                                         <pluginExecution>
1000                                             <pluginExecutionFilter>
1001                                                 <groupId>org.apache.maven.plugins</groupId>
1002                                                 <artifactId>maven-remote-resources-plugin</artifactId>
1003                                                 <versionRange>3.0.0,)</versionRange>
1004                                                 <goals>
1005                                                     <goal>bundle</goal>
1006                                                     <goal>process</goal>
1007                                                 </goals>
1008                                             </pluginExecutionFilter>
1009                                             <action>
1010                                                 <ignore />
1011                                             </action>
1012                                         </pluginExecution>
1013                                         <pluginExecution>
1014                                             <pluginExecutionFilter>
1015                                                 <groupId>org.jacoco</groupId>
1016                                                 <artifactId>jacoco-maven-plugin</artifactId>
1017                                                 <versionRange>[0.7.1.201405082137,)</versionRange>
1018                                                 <goals>
1019                                                     <goal>prepare-agent</goal>
1020                                                 </goals>
1021                                             </pluginExecutionFilter>
1022                                             <action>
1023                                                 <ignore />
1024                                             </action>
1025                                         </pluginExecution>
1026                                         <pluginExecution>
1027                                             <pluginExecutionFilter>
1028                                                 <groupId>de.jpdigital</groupId>
1029                                                 <artifactId>hibernate52-ddl-maven-plugin</artifactId>
1030                                                 <versionRange>[2.2.0,)</versionRange>
1031                                                 <goals>
1032                                                     <goal>gen-ddl</goal>
1033                                                 </goals>
1034                                             </pluginExecutionFilter>
1035                                             <action>
1036                                                 <ignore />
1037                                             </action>
1038                                         </pluginExecution>
1039                                         <pluginExecution>
1040                                             <pluginExecutionFilter>
1041                                                 <groupId>org.codehaus.groovy.maven</groupId>
1042                                                 <artifactId>gmaven-plugin</artifactId>
1043                                                 <versionRange>[1.0,)</versionRange>
1044                                                 <goals>
1045                                                     <goal>execute</goal>
1046                                                 </goals>
1047                                             </pluginExecutionFilter>
1048                                             <action>
1049                                                 <ignore />
1050                                             </action>
1051                                         </pluginExecution>
1052                                         <pluginExecution>
1053                                             <pluginExecutionFilter>
1054                                                 <groupId>org.codehaus.mojo</groupId>
1055                                                 <artifactId>exec-maven-plugin</artifactId>
1056                                                 <versionRange>[3.0.0,)</versionRange>
1057                                                 <goals>
1058                                                     <goal>exec</goal>
1059                                                 </goals>
1060                                             </pluginExecutionFilter>
1061                                             <action>
1062                                                 <ignore />
1063                                             </action>
1064                                         </pluginExecution>
1065                                         <pluginExecution>
1066                                             <pluginExecutionFilter>
1067                                                 <groupId>org.codehaus.mojo</groupId>
1068                                                 <artifactId>keytool-maven-plugin</artifactId>
1069                                                 <versionRange>[1.5.0,)</versionRange>
1070                                                 <goals>
1071                                                     <goal>generateKeyPair</goal>
1072                                                 </goals>
1073                                             </pluginExecutionFilter>
1074                                             <action>
1075                                                 <ignore />
1076                                             </action>
1077                                         </pluginExecution>
1078                                         <pluginExecution>
1079                                             <pluginExecutionFilter>
1080                                                 <groupId>com.github.eirslett</groupId>
1081                                                 <artifactId>frontend-maven-plugin</artifactId>
1082                                                 <versionRange>[1.11.0,)</versionRange>
1083                                                 <goals>
1084                                                     <goal>npm</goal>
1085                                                 </goals>
1086                                             </pluginExecutionFilter>
1087                                             <action>
1088                                                 <ignore />
1089                                             </action>
1090                                         </pluginExecution>
1091                                     </pluginExecutions>
1092                                 </lifecycleMappingMetadata>
1093                             </configuration>
1094                         </plugin>
1095                     </plugins>
1096                 </pluginManagement>
1097             </build>
1098         </profile>
1099         <profile>
1100             <id>generateSwaggerDocs</id>
1101             <activation>
1102                 <property>
1103                     <name>!skipTests</name>
1104                 </property>
1105             </activation>
1106             <build>
1107                 <plugins>
1108                     <!-- Read the swagger.json file and the definition from SwaggerConfig.java; generate
1109                     a list of .adoc files containing the APIs info in more structured way -->
1110                     <plugin>
1111                         <groupId>io.github.swagger2markup</groupId>
1112                         <artifactId>swagger2markup-maven-plugin</artifactId>
1113                         <version>1.3.3</version>
1114                         <dependencies>
1115                             <dependency>
1116                                 <groupId>io.github.swagger2markup</groupId>
1117                                 <artifactId>swagger2markup-import-files-ext</artifactId>
1118                                 <version>1.3.3</version>
1119                             </dependency>
1120                             <dependency>
1121                                 <groupId>io.github.swagger2markup</groupId>
1122                                 <artifactId>swagger2markup-spring-restdocs-ext</artifactId>
1123                                 <version>1.3.3</version>
1124                             </dependency>
1125                         </dependencies>
1126                         <configuration>
1127                             <swaggerInput>${project.build.directory}/swagger/swagger.json</swaggerInput>
1128                             <outputDir>${project.build.directory}/asciidoc/generated</outputDir>
1129                             <config>
1130                                 <swagger2markup.markupLanguage>ASCIIDOC</swagger2markup.markupLanguage>
1131                             </config>
1132                         </configuration>
1133                         <executions>
1134                             <execution>
1135                                 <phase>${swagger.generation.phase}</phase>
1136                                 <goals>
1137                                     <goal>convertSwagger2markup</goal>
1138                                 </goals>
1139                             </execution>
1140                         </executions>
1141                     </plugin>
1142
1143                     <plugin>
1144                         <groupId>org.apache.maven.plugins</groupId>
1145                         <artifactId>maven-dependency-plugin</artifactId>
1146                         <executions>
1147                             <execution>
1148                                 <id>unpack-swagger-asciidoc</id>
1149                                 <phase>${swagger.generation.phase}</phase>
1150                                 <goals>
1151                                     <goal>unpack</goal>
1152                                 </goals>
1153                                 <configuration>
1154                                     <artifactItems>
1155                                         <artifactItem>
1156                                             <groupId>org.onap.policy.parent</groupId>
1157                                             <artifactId>policy-parent-resources</artifactId>
1158                                             <type>jar</type>
1159                                             <overWrite>true</overWrite>
1160                                             <outputDirectory>${project.build.directory}</outputDirectory>
1161                                         </artifactItem>
1162                                     </artifactItems>
1163                                     <includes>asciidoc/**</includes>
1164                                     <outputDirectory>${project.build.directory}</outputDirectory>
1165                                 </configuration>
1166                             </execution>
1167                         </executions>
1168                     </plugin>
1169
1170                     <!-- Run the generated asciidoc through Asciidoctor to generate other documentation
1171                     types, such as PDFs or HTML5 -->
1172                     <plugin>
1173                         <groupId>org.asciidoctor</groupId>
1174                         <artifactId>asciidoctor-maven-plugin</artifactId>
1175                         <version>1.5.7.1</version>
1176                         <dependencies>
1177                             <dependency>
1178                                 <groupId>org.asciidoctor</groupId>
1179                                 <artifactId>asciidoctorj-pdf</artifactId>
1180                                 <version>1.5.0-alpha.10.1</version>
1181                             </dependency>
1182                         </dependencies>
1183                         <configuration>
1184                             <sourceDirectory>${project.build.directory}/asciidoc</sourceDirectory>
1185                             <sourceDocumentName>swagger.adoc</sourceDocumentName>
1186                             <attributes>
1187                                 <doctype>book</doctype>
1188                                 <toc>left</toc>
1189                                 <toclevels>3</toclevels>
1190                                 <numbered />
1191                                 <hardbreaks />
1192                                 <sectlinks />
1193                                 <sectanchors />
1194                                 <generated>${project.build.directory}/asciidoc/generated</generated>
1195                             </attributes>
1196                         </configuration>
1197
1198                         <executions>
1199                             <execution>
1200                                 <id>output-html</id>
1201                                 <phase>${swagger.generation.phase}</phase>
1202                                 <goals>
1203                                     <goal>process-asciidoc</goal>
1204                                 </goals>
1205                                 <configuration>
1206                                     <backend>html5</backend>
1207                                     <outputDirectory>${project.build.directory}/swagger</outputDirectory>
1208                                 </configuration>
1209                             </execution>
1210                             <execution>
1211                                 <id>output-pdf</id>
1212                                 <phase>${swagger.generation.phase}</phase>
1213                                 <goals>
1214                                     <goal>process-asciidoc</goal>
1215                                 </goals>
1216                                 <configuration>
1217                                     <backend>pdf</backend>
1218                                     <outputDirectory>${project.build.directory}/swagger</outputDirectory>
1219                                 </configuration>
1220                             </execution>
1221                         </executions>
1222                     </plugin>
1223
1224                     <!--  Create a tarball for Swagger documents -->
1225                     <plugin>
1226                         <groupId>org.apache.maven.plugins</groupId>
1227                         <artifactId>maven-assembly-plugin</artifactId>
1228                         <dependencies>
1229                             <dependency>
1230                                 <groupId>org.onap.policy.parent</groupId>
1231                                 <artifactId>policy-parent-resources</artifactId>
1232                                 <version>${version.parent.resources}</version>
1233                             </dependency>
1234                         </dependencies>
1235                         <executions>
1236                             <execution>
1237                                 <id>generate-swagger-tar</id>
1238                                 <phase>${swagger.generation.phase}</phase>
1239                                 <goals>
1240                                     <goal>single</goal>
1241                                 </goals>
1242                                 <configuration>
1243                                     <descriptorRefs>
1244                                         <descriptorRef>swagger-docs</descriptorRef>
1245                                     </descriptorRefs>
1246                                     <finalName>${project.artifactId}</finalName>
1247                                 </configuration>
1248                             </execution>
1249                         </executions>
1250                     </plugin>
1251
1252                 </plugins>
1253             </build>
1254         </profile>
1255     </profiles>
1256
1257     <build>
1258         <extensions>
1259             <extension>
1260                 <groupId>org.apache.maven.archetype</groupId>
1261                 <artifactId>archetype-packaging</artifactId>
1262                 <version>3.2.0</version>
1263             </extension>
1264         </extensions>
1265         <pluginManagement>
1266             <plugins>
1267                 <plugin>
1268                     <groupId>org.codehaus.mojo</groupId>
1269                     <artifactId>versions-maven-plugin</artifactId>
1270                     <version>2.8.1</version>
1271                 </plugin>
1272                 <plugin>
1273                     <groupId>org.apache.maven.plugins</groupId>
1274                     <artifactId>maven-dependency-plugin</artifactId>
1275                     <version>3.1.2</version>
1276                 </plugin>
1277                 <plugin>
1278                     <!-- THIS PLUGIN IS RETIRED -->
1279                     <groupId>org.apache.maven.plugins</groupId>
1280                     <artifactId>maven-reactor-plugin</artifactId>
1281                     <version>1.1</version>
1282                 </plugin>
1283                 <plugin>
1284                     <!-- THIS PLUGIN IS RETIRED -->
1285                     <!-- Advise to use m2e -->
1286                     <groupId>org.apache.maven.plugins</groupId>
1287                     <artifactId>maven-eclipse-plugin</artifactId>
1288                     <version>2.10</version>
1289                 </plugin>
1290                 <plugin>
1291                     <groupId>org.apache.maven.plugins</groupId>
1292                     <artifactId>maven-install-plugin</artifactId>
1293                     <version>3.0.0-M1</version>
1294                 </plugin>
1295                 <plugin>
1296                     <groupId>org.apache.maven.plugins</groupId>
1297                     <artifactId>maven-resources-plugin</artifactId>
1298                     <version>3.2.0</version>
1299                 </plugin>
1300                 <plugin>
1301                     <groupId>org.apache.maven.plugins</groupId>
1302                     <artifactId>maven-source-plugin</artifactId>
1303                     <version>3.2.1</version>
1304                 </plugin>
1305                 <plugin>
1306                     <groupId>org.apache.maven.plugins</groupId>
1307                     <artifactId>maven-release-plugin</artifactId>
1308                     <version>3.0.0-M1</version>
1309                 </plugin>
1310                 <plugin>
1311                     <groupId>org.apache.maven.plugins</groupId>
1312                     <artifactId>maven-assembly-plugin</artifactId>
1313                     <version>3.3.0</version>
1314                 </plugin>
1315                 <plugin>
1316                     <groupId>org.apache.maven.plugins</groupId>
1317                     <artifactId>maven-jar-plugin</artifactId>
1318                     <version>3.2.0</version>
1319                 </plugin>
1320                 <plugin>
1321                     <groupId>org.apache.maven.plugins</groupId>
1322                     <artifactId>maven-javadoc-plugin</artifactId>
1323                     <version>3.2.0</version>
1324                 </plugin>
1325                 <plugin>
1326                     <groupId>org.apache.maven.plugins</groupId>
1327                     <artifactId>maven-shade-plugin</artifactId>
1328                     <version>3.2.4</version>
1329                 </plugin>
1330                 <plugin>
1331                     <groupId>org.apache.maven.plugins</groupId>
1332                     <artifactId>maven-archetype-plugin</artifactId>
1333                     <version>3.2.0</version>
1334                 </plugin>
1335                 <plugin>
1336                     <groupId>com.coderplus.maven.plugins</groupId>
1337                     <artifactId>copy-rename-maven-plugin</artifactId>
1338                     <version>1.0.1</version>
1339                 </plugin>
1340                 <plugin>
1341                     <groupId>org.apache.maven.plugins</groupId>
1342                     <artifactId>maven-compiler-plugin</artifactId>
1343                     <version>3.8.1</version>
1344                     <configuration>
1345                         <encoding>${project.build.sourceEncoding}</encoding>
1346                         <release>${java.version}</release>
1347                     </configuration>
1348                 </plugin>
1349                 <plugin>
1350                     <groupId>org.codehaus.mojo</groupId>
1351                     <artifactId>exec-maven-plugin</artifactId>
1352                     <version>3.0.0</version>
1353                 </plugin>
1354                 <plugin>
1355                     <groupId>org.apache.maven.plugins</groupId>
1356                     <artifactId>maven-war-plugin</artifactId>
1357                     <version>3.3.1</version>
1358                 </plugin>
1359                 <plugin>
1360                     <groupId>io.fabric8</groupId>
1361                     <artifactId>docker-maven-plugin</artifactId>
1362                     <version>0.40.1</version>
1363                 </plugin>
1364                 <plugin>
1365                     <groupId>org.kie</groupId>
1366                     <artifactId>kie-maven-plugin</artifactId>
1367                     <version>${version.drools}</version>
1368                     <extensions>true</extensions>
1369                 </plugin>
1370                 <plugin>
1371                     <groupId>org.springframework.boot</groupId>
1372                     <artifactId>spring-boot-maven-plugin</artifactId>
1373                     <version>${version.springboot}</version>
1374                 </plugin>
1375             </plugins>
1376         </pluginManagement>
1377
1378         <plugins>
1379             <plugin>
1380                 <groupId>org.apache.maven.plugins</groupId>
1381                 <artifactId>maven-compiler-plugin</artifactId>
1382                 <configuration>
1383                     <encoding>${project.build.sourceEncoding}</encoding>
1384                     <source>${java.version}</source>
1385                     <target>${java.version}</target>
1386                 </configuration>
1387             </plugin>
1388             <plugin>
1389                 <groupId>org.jacoco</groupId>
1390                 <artifactId>jacoco-maven-plugin</artifactId>
1391                 <executions>
1392                     <execution>
1393                         <id>pre-unit-test</id>
1394                         <goals>
1395                             <goal>prepare-agent</goal>
1396                         </goals>
1397                         <configuration>
1398                             <destFile>${jacoco.dataFile}</destFile>
1399                             <append>true</append>
1400                         </configuration>
1401                     </execution>
1402                     <execution>
1403                         <id>post-unit-test</id>
1404                         <phase>test</phase>
1405                         <goals>
1406                             <goal>report</goal>
1407                         </goals>
1408                         <configuration>
1409                             <dataFile>${jacoco.dataFile}</dataFile>
1410                         </configuration>
1411                     </execution>
1412                     <execution>
1413                         <id>pre-integration-test</id>
1414                         <phase>pre-integration-test</phase>
1415                         <goals>
1416                             <goal>prepare-agent</goal>
1417                         </goals>
1418                         <configuration>
1419                             <skip>true</skip>
1420                         </configuration>
1421                     </execution>
1422                     <execution>
1423                         <id>post-integration-test</id>
1424                         <phase>post-integration-test</phase>
1425                         <goals>
1426                             <goal>report</goal>
1427                         </goals>
1428                         <configuration>
1429                             <skip>true</skip>
1430                         </configuration>
1431                     </execution>
1432                     <execution>
1433                         <id>report-aggregate</id>
1434                         <phase>prepare-package</phase>
1435                         <goals>
1436                             <goal>report-aggregate</goal>
1437                         </goals>
1438                     </execution>
1439                 </executions>
1440             </plugin>
1441             <plugin>
1442                 <artifactId>maven-checkstyle-plugin</artifactId>
1443                 <executions>
1444                     <execution>
1445                         <id>onap-license</id>
1446                         <goals>
1447                             <goal>check</goal>
1448                         </goals>
1449                         <phase>process-sources</phase>
1450                         <configuration>
1451                             <configLocation>onap-checkstyle/check-license.xml</configLocation>
1452                             <includeResources>false</includeResources>
1453                             <includeTestSourceDirectory>true</includeTestSourceDirectory>
1454                             <includeTestResources>false</includeTestResources>
1455                             <sourceDirectories>
1456                                 <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
1457                             </sourceDirectories>
1458                             <consoleOutput>true</consoleOutput>
1459                             <failOnViolation>true</failOnViolation>
1460                             <violationSeverity>warning</violationSeverity>
1461                         </configuration>
1462                     </execution>
1463                     <execution>
1464                         <id>onap-java-style</id>
1465                         <goals>
1466                             <goal>check</goal>
1467                         </goals>
1468                         <phase>process-sources</phase>
1469                         <configuration>
1470                             <!-- Use Google Java Style Guide:
1471                               https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml
1472                               with minor changes -->
1473                             <configLocation>onap-checkstyle/onap-java-style.xml</configLocation>
1474                             <!-- <sourceDirectory> is needed so that checkstyle ignores the generated
1475                                 sources directory -->
1476                             <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories>
1477                             <includeResources>true</includeResources>
1478                             <includeTestSourceDirectory>true</includeTestSourceDirectory>
1479                             <includeTestResources>true</includeTestResources>
1480                             <excludes>
1481                             </excludes>
1482                             <consoleOutput>true</consoleOutput>
1483                             <failOnViolation>true</failOnViolation>
1484                             <violationSeverity>warning</violationSeverity>
1485                         </configuration>
1486                     </execution>
1487                 </executions>
1488                 <dependencies>
1489                     <dependency>
1490                         <groupId>org.onap.oparent</groupId>
1491                         <artifactId>checkstyle</artifactId>
1492                         <version>${oparent.version}</version>
1493                         <scope>compile</scope>
1494                     </dependency>
1495                 </dependencies>
1496             </plugin>
1497         </plugins>
1498     </build>
1499 </project>