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