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