d57e45ff8af76eb2ff3295e2aa16b5f278e84503
[policy/parent.git] / integration / pom.xml
1 <!--
2   ============LICENSE_START=======================================================
3    Copyright (C) 2018 Ericsson. All rights reserved.
4    Modifications Copyright (C) 2018-2023 AT&T. All rights reserved.
5    Modifications Copyright (C) 2019-2023 Nordix Foundation.
6    Modifications Copyright (C) 2020-2022 Bell Canada.
7   ================================================================================
8   Licensed under the Apache License, Version 2.0 (the "License");
9   you may not use this file except in compliance with the License.
10   You may obtain a copy of the License at
11
12        http://www.apache.org/licenses/LICENSE-2.0
13
14   Unless required by applicable law or agreed to in writing, software
15   distributed under the License is distributed on an "AS IS" BASIS,
16   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17   See the License for the specific language governing permissions and
18   limitations under the License.
19
20   SPDX-License-Identifier: Apache-2.0
21   ============LICENSE_END=========================================================
22 -->
23 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24     <modelVersion>4.0.0</modelVersion>
25     <parent>
26         <groupId>org.onap.policy.parent</groupId>
27         <artifactId>policy-parent</artifactId>
28         <version>3.7.1-SNAPSHOT</version>
29     </parent>
30     <artifactId>integration</artifactId>
31     <packaging>pom</packaging>
32     <name>Policy Integration POM</name>
33     <description>Policy Integration POM</description>
34     <properties>
35         <java.version>11</java.version>
36         <!-- Note Well: For RELEASE/SNAPSHOT always set to the project version -->
37         <version.parent.resources>3.7.1-SNAPSHOT</version.parent.resources>
38         <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
39         <repo.npm>https://nexus3.onap.org/repository/npm.public/npm/-/</repo.npm>
40         <docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>
41         <docker.push.registry>nexus3.onap.org:10003</docker.push.registry>
42         <!-- Dependency Versions -->
43         <version.aaf>2.1.21</version.aaf>
44         <version.assertj>3.23.1</version.assertj>
45         <version.awaitility>4.2.0</version.awaitility>
46         <version.bind-jaxb-api>2.3.1</version.bind-jaxb-api>
47         <version.ccsdk>1.4.0</version.ccsdk>
48         <version.commons-cli>1.5.0</version.commons-cli>
49         <version.commons-codec>1.15</version.commons-codec>
50         <version.commons-fileupload>1.4</version.commons-fileupload>
51         <version.commons-io>2.11.0</version.commons-io>
52         <version.commons-lang3>3.12.0</version.commons-lang3>
53         <version.commons-text>1.10.0</version.commons-text>
54         <version.cucumber>7.9.0</version.cucumber>
55         <version.dmaap>1.1.12</version.dmaap>
56         <version.docker-java>3.2.14</version.docker-java>
57         <version.drools>8.32.0.Final</version.drools>
58         <version.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.6.14.Final</version.hibernate.core>
64         <version.httpcore>4.4.16</version.httpcore>
65         <version.immutables>2.9.2</version.immutables>
66         <version.io.micrometer>1.10.2</version.io.micrometer>
67         <version.io.prometheus>0.16.0</version.io.prometheus>
68         <version.jackson>2.14.1</version.jackson>
69         <version.jakarta-api>2.0.2</version.jakarta-api>
70         <!--version.jakarta-api>3.0.2</version.jakarta-api-->
71         <version.javax-json>1.1.4</version.javax-json>
72         <version.jboss-jaxrs-api>1.0.1-Final</version.jboss-jaxrs-api>
73         <version.jersey>2.37</version.jersey>
74         <!--version.jersey>3.1.0</version.jersey-->
75         <version.jetty>9.4.48.v20220622</version.jetty>
76         <!--version.jetty>11.0.12</version.jetty-->
77         <version.json-simple>1.1.1</version.json-simple>
78         <version.json>20220924</version.json>
79         <version.junit-vintage>5.9.1</version.junit-vintage>
80         <version.junit>4.13.2</version.junit>
81         <version.kafka>3.3.1</version.kafka>
82         <version.log4j>2.17.1</version.log4j>
83         <!--version.log4j>2.19.0</version.log4j-->
84         <version.logback>1.2.11</version.logback>
85         <!--version.logback>1.4.5</version.logback-->
86         <version.lombok>1.18.24</version.lombok>
87         <version.mariadb>3.1.0</version.mariadb>
88         <version.medeia>1.1.1</version.medeia>
89         <version.mockito-all>1.10.19</version.mockito-all>
90         <version.mockito-core>5.1.0</version.mockito-core>
91         <version.mockserver>5.15.0</version.mockserver>
92         <version.netty>4.1.85.Final</version.netty>
93         <version.nsa-cambria>1.2.1-oss</version.nsa-cambria>
94         <version.nsa-sa-client>1.3.0-oss</version.nsa-sa-client>
95         <version.openpojo>0.9.1</version.openpojo>
96         <version.plexus>3.5.0</version.plexus>
97         <version.postgresql>42.5.1</version.postgresql>
98         <version.sdc>2.0.0</version.sdc>
99         <version.servlet>4.0.1</version.servlet>
100         <version.slf4j>1.7.30</version.slf4j>
101         <!--version.slf4j>2.0.5</version.slf4j-->
102         <version.snakeyaml>1.33</version.snakeyaml>
103         <version.spring>5.3.25</version.spring>
104         <version.spring-security>5.8.1</version.spring-security>
105         <version.springboot>2.7.8</version.springboot>
106         <version.springdoc>1.6.13</version.springdoc>
107         <version.swagger.codegen.v3>3.0.36</version.swagger.codegen.v3>
108         <version.swagger.core.v3>2.2.7</version.swagger.core.v3>
109         <version.swagger>1.6.9</version.swagger>
110         <version.tomcat>9.0.62</version.tomcat>
111         <!--version.tomcat>10.1.2</version.tomcat-->
112         <version.websocket>1.5.3</version.websocket>
113     </properties>
114     <distributionManagement>
115         <site>
116             <id>ecomp-site</id>
117             <url>dav:${onap.nexus.url}${sitePath}</url>
118         </site>
119     </distributionManagement>
120     <dependencyManagement>
121         <dependencies>
122             <dependency>
123                 <groupId>org.onap.policy.parent</groupId>
124                 <artifactId>policy-parent-resources</artifactId>
125                 <version>${version.parent.resources}</version>
126             </dependency>
127             <dependency>
128                 <groupId>jakarta.validation</groupId>
129                 <artifactId>jakarta.validation-api</artifactId>
130                 <version>${version.jakarta-api}</version>
131             </dependency>
132             <!-- Jackson - needed by glassfish jersey -->
133             <dependency>
134                 <groupId>com.fasterxml.jackson.core</groupId>
135                 <artifactId>jackson-annotations</artifactId>
136                 <version>${version.jackson}</version>
137             </dependency>
138             <dependency>
139                 <groupId>com.fasterxml.jackson.module</groupId>
140                 <artifactId>jackson-module-jaxb-annotations</artifactId>
141                 <version>${version.jackson}</version>
142             </dependency>
143             <dependency>
144                 <groupId>com.fasterxml.jackson.module</groupId>
145                 <artifactId>jackson-module-jsonSchema</artifactId>
146                 <version>${version.jackson}</version>
147             </dependency>
148             <dependency>
149                 <groupId>com.fasterxml.jackson.module</groupId>
150                 <artifactId>jackson-module-parameter-names</artifactId>
151                 <version>${version.jackson}</version>
152             </dependency>
153             <dependency>
154                 <groupId>com.fasterxml.jackson.module</groupId>
155                 <artifactId>jackson-module-scala_2.12</artifactId>
156                 <version>${version.jackson}</version>
157             </dependency>
158             <dependency>
159                 <groupId>com.fasterxml.jackson.dataformat</groupId>
160                 <artifactId>jackson-dataformat-yaml</artifactId>
161                 <version>${version.jackson}</version>
162             </dependency>
163             <dependency>
164                 <groupId>com.fasterxml.jackson.dataformat</groupId>
165                 <artifactId>jackson-dataformat-xml</artifactId>
166                 <version>${version.jackson}</version>
167             </dependency>
168             <dependency>
169                 <groupId>com.fasterxml.jackson.dataformat</groupId>
170                 <artifactId>jackson-dataformat-csv</artifactId>
171                 <version>${version.jackson}</version>
172             </dependency>
173             <dependency>
174                 <groupId>com.fasterxml.jackson.datatype</groupId>
175                 <artifactId>jackson-datatype-jdk8</artifactId>
176                 <version>${version.jackson}</version>
177             </dependency>
178             <dependency>
179                 <groupId>com.fasterxml.jackson.datatype</groupId>
180                 <artifactId>jackson-datatype-jsr310</artifactId>
181                 <version>${version.jackson}</version>
182             </dependency>
183             <dependency>
184                 <groupId>com.fasterxml.jackson.datatype</groupId>
185                 <artifactId>jackson-datatype-joda</artifactId>
186                 <version>${version.jackson}</version>
187             </dependency>
188             <dependency>
189                 <groupId>com.fasterxml.jackson.jaxrs</groupId>
190                 <artifactId>jackson-jaxrs-base</artifactId>
191                 <version>${version.jackson}</version>
192             </dependency>
193             <dependency>
194                 <groupId>com.fasterxml.jackson.jaxrs</groupId>
195                 <artifactId>jackson-jaxrs-json-provider</artifactId>
196                 <version>${version.jackson}</version>
197             </dependency>
198             <!-- Jersey -->
199             <dependency>
200                 <groupId>org.glassfish.jersey.core</groupId>
201                 <artifactId>jersey-server</artifactId>
202                 <version>${version.jersey}</version>
203             </dependency>
204             <dependency>
205                 <groupId>org.glassfish.jersey.containers</groupId>
206                 <artifactId>jersey-container-servlet-core</artifactId>
207                 <version>${version.jersey}</version>
208             </dependency>
209             <dependency>
210                 <groupId>org.glassfish.jersey.containers</groupId>
211                 <artifactId>jersey-container-jetty-http</artifactId>
212                 <version>${version.jersey}</version>
213             </dependency>
214             <dependency>
215                 <groupId>org.glassfish.jersey.core</groupId>
216                 <artifactId>jersey-client</artifactId>
217                 <version>${version.jersey}</version>
218             </dependency>
219             <dependency>
220                 <groupId>org.glassfish.jersey.core</groupId>
221                 <artifactId>jersey-common</artifactId>
222                 <version>${version.jersey}</version>
223             </dependency>
224             <dependency>
225                 <groupId>org.glassfish.jersey.inject</groupId>
226                 <artifactId>jersey-hk2</artifactId>
227                 <version>${version.jersey}</version>
228             </dependency>
229             <dependency>
230                 <groupId>org.glassfish.jersey.containers</groupId>
231                 <artifactId>jersey-container-grizzly2-http</artifactId>
232                 <version>${version.jersey}</version>
233             </dependency>
234             <dependency>
235                 <groupId>org.glassfish.jersey.media</groupId>
236                 <artifactId>jersey-media-moxy</artifactId>
237                 <version>${version.jersey}</version>
238             </dependency>
239             <dependency>
240                 <groupId>org.glassfish.jersey.media</groupId>
241                 <artifactId>jersey-media-json-jackson</artifactId>
242                 <version>${version.jersey}</version>
243             </dependency>
244             <dependency>
245                 <groupId>org.glassfish.jersey.test-framework</groupId>
246                 <artifactId>jersey-test-framework-core</artifactId>
247                 <version>${version.jersey}</version>
248             </dependency>
249             <dependency>
250                 <groupId>org.glassfish.jersey.test-framework.providers</groupId>
251                 <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
252                 <version>${version.jersey}</version>
253             </dependency>
254             <dependency>
255                 <groupId>org.glassfish.jersey.media</groupId>
256                 <artifactId>jersey-media-multipart</artifactId>
257                 <version>${version.jersey}</version>
258             </dependency>
259             <dependency>
260                 <groupId>org.glassfish</groupId>
261                 <artifactId>javax.json</artifactId>
262                 <version>${version.javax-json}</version>
263             </dependency>
264             <!-- Jetty -->
265             <dependency>
266                 <groupId>org.eclipse.jetty</groupId>
267                 <artifactId>jetty-http</artifactId>
268                 <version>${version.jetty}</version>
269             </dependency>
270             <dependency>
271                 <groupId>org.eclipse.jetty</groupId>
272                 <artifactId>jetty-servlet</artifactId>
273                 <version>${version.jetty}</version>
274             </dependency>
275             <dependency>
276                 <groupId>org.eclipse.jetty</groupId>
277                 <artifactId>jetty-servlets</artifactId>
278                 <version>${version.jetty}</version>
279             </dependency>
280             <dependency>
281                 <groupId>org.eclipse.jetty</groupId>
282                 <artifactId>jetty-server</artifactId>
283                 <version>${version.jetty}</version>
284             </dependency>
285             <dependency>
286                 <groupId>org.eclipse.jetty</groupId>
287                 <artifactId>jetty-security</artifactId>
288                 <version>${version.jetty}</version>
289             </dependency>
290             <!-- RE2J in lieu of java.util Pattern -->
291             <dependency>
292                 <groupId>com.google.re2j</groupId>
293                 <artifactId>re2j</artifactId>
294                 <version>${version.google-re2j}</version>
295             </dependency>
296             <!-- MariaDB -->
297             <dependency>
298                 <groupId>org.mariadb.jdbc</groupId>
299                 <artifactId>mariadb-java-client</artifactId>
300                 <version>${version.mariadb}</version>
301             </dependency>
302             <!-- Postgres -->
303             <dependency>
304                 <groupId>org.postgresql</groupId>
305                 <artifactId>postgresql</artifactId>
306                 <version>${version.postgresql}</version>
307             </dependency>
308             <!-- Kafka -->
309             <dependency>
310                 <groupId>org.apache.kafka</groupId>
311                 <artifactId>kafka-clients</artifactId>
312                 <version>${version.kafka}</version>
313             </dependency>
314             <!-- Prometheus Client Libraries -->
315             <dependency>
316                 <groupId>io.prometheus</groupId>
317                 <artifactId>simpleclient</artifactId>
318                 <version>${version.io.prometheus}</version>
319             </dependency>
320             <dependency>
321                 <groupId>io.prometheus</groupId>
322                 <artifactId>simpleclient_hotspot</artifactId>
323                 <version>${version.io.prometheus}</version>
324             </dependency>
325             <dependency>
326                 <groupId>io.prometheus</groupId>
327                 <artifactId>simpleclient_servlet</artifactId>
328                 <version>${version.io.prometheus}</version>
329             </dependency>
330             <dependency>
331                 <groupId>io.prometheus</groupId>
332                 <artifactId>simpleclient_logback</artifactId>
333                 <version>${version.io.prometheus}</version>
334             </dependency>
335             <!-- Swagger Jersey2 JAXRS -->
336             <dependency>
337                 <groupId>io.swagger</groupId>
338                 <artifactId>swagger-jersey2-jaxrs</artifactId>
339                 <version>${version.swagger}</version>
340             </dependency>
341             <!--  Swagger Models -->
342             <dependency>
343                 <groupId>io.swagger</groupId>
344                 <artifactId>swagger-models</artifactId>
345                 <version>${version.swagger}</version>
346             </dependency>
347             <dependency>
348                 <groupId>io.swagger.core.v3</groupId>
349                 <artifactId>swagger-models</artifactId>
350                 <version>${version.swagger.core.v3}</version>
351             </dependency>
352             <!-- Encoder and decoders for various formats -->
353             <dependency>
354                 <groupId>commons-codec</groupId>
355                 <artifactId>commons-codec</artifactId>
356                 <version>${version.commons-codec}</version>
357             </dependency>
358             <!-- Eclipselink -->
359             <dependency>
360                 <groupId>org.eclipse.persistence</groupId>
361                 <artifactId>org.eclipse.persistence.jpa</artifactId>
362                 <version>${version.eclipselink}</version>
363             </dependency>
364             <dependency>
365                 <groupId>org.eclipse.persistence</groupId>
366                 <artifactId>eclipselink</artifactId>
367                 <version>${version.eclipselink}</version>
368             </dependency>
369             <dependency>
370                 <groupId>org.eclipse.persistence</groupId>
371                 <artifactId>org.eclipse.persistence.core</artifactId>
372                 <version>${version.eclipselink}</version>
373             </dependency>
374             <dependency>
375                 <groupId>org.eclipse.persistence</groupId>
376                 <artifactId>org.eclipse.persistence.oracle</artifactId>
377                 <version>${version.eclipselink}</version>
378             </dependency>
379             <!-- Java Servlet API -->
380             <dependency>
381                 <groupId>javax.servlet</groupId>
382                 <artifactId>javax.servlet-api</artifactId>
383                 <version>${version.servlet}</version>
384             </dependency>
385             <dependency>
386                 <groupId>javax.xml.bind</groupId>
387                 <artifactId>jaxb-api</artifactId>
388                 <version>${version.bind-jaxb-api}</version>
389             </dependency>
390             <!-- HttpComponents Core (blocking I/O) -->
391             <dependency>
392                 <groupId>org.apache.httpcomponents</groupId>
393                 <artifactId>httpcore</artifactId>
394                 <version>${version.httpcore}</version>
395             </dependency>
396             <!-- JSON marshalling and unmarshalling -->
397             <dependency>
398                 <groupId>com.google.code.gson</groupId>
399                 <artifactId>gson</artifactId>
400                 <version>${version.gson}</version>
401             </dependency>
402             <dependency>
403                 <groupId>org.json</groupId>
404                 <artifactId>json</artifactId>
405                 <version>${version.json}</version>
406             </dependency>
407             <dependency>
408                 <groupId>com.worldturner.medeia</groupId>
409                 <artifactId>medeia-validator-gson</artifactId>
410                 <version>${version.medeia}</version>
411             </dependency>
412             <!-- Lombok -->
413             <dependency>
414                 <groupId>org.projectlombok</groupId>
415                 <artifactId>lombok</artifactId>
416                 <version>${version.lombok}</version>
417             </dependency>
418             <!-- Logging -->
419             <dependency>
420                 <groupId>org.slf4j</groupId>
421                 <artifactId>slf4j-api</artifactId>
422                 <version>${version.slf4j}</version>
423             </dependency>
424             <dependency>
425                 <groupId>org.slf4j</groupId>
426                 <artifactId>slf4j-ext</artifactId>
427                 <version>${version.slf4j}</version>
428             </dependency>
429             <dependency>
430                 <groupId>ch.qos.logback</groupId>
431                 <artifactId>logback-core</artifactId>
432                 <version>${version.logback}</version>
433             </dependency>
434             <dependency>
435                 <groupId>ch.qos.logback</groupId>
436                 <artifactId>logback-classic</artifactId>
437                 <version>${version.logback}</version>
438             </dependency>
439             <dependency>
440                 <groupId>org.apache.logging.log4j</groupId>
441                 <artifactId>log4j-api</artifactId>
442                 <version>${version.log4j}</version>
443             </dependency>
444             <dependency>
445                 <groupId>org.apache.logging.log4j</groupId>
446                 <artifactId>log4j-to-slf4j</artifactId>
447                 <version>${version.log4j}</version>
448             </dependency>
449             <!-- Dmaap Client -->
450             <dependency>
451                 <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
452                 <artifactId>dmaapClient</artifactId>
453                 <version>${version.dmaap}</version>
454                 <exclusions>
455                     <exclusion>
456                         <groupId>org.slf4j</groupId>
457                         <artifactId>slf4j-log4j12</artifactId>
458                     </exclusion>
459                     <exclusion>
460                         <groupId>log4j</groupId>
461                         <artifactId>log4j</artifactId>
462                     </exclusion>
463                     <exclusion>
464                         <artifactId>apache-log4j-extras</artifactId>
465                         <groupId>log4j</groupId>
466                     </exclusion>
467                 </exclusions>
468             </dependency>
469             <!-- CDS dependencies -->
470             <dependency>
471                 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
472                 <artifactId>blueprint-proto</artifactId>
473                 <version>${version.ccsdk}</version>
474                 <exclusions>
475                     <exclusion>
476                         <groupId>io.springfox</groupId>
477                         <artifactId>springfox-boot-starter</artifactId>
478                     </exclusion>
479                     <exclusion>
480                         <groupId>org.apache.logging.log4j</groupId>
481                         <artifactId>log4j-api</artifactId>
482                     </exclusion>
483                     <exclusion>
484                         <groupId>org.apache.logging.log4j</groupId>
485                         <artifactId>log4j-to-slf4j</artifactId>
486                     </exclusion>
487                 </exclusions>
488             </dependency>
489             <!-- AAF Client -->
490             <dependency>
491                 <groupId>org.onap.aaf.authz</groupId>
492                 <artifactId>aaf-cadi-aaf</artifactId>
493                 <version>${version.aaf}</version>
494                 <exclusions>
495                     <exclusion>
496                         <groupId>log4j</groupId>
497                         <artifactId>log4j</artifactId>
498                     </exclusion>
499                 </exclusions>
500             </dependency>
501             <!-- Client library for Cambria event routing API -->
502             <dependency>
503                 <groupId>com.att.nsa</groupId>
504                 <artifactId>cambriaClient</artifactId>
505                 <version>${version.nsa-cambria}</version>
506             </dependency>
507             <dependency>
508                 <groupId>com.att.nsa</groupId>
509                 <artifactId>saClientLibrary</artifactId>
510                 <version>${version.nsa-sa-client}</version>
511             </dependency>
512             <!-- Commons CLI for command line parsing -->
513             <dependency>
514                 <groupId>commons-cli</groupId>
515                 <artifactId>commons-cli</artifactId>
516                 <version>${version.commons-cli}</version>
517             </dependency>
518             <!-- Web Sockets -->
519             <dependency>
520                 <groupId>org.java-websocket</groupId>
521                 <artifactId>Java-WebSocket</artifactId>
522                 <version>${version.websocket}</version>
523             </dependency>
524             <!-- SnakeYAML -->
525             <dependency>
526                 <groupId>org.yaml</groupId>
527                 <artifactId>snakeyaml</artifactId>
528                 <version>${version.snakeyaml}</version>
529             </dependency>
530             <!-- Drools -->
531             <!--
532             Security Issues: 1 of 2
533             This dependency is trying to upgrade security fixes
534             identified. If it is removed or manipulated then please
535             fix the 2nd change as noted below.
536             -->
537             <dependency>
538                 <groupId>org.codehaus.plexus</groupId>
539                 <artifactId>plexus-utils</artifactId>
540                 <version>${version.plexus}</version>
541             </dependency>
542             <dependency>
543                 <groupId>org.kie</groupId>
544                 <artifactId>kie-api</artifactId>
545                 <version>${version.drools}</version>
546             </dependency>
547             <dependency>
548                 <groupId>org.kie</groupId>
549                 <artifactId>kie-ci</artifactId>
550                 <version>${version.drools}</version>
551                 <!--
552                 Issue: 2 of 2
553                 Excluding these 2 dependencies in order to force upgrade security fixes
554                 identified. As declared above. Any changes here should be reflected above
555                 and vice versa.
556                 -->
557                 <exclusions>
558                     <exclusion>
559                         <groupId>org.codehaus.plexus</groupId>
560                         <artifactId>plexus-utils</artifactId>
561                     </exclusion>
562                 </exclusions>
563             </dependency>
564             <dependency>
565                 <groupId>org.drools</groupId>
566                 <artifactId>drools-core</artifactId>
567                 <version>${version.drools}</version>
568             </dependency>
569             <dependency>
570                 <groupId>org.drools</groupId>
571                 <artifactId>drools-engine</artifactId>
572                 <version>${version.drools}</version>
573             </dependency>
574             <dependency>
575                 <groupId>org.drools</groupId>
576                 <artifactId>drools-xml-support</artifactId>
577                 <version>${version.drools}</version>
578             </dependency>
579             <dependency>
580                 <groupId>org.drools</groupId>
581                 <artifactId>drools-persistence-jpa</artifactId>
582                 <version>${version.drools}</version>
583             </dependency>
584             <dependency>
585                 <groupId>org.drools</groupId>
586                 <artifactId>drools-compiler</artifactId>
587                 <version>${version.drools}</version>
588             </dependency>
589             <dependency>
590                 <groupId>org.drools</groupId>
591                 <artifactId>drools-verifier-drl</artifactId>
592                 <version>${version.drools}</version>
593             </dependency>
594             <dependency>
595                 <groupId>org.drools</groupId>
596                 <artifactId>drools-verifier-api</artifactId>
597                 <version>${version.drools}</version>
598             </dependency>
599             <dependency>
600                 <groupId>org.drools</groupId>
601                 <artifactId>drools-verifier-core</artifactId>
602                 <version>${version.drools}</version>
603             </dependency>
604             <!-- Mockserver -->
605             <dependency>
606                 <groupId>org.mock-server</groupId>
607                 <artifactId>mockserver-netty</artifactId>
608                 <version>${version.mockserver}</version>
609                 <scope>test</scope>
610             </dependency>
611             <dependency>
612                 <groupId>org.mock-server</groupId>
613                 <artifactId>mockserver-client-java</artifactId>
614                 <version>${version.mockserver}</version>
615                 <scope>test</scope>
616             </dependency>
617             <!-- Immutables -->
618             <dependency>
619                 <groupId>org.immutables</groupId>
620                 <artifactId>value</artifactId>
621                 <version>${version.immutables}</version>
622                 <scope>provided</scope>
623             </dependency>
624             <dependency>
625                 <groupId>org.immutables</groupId>
626                 <artifactId>gson</artifactId>
627                 <version>${version.immutables}</version>
628             </dependency>
629             <!-- Springdoc -->
630             <dependency>
631                 <groupId>org.springdoc</groupId>
632                 <artifactId>springdoc-openapi-ui</artifactId>
633                 <version>${version.springdoc}</version>
634             </dependency>
635             <!-- File upload -->
636             <dependency>
637                 <groupId>commons-fileupload</groupId>
638                 <artifactId>commons-fileupload</artifactId>
639                 <version>${version.commons-fileupload}</version>
640             </dependency>
641             <dependency>
642                 <groupId>org.onap.sdc.sdc-distribution-client</groupId>
643                 <artifactId>sdc-distribution-client</artifactId>
644                 <version>${version.sdc}</version>
645             </dependency>
646             <dependency>
647                 <groupId>org.onap.sdc.sdc-tosca</groupId>
648                 <artifactId>sdc-tosca</artifactId>
649                 <version>${version.sdc}</version>
650             </dependency>
651             <dependency>
652                 <groupId>org.jboss.spec.javax.ws.rs</groupId>
653                 <artifactId>jboss-jaxrs-api_2.0_spec</artifactId>
654                 <version>${version.jboss-jaxrs-api}</version>
655             </dependency>
656             <!-- Test dependencies -->
657             <!-- In memory Database Engine -->
658             <dependency>
659                 <groupId>com.h2database</groupId>
660                 <artifactId>h2</artifactId>
661                 <version>${version.h2}</version>
662                 <scope>test</scope>
663             </dependency>
664             <!-- JUNIT -->
665             <dependency>
666                 <groupId>junit</groupId>
667                 <artifactId>junit</artifactId>
668                 <version>${version.junit}</version>
669                 <scope>test</scope>
670             </dependency>
671             <!-- Junit vintage -->
672             <dependency>
673                 <groupId>org.junit.vintage</groupId>
674                 <artifactId>junit-vintage-engine</artifactId>
675                 <version>${version.junit-vintage}</version>
676                 <scope>test</scope>
677             </dependency>
678             <!-- Cucumber Tests -->
679             <dependency>
680                 <groupId>io.cucumber</groupId>
681                 <artifactId>cucumber-java</artifactId>
682                 <version>${version.cucumber}</version>
683                 <scope>test</scope>
684             </dependency>
685             <dependency>
686                 <groupId>io.cucumber</groupId>
687                 <artifactId>cucumber-junit</artifactId>
688                 <version>${version.cucumber}</version>
689                 <scope>test</scope>
690             </dependency>
691             <!-- Exception testing -->
692             <dependency>
693                 <groupId>org.assertj</groupId>
694                 <artifactId>assertj-core</artifactId>
695                 <version>${version.assertj}</version>
696                 <scope>test</scope>
697             </dependency>
698             <!-- Mock libraries -->
699             <dependency>
700                 <groupId>com.openpojo</groupId>
701                 <artifactId>openpojo</artifactId>
702                 <version>${version.openpojo}</version>
703                 <scope>test</scope>
704             </dependency>
705             <dependency>
706                 <groupId>org.mockito</groupId>
707                 <artifactId>mockito-all</artifactId>
708                 <version>${version.mockito-all}</version>
709                 <scope>test</scope>
710             </dependency>
711             <dependency>
712                 <groupId>org.mockito</groupId>
713                 <artifactId>mockito-core</artifactId>
714                 <version>${version.mockito-core}</version>
715                 <scope>test</scope>
716             </dependency>
717             <!-- Awaitility -->
718             <dependency>
719                 <groupId>org.awaitility</groupId>
720                 <artifactId>awaitility</artifactId>
721                 <version>${version.awaitility}</version>
722                 <scope>test</scope>
723             </dependency>
724             <!-- Netty -->
725             <dependency>
726                 <groupId>io.netty</groupId>
727                 <artifactId>netty-all</artifactId>
728                 <version>${version.netty}</version>
729             </dependency>
730             <dependency>
731                 <groupId>io.netty</groupId>
732                 <artifactId>netty-common</artifactId>
733                 <version>${version.netty}</version>
734             </dependency>
735             <dependency>
736                 <groupId>io.netty</groupId>
737                 <artifactId>netty-codec-http2</artifactId>
738                 <version>${version.netty}</version>
739             </dependency>
740             <dependency>
741                 <groupId>io.netty</groupId>
742                 <artifactId>netty-handler-proxy</artifactId>
743                 <version>${version.netty}</version>
744             </dependency>
745             <!-- Apache Commons -->
746             <dependency>
747                 <groupId>org.apache.commons</groupId>
748                 <artifactId>commons-lang3</artifactId>
749                 <version>${version.commons-lang3}</version>
750             </dependency>
751             <dependency>
752                 <groupId>commons-io</groupId>
753                 <artifactId>commons-io</artifactId>
754                 <version>${version.commons-io}</version>
755             </dependency>
756             <dependency>
757                 <groupId>org.apache.commons</groupId>
758                 <artifactId>commons-text</artifactId>
759                 <version>${version.commons-text}</version>
760             </dependency>
761             <!-- Google Code -->
762             <dependency>
763                 <groupId>com.googlecode.json-simple</groupId>
764                 <artifactId>json-simple</artifactId>
765                 <version>${version.json-simple}</version>
766             </dependency>
767             <!-- Github -->
768             <dependency>
769                 <groupId>com.github.docker-java</groupId>
770                 <artifactId>docker-java-core</artifactId>
771                 <version>${version.docker-java}</version>
772                 <scope>test</scope>
773             </dependency>
774             <dependency>
775                 <groupId>com.github.docker-java</groupId>
776                 <artifactId>docker-java</artifactId>
777                 <version>${version.docker-java}</version>
778                 <scope>test</scope>
779             </dependency>
780             <!-- Spring -->
781             <dependency>
782                 <groupId>org.springframework</groupId>
783                 <artifactId>spring-core</artifactId>
784                 <version>${version.spring}</version>
785             </dependency>
786             <dependency>
787                 <groupId>org.springframework</groupId>
788                 <artifactId>spring-beans</artifactId>
789                 <version>${version.spring}</version>
790             </dependency>
791             <dependency>
792                 <groupId>org.springframework</groupId>
793                 <artifactId>spring-expression</artifactId>
794                 <version>${version.spring}</version>
795             </dependency>
796             <dependency>
797                 <groupId>org.springframework</groupId>
798                 <artifactId>spring-web</artifactId>
799                 <version>${version.spring}</version>
800             </dependency>
801             <dependency>
802                 <groupId>org.springframework</groupId>
803                 <artifactId>spring-webmvc</artifactId>
804                 <version>${version.spring}</version>
805             </dependency>
806             <dependency>
807                 <groupId>org.springframework</groupId>
808                 <artifactId>spring-jdbc</artifactId>
809                 <version>${version.spring}</version>
810             </dependency>
811             <dependency>
812                 <groupId>org.springframework</groupId>
813                 <artifactId>spring-webflux</artifactId>
814                 <version>${version.spring}</version>
815             </dependency>
816             <dependency>
817                 <groupId>org.springframework</groupId>
818                 <artifactId>spring-test</artifactId>
819                 <version>${version.spring}</version>
820                 <scope>test</scope>
821             </dependency>
822             <dependency>
823                 <groupId>org.springframework.security</groupId>
824                 <artifactId>spring-security-test</artifactId>
825                 <version>${version.spring-security}</version>
826                 <scope>test</scope>
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.1.0</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>