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