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