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