2 ============LICENSE_START=======================================================
3 Copyright (C) 2018 Ericsson. All rights reserved.
4 Modifications Copyright (C) 2018-2021 AT&T. All rights reserved.
5 Modifications Copyright (C) 2019-2021 Nordix Foundation.
6 Modifications Copyright (C) 2020-2021 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
12 http://www.apache.org/licenses/LICENSE-2.0
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.
20 SPDX-License-Identifier: Apache-2.0
21 ============LICENSE_END=========================================================
24 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
26 <modelVersion>4.0.0</modelVersion>
28 <groupId>org.onap.policy.parent</groupId>
29 <artifactId>policy-parent</artifactId>
30 <version>3.5.0-SNAPSHOT</version>
32 <artifactId>integration</artifactId>
33 <packaging>pom</packaging>
34 <name>Policy Integration POM</name>
35 <description>Policy Integration POM</description>
38 <java.version>11</java.version>
39 <!-- NOTE: For RELEASE/SNAPSHOT always set to the project version -->
40 <version.parent.resources>3.4.3</version.parent.resources>
41 <version.logback>1.2.3</version.logback>
42 <version.dmaap>1.1.12</version.dmaap>
43 <version.powermock>2.0.9</version.powermock>
44 <version.eclipselink>2.7.8</version.eclipselink>
45 <version.drools>7.33.0.Final</version.drools>
46 <version.jersey>2.33</version.jersey>
47 <version.jackson>2.12.3</version.jackson>
48 <version.ccsdk>1.1.5</version.ccsdk>
49 <version.swagger>1.6.2</version.swagger>
50 <version.javax.bind>2.3.1</version.javax.bind>
51 <version.javax.json>1.1.4</version.javax.json>
52 <version.netty>4.1.67.Final</version.netty>
53 <version.springboot>2.5.0</version.springboot>
54 <version.eelf.core>1.0.0</version.eelf.core>
55 <version.camel>3.7.3</version.camel>
56 <version.tomcat>9.0.45</version.tomcat>
57 <version.mockserver>5.11.2</version.mockserver>
58 <version.immutable>2.8.8</version.immutable>
59 <version.springfox>3.0.0</version.springfox>
60 <version.jakarta-api>2.0.2</version.jakarta-api>
61 <version.io.micrometer>1.7.3</version.io.micrometer>
62 <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
63 <repo.npm>https://nexus3.onap.org/repository/npm.public/npm/-/</repo.npm>
64 <docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>
65 <docker.push.registry>nexus3.onap.org:10003</docker.push.registry>
68 <distributionManagement>
71 <url>dav:${onap.nexus.url}${sitePath}</url>
73 </distributionManagement>
75 <dependencyManagement>
78 <groupId>org.onap.policy.parent</groupId>
79 <artifactId>policy-parent-resources</artifactId>
80 <version>${version.parent.resources}</version>
84 <groupId>jakarta.validation</groupId>
85 <artifactId>jakarta.validation-api</artifactId>
86 <version>${version.jakarta-api}</version>
89 <!-- Jackson - needed by glassfish jersey -->
91 <groupId>com.fasterxml.jackson.module</groupId>
92 <artifactId>jackson-module-jaxb-annotations</artifactId>
93 <version>${version.jackson}</version>
98 <groupId>org.glassfish.jersey.core</groupId>
99 <artifactId>jersey-server</artifactId>
100 <version>${version.jersey}</version>
103 <groupId>org.glassfish.jersey.media</groupId>
104 <artifactId>jersey-media-jaxb</artifactId>
110 <groupId>org.glassfish.jersey.containers</groupId>
111 <artifactId>jersey-container-servlet-core</artifactId>
112 <version>${version.jersey}</version>
116 <groupId>org.glassfish.jersey.containers</groupId>
117 <artifactId>jersey-container-jetty-http</artifactId>
118 <version>${version.jersey}</version>
121 <groupId>org.eclipse.jetty</groupId>
122 <artifactId>jetty-util</artifactId>
128 <groupId>org.glassfish.jersey.core</groupId>
129 <artifactId>jersey-client</artifactId>
130 <version>${version.jersey}</version>
134 <groupId>org.glassfish.jersey.core</groupId>
135 <artifactId>jersey-common</artifactId>
136 <version>${version.jersey}</version>
140 <groupId>org.glassfish.jersey.inject</groupId>
141 <artifactId>jersey-hk2</artifactId>
142 <version>${version.jersey}</version>
146 <groupId>org.glassfish.jersey.containers</groupId>
147 <artifactId>jersey-container-grizzly2-http</artifactId>
148 <version>${version.jersey}</version>
152 <groupId>org.glassfish.jersey.media</groupId>
153 <artifactId>jersey-media-moxy</artifactId>
154 <version>${version.jersey}</version>
158 <groupId>org.glassfish.jersey.media</groupId>
159 <artifactId>jersey-media-json-jackson</artifactId>
160 <version>${version.jersey}</version>
163 <groupId>com.fasterxml.jackson.module</groupId>
164 <artifactId>jackson-module-jaxb-annotations</artifactId>
170 <groupId>org.glassfish.jersey.test-framework</groupId>
171 <artifactId>jersey-test-framework-core</artifactId>
172 <version>${version.jersey}</version>
176 <groupId>org.glassfish.jersey.test-framework.providers</groupId>
177 <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
178 <version>${version.jersey}</version>
182 <groupId>org.glassfish.jersey.media</groupId>
183 <artifactId>jersey-media-multipart</artifactId>
184 <version>${version.jersey}</version>
187 <!-- RE2J in lieu of java.util Pattern -->
189 <groupId>com.google.re2j</groupId>
190 <artifactId>re2j</artifactId>
191 <version>1.5</version>
196 <groupId>org.mariadb.jdbc</groupId>
197 <artifactId>mariadb-java-client</artifactId>
198 <version>2.7.1</version>
201 <!-- Swagger Jersey2 JAXRS -->
203 <groupId>io.swagger</groupId>
204 <artifactId>swagger-jersey2-jaxrs</artifactId>
205 <version>${version.swagger}</version>
208 <groupId>org.glassfish.jersey.containers</groupId>
209 <artifactId>jersey-container-servlet-core</artifactId>
214 <!-- Swagger Models -->
216 <groupId>io.swagger</groupId>
217 <artifactId>swagger-models</artifactId>
218 <version>${version.swagger}</version>
221 <!-- Encoder and decoders for various formats -->
223 <groupId>commons-codec</groupId>
224 <artifactId>commons-codec</artifactId>
225 <version>1.15</version>
229 <groupId>com.thoughtworks.xstream</groupId>
230 <artifactId>xstream</artifactId>
231 <version>1.4.17</version>
234 <!-- Eclipse JPA API -->
236 <groupId>org.eclipse.persistence</groupId>
237 <artifactId>org.eclipse.persistence.jpa</artifactId>
238 <version>${version.eclipselink}</version>
241 <!-- EclipseLink API -->
243 <groupId>org.eclipse.persistence</groupId>
244 <artifactId>eclipselink</artifactId>
245 <version>${version.eclipselink}</version>
248 <!-- Java Servlet API -->
250 <groupId>javax.servlet</groupId>
251 <artifactId>javax.servlet-api</artifactId>
252 <version>4.0.1</version>
255 <!-- HttpComponents Client -->
257 <groupId>org.apache.httpcomponents</groupId>
258 <artifactId>httpclient</artifactId>
259 <version>4.5.13</version>
262 <!-- HttpComponents Core (blocking I/O) -->
264 <groupId>org.apache.httpcomponents</groupId>
265 <artifactId>httpcore</artifactId>
266 <version>4.4.14</version>
269 <!-- JSON marshalling and unmarshalling -->
271 <groupId>com.google.code.gson</groupId>
272 <artifactId>gson</artifactId>
273 <version>2.8.6</version>
276 <groupId>org.json</groupId>
277 <artifactId>json</artifactId>
278 <version>20201115</version>
283 <groupId>org.projectlombok</groupId>
284 <artifactId>lombok</artifactId>
285 <version>1.18.16</version>
290 <groupId>org.slf4j</groupId>
291 <artifactId>slf4j-api</artifactId>
292 <version>1.7.30</version>
295 <groupId>org.slf4j</groupId>
296 <artifactId>slf4j-ext</artifactId>
297 <version>1.7.30</version>
300 <groupId>ch.qos.logback</groupId>
301 <artifactId>logback-core</artifactId>
302 <version>${version.logback}</version>
305 <groupId>ch.qos.logback</groupId>
306 <artifactId>logback-classic</artifactId>
307 <version>${version.logback}</version>
310 <!-- Dmaap Client -->
312 <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
313 <artifactId>dmaapClient</artifactId>
314 <version>${version.dmaap}</version>
317 <!-- CDS dependencies -->
319 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
320 <artifactId>blueprint-proto</artifactId>
321 <version>${version.ccsdk}</version>
324 <groupId>io.springfox</groupId>
325 <artifactId>springfox-boot-starter</artifactId>
330 <groupId>net.minidev</groupId>
331 <artifactId>json-smart</artifactId>
332 <version>2.4.7</version>
337 <groupId>org.onap.aaf.authz</groupId>
338 <artifactId>aaf-cadi-aaf</artifactId>
339 <version>2.1.21</version>
342 <groupId>log4j</groupId>
343 <artifactId>log4j</artifactId>
348 <!-- Client library for Cambria event routing API -->
350 <groupId>com.att.nsa</groupId>
351 <artifactId>cambriaClient</artifactId>
352 <version>1.2.1-oss</version>
355 <groupId>com.att.nsa</groupId>
356 <artifactId>saClientLibrary</artifactId>
357 <version>1.3.0-oss</version>
360 <!-- Commons CLI for command line parsing -->
362 <groupId>commons-cli</groupId>
363 <artifactId>commons-cli</artifactId>
364 <version>1.4</version>
369 <groupId>org.java-websocket</groupId>
370 <artifactId>Java-WebSocket</artifactId>
371 <version>1.5.1</version>
376 <groupId>org.yaml</groupId>
377 <artifactId>snakeyaml</artifactId>
378 <version>1.27</version>
384 Security Issues: 1 of 2
385 This dependency is trying to upgrade security fixes
386 identified. If it is removed or manipulated then please
387 fix the 2nd change as noted below.
391 <groupId>org.codehaus.plexus</groupId>
392 <artifactId>plexus-utils</artifactId>
393 <version>3.3.0</version>
397 <groupId>org.kie</groupId>
398 <artifactId>kie-api</artifactId>
399 <version>${version.drools}</version>
403 <groupId>org.kie</groupId>
404 <artifactId>kie-ci</artifactId>
405 <version>${version.drools}</version>
409 Excluding these 2 dependencies in order to force upgrade security fixes
410 identified. As declared above. Any changes here should be reflected above
416 <groupId>org.codehaus.plexus</groupId>
417 <artifactId>plexus-utils</artifactId>
423 <groupId>org.drools</groupId>
424 <artifactId>drools-core</artifactId>
425 <version>${version.drools}</version>
429 <groupId>org.drools</groupId>
430 <artifactId>drools-persistence-jpa</artifactId>
431 <version>${version.drools}</version>
435 <groupId>org.drools</groupId>
436 <artifactId>drools-compiler</artifactId>
437 <version>${version.drools}</version>
441 <groupId>org.drools</groupId>
442 <artifactId>drools-verifier-drl</artifactId>
443 <version>${version.drools}</version>
447 <groupId>org.drools</groupId>
448 <artifactId>drools-verifier-api</artifactId>
449 <version>${version.drools}</version>
453 <groupId>org.drools</groupId>
454 <artifactId>drools-verifier-core</artifactId>
455 <version>${version.drools}</version>
459 <groupId>org.dom4j</groupId>
460 <artifactId>dom4j</artifactId>
461 <version>2.1.3</version>
466 <groupId>org.mock-server</groupId>
467 <artifactId>mockserver-netty</artifactId>
468 <version>${version.mockserver}</version>
473 <groupId>org.mock-server</groupId>
474 <artifactId>mockserver-client-java</artifactId>
475 <version>${version.mockserver}</version>
481 <groupId>org.immutables</groupId>
482 <artifactId>value</artifactId>
483 <version>${version.immutable}</version>
484 <scope>provided</scope>
488 <groupId>org.immutables</groupId>
489 <artifactId>gson</artifactId>
490 <version>${version.immutable}</version>
495 <groupId>io.springfox</groupId>
496 <artifactId>springfox-swagger2</artifactId>
497 <version>${version.springfox}</version>
501 <groupId>io.springfox</groupId>
502 <artifactId>springfox-swagger-ui</artifactId>
503 <version>${version.springfox}</version>
504 <scope>runtime</scope>
509 <groupId>commons-fileupload</groupId>
510 <artifactId>commons-fileupload</artifactId>
511 <version>1.4</version>
516 <groupId>org.codehaus.janino</groupId>
517 <artifactId>janino</artifactId>
518 <version>3.0.8</version>
523 <groupId>org.apache.tomcat.embed</groupId>
524 <artifactId>tomcat-embed-core</artifactId>
525 <version>${version.tomcat}</version>
530 <groupId>javax.xml.ws</groupId>
531 <artifactId>jaxws-api</artifactId>
532 <version>2.3.1</version>
536 <groupId>org.onap.sdc.sdc-distribution-client</groupId>
537 <artifactId>sdc-distribution-client</artifactId>
538 <version>1.4.1</version>
542 <groupId>org.onap.sdc.sdc-tosca</groupId>
543 <artifactId>sdc-tosca</artifactId>
544 <version>1.5.1</version>
548 <groupId>org.jboss.spec.javax.ws.rs</groupId>
549 <artifactId>jboss-jaxrs-api_2.0_spec</artifactId>
550 <version>1.0.1.Final</version>
553 <!-- transaction api -->
555 <groupId>javax.transaction</groupId>
556 <artifactId>jta</artifactId>
557 <version>1.1</version>
560 <!-- Test dependencies -->
562 <!-- In memory Database Engine -->
564 <groupId>com.h2database</groupId>
565 <artifactId>h2</artifactId>
566 <version>1.4.200</version>
572 <groupId>junit</groupId>
573 <artifactId>junit</artifactId>
574 <version>4.13.1</version>
578 <!-- Junit vintage -->
580 <groupId>org.junit.vintage</groupId>
581 <artifactId>junit-vintage-engine</artifactId>
582 <version>5.7.1</version>
586 <!-- Cucumber Tests -->
588 <groupId>io.cucumber</groupId>
589 <artifactId>cucumber-java</artifactId>
590 <version>6.9.1</version>
594 <groupId>io.cucumber</groupId>
595 <artifactId>cucumber-junit</artifactId>
596 <version>6.9.1</version>
600 <!-- Exception testing -->
602 <groupId>org.assertj</groupId>
603 <artifactId>assertj-core</artifactId>
604 <version>3.18.1</version>
608 <!-- Mock libraries -->
610 <groupId>com.openpojo</groupId>
611 <artifactId>openpojo</artifactId>
612 <version>0.8.13</version>
616 <groupId>org.mockito</groupId>
617 <artifactId>mockito-all</artifactId>
618 <version>1.10.19</version>
622 <groupId>org.powermock</groupId>
623 <artifactId>powermock-core</artifactId>
624 <version>${version.powermock}</version>
628 <groupId>org.powermock</groupId>
629 <artifactId>powermock-api-mockito2</artifactId>
630 <version>${version.powermock}</version>
634 <groupId>org.powermock</groupId>
635 <artifactId>powermock-module-junit4</artifactId>
636 <version>${version.powermock}</version>
640 <groupId>org.mockito</groupId>
641 <artifactId>mockito-core</artifactId>
642 <version>3.7.7</version>
648 <groupId>org.awaitility</groupId>
649 <artifactId>awaitility</artifactId>
650 <version>4.0.3</version>
656 <groupId>io.netty</groupId>
657 <artifactId>netty-all</artifactId>
658 <version>${version.netty}</version>
661 <groupId>io.netty</groupId>
662 <artifactId>netty-codec-http2</artifactId>
663 <version>${version.netty}</version>
666 <groupId>io.netty</groupId>
667 <artifactId>netty-handler-proxy</artifactId>
668 <version>${version.netty}</version>
671 <!-- Commons Lang -->
673 <groupId>org.apache.commons</groupId>
674 <artifactId>commons-lang3</artifactId>
675 <version>3.11</version>
680 <groupId>commons-io</groupId>
681 <artifactId>commons-io</artifactId>
682 <version>2.8.0</version>
686 <groupId>org.apache.commons</groupId>
687 <artifactId>commons-vfs2</artifactId>
688 <version>2.8.0</version>
692 <groupId>com.googlecode.json-simple</groupId>
693 <artifactId>json-simple</artifactId>
694 <version>1.1.1</version>
698 <groupId>com.github.docker-java</groupId>
699 <artifactId>docker-java-core</artifactId>
700 <version>3.2.7</version>
705 <groupId>com.github.docker-java</groupId>
706 <artifactId>docker-java</artifactId>
707 <version>3.2.7</version>
713 <groupId>org.springframework.boot</groupId>
714 <artifactId>spring-boot-starter-web</artifactId>
715 <version>${version.springboot}</version>
718 <groupId>org.springframework.boot</groupId>
719 <artifactId>spring-boot-starter-webflux</artifactId>
720 <version>${version.springboot}</version>
723 <groupId>org.springframework.boot</groupId>
724 <artifactId>spring-boot-starter-validation</artifactId>
725 <version>${version.springboot}</version>
728 <groupId>org.springframework.boot</groupId>
729 <artifactId>spring-boot-starter-test</artifactId>
730 <version>${version.springboot}</version>
734 <groupId>org.springframework.boot</groupId>
735 <artifactId>spring-boot-starter-security</artifactId>
736 <version>${version.springboot}</version>
740 </dependencyManagement>
744 <connection>scm:git:ssh://git.onap.org:29418/${project.groupId}</connection>
745 <developerConnection>scm:git:ssh://git.onap.org:29418/${project.groupId}</developerConnection>
747 <url>https://wiki.onap.org/display/DW/Integration+Project</url>
753 <!-- This profile is only active when the property "m2e.version" is set,
754 which is the case when building in Eclipse with m2e. -->
757 <name>m2e.version</name>
764 <groupId>org.eclipse.m2e</groupId>
765 <artifactId>lifecycle-mapping</artifactId>
766 <version>1.0.0</version>
768 <lifecycleMappingMetadata>
771 <pluginExecutionFilter>
772 <groupId>org.apache.maven.plugins</groupId>
773 <artifactId>maven-checkstyle-plugin</artifactId>
774 <versionRange>2.17,)</versionRange>
778 </pluginExecutionFilter>
784 <pluginExecutionFilter>
785 <groupId>org.jacoco</groupId>
786 <artifactId>jacoco-maven-plugin</artifactId>
787 <versionRange>[0.7.1.201405082137,)</versionRange>
789 <goal>prepare-agent</goal>
791 </pluginExecutionFilter>
797 <pluginExecutionFilter>
798 <groupId>de.jpdigital</groupId>
799 <artifactId>hibernate52-ddl-maven-plugin</artifactId>
800 <versionRange>[2.2.0,)</versionRange>
804 </pluginExecutionFilter>
810 <pluginExecutionFilter>
811 <groupId>org.codehaus.groovy.maven</groupId>
812 <artifactId>gmaven-plugin</artifactId>
813 <versionRange>[1.0,)</versionRange>
817 </pluginExecutionFilter>
823 <pluginExecutionFilter>
824 <groupId>org.codehaus.mojo</groupId>
825 <artifactId>exec-maven-plugin</artifactId>
826 <versionRange>[3.0.0,)</versionRange>
830 </pluginExecutionFilter>
836 <pluginExecutionFilter>
837 <groupId>org.codehaus.mojo</groupId>
838 <artifactId>keytool-maven-plugin</artifactId>
839 <versionRange>[1.5.0,)</versionRange>
841 <goal>generateKeyPair</goal>
843 </pluginExecutionFilter>
849 <pluginExecutionFilter>
850 <groupId>com.github.eirslett</groupId>
851 <artifactId>frontend-maven-plugin</artifactId>
852 <versionRange>[1.11.0,)</versionRange>
856 </pluginExecutionFilter>
862 </lifecycleMappingMetadata>
870 <id>generateSwaggerDocs</id>
873 <name>!skipTests</name>
878 <!-- Read the swagger.json file and the definition from SwaggerConfig.java; generate
879 a list of .adoc files containing the APIs info in more structured way -->
881 <groupId>io.github.swagger2markup</groupId>
882 <artifactId>swagger2markup-maven-plugin</artifactId>
883 <version>1.3.3</version>
886 <groupId>io.github.swagger2markup</groupId>
887 <artifactId>swagger2markup-import-files-ext</artifactId>
888 <version>1.3.3</version>
891 <groupId>io.github.swagger2markup</groupId>
892 <artifactId>swagger2markup-spring-restdocs-ext</artifactId>
893 <version>1.3.3</version>
897 <swaggerInput>${project.build.directory}/swagger/swagger.json</swaggerInput>
898 <outputDir>${project.build.directory}/asciidoc/generated</outputDir>
900 <swagger2markup.markupLanguage>ASCIIDOC</swagger2markup.markupLanguage>
905 <phase>${swagger.generation.phase}</phase>
907 <goal>convertSwagger2markup</goal>
914 <groupId>org.apache.maven.plugins</groupId>
915 <artifactId>maven-dependency-plugin</artifactId>
918 <id>unpack-swagger-asciidoc</id>
919 <phase>${swagger.generation.phase}</phase>
926 <groupId>org.onap.policy.parent</groupId>
927 <artifactId>policy-parent-resources</artifactId>
929 <overWrite>true</overWrite>
930 <outputDirectory>${project.build.directory}</outputDirectory>
933 <includes>asciidoc/**</includes>
934 <outputDirectory>${project.build.directory}</outputDirectory>
940 <!-- Run the generated asciidoc through Asciidoctor to generate other documentation
941 types, such as PDFs or HTML5 -->
943 <groupId>org.asciidoctor</groupId>
944 <artifactId>asciidoctor-maven-plugin</artifactId>
945 <version>1.5.7.1</version>
948 <groupId>org.asciidoctor</groupId>
949 <artifactId>asciidoctorj-pdf</artifactId>
950 <version>1.5.0-alpha.10.1</version>
954 <sourceDirectory>${project.build.directory}/asciidoc</sourceDirectory>
955 <sourceDocumentName>swagger.adoc</sourceDocumentName>
957 <doctype>book</doctype>
959 <toclevels>3</toclevels>
964 <generated>${project.build.directory}/asciidoc/generated</generated>
971 <phase>${swagger.generation.phase}</phase>
973 <goal>process-asciidoc</goal>
976 <backend>html5</backend>
977 <outputDirectory>${project.build.directory}/swagger</outputDirectory>
982 <phase>${swagger.generation.phase}</phase>
984 <goal>process-asciidoc</goal>
987 <backend>pdf</backend>
988 <outputDirectory>${project.build.directory}/swagger</outputDirectory>
994 <!-- Create a tarball for Swagger documents -->
996 <groupId>org.apache.maven.plugins</groupId>
997 <artifactId>maven-assembly-plugin</artifactId>
1000 <groupId>org.onap.policy.parent</groupId>
1001 <artifactId>policy-parent-resources</artifactId>
1002 <version>${version.parent.resources}</version>
1007 <id>generate-swagger-tar</id>
1008 <phase>${swagger.generation.phase}</phase>
1014 <descriptorRef>swagger-docs</descriptorRef>
1016 <finalName>${project.artifactId}</finalName>
1030 <groupId>org.apache.maven.archetype</groupId>
1031 <artifactId>archetype-packaging</artifactId>
1032 <version>3.2.0</version>
1038 <groupId>org.codehaus.mojo</groupId>
1039 <artifactId>versions-maven-plugin</artifactId>
1040 <version>2.8.1</version>
1043 <groupId>org.apache.maven.plugins</groupId>
1044 <artifactId>maven-dependency-plugin</artifactId>
1045 <version>3.1.2</version>
1048 <!-- THIS PLUGIN IS RETIRED -->
1049 <groupId>org.apache.maven.plugins</groupId>
1050 <artifactId>maven-reactor-plugin</artifactId>
1051 <version>1.1</version>
1054 <!-- THIS PLUGIN IS RETIRED -->
1055 <!-- Advise to use m2e -->
1056 <groupId>org.apache.maven.plugins</groupId>
1057 <artifactId>maven-eclipse-plugin</artifactId>
1058 <version>2.10</version>
1061 <groupId>org.apache.maven.plugins</groupId>
1062 <artifactId>maven-install-plugin</artifactId>
1063 <version>3.0.0-M1</version>
1066 <groupId>org.apache.maven.plugins</groupId>
1067 <artifactId>maven-resources-plugin</artifactId>
1068 <version>3.2.0</version>
1071 <groupId>org.apache.maven.plugins</groupId>
1072 <artifactId>maven-source-plugin</artifactId>
1073 <version>3.2.1</version>
1076 <groupId>org.apache.maven.plugins</groupId>
1077 <artifactId>maven-release-plugin</artifactId>
1078 <version>3.0.0-M1</version>
1081 <groupId>org.apache.maven.plugins</groupId>
1082 <artifactId>maven-assembly-plugin</artifactId>
1083 <version>3.3.0</version>
1086 <groupId>org.apache.maven.plugins</groupId>
1087 <artifactId>maven-jar-plugin</artifactId>
1088 <version>3.2.0</version>
1091 <groupId>org.apache.maven.plugins</groupId>
1092 <artifactId>maven-javadoc-plugin</artifactId>
1093 <version>3.2.0</version>
1096 <groupId>org.apache.maven.plugins</groupId>
1097 <artifactId>maven-shade-plugin</artifactId>
1098 <version>3.2.4</version>
1101 <groupId>org.apache.maven.plugins</groupId>
1102 <artifactId>maven-archetype-plugin</artifactId>
1103 <version>3.2.0</version>
1106 <groupId>com.coderplus.maven.plugins</groupId>
1107 <artifactId>copy-rename-maven-plugin</artifactId>
1108 <version>1.0.1</version>
1111 <groupId>org.apache.maven.plugins</groupId>
1112 <artifactId>maven-compiler-plugin</artifactId>
1113 <version>3.8.1</version>
1115 <encoding>${project.build.sourceEncoding}</encoding>
1116 <release>${java.version}</release>
1120 <groupId>org.codehaus.mojo</groupId>
1121 <artifactId>exec-maven-plugin</artifactId>
1122 <version>3.0.0</version>
1125 <groupId>org.apache.maven.plugins</groupId>
1126 <artifactId>maven-war-plugin</artifactId>
1127 <version>3.3.1</version>
1130 <groupId>io.fabric8</groupId>
1131 <artifactId>docker-maven-plugin</artifactId>
1132 <version>0.34.1</version>
1135 <groupId>org.kie</groupId>
1136 <artifactId>kie-maven-plugin</artifactId>
1137 <version>${version.drools}</version>
1138 <extensions>true</extensions>
1141 <groupId>org.springframework.boot</groupId>
1142 <artifactId>spring-boot-maven-plugin</artifactId>
1143 <version>${version.springboot}</version>
1150 <groupId>org.apache.maven.plugins</groupId>
1151 <artifactId>maven-compiler-plugin</artifactId>
1153 <encoding>${project.build.sourceEncoding}</encoding>
1154 <source>${java.version}</source>
1155 <target>${java.version}</target>
1159 <groupId>org.jacoco</groupId>
1160 <artifactId>jacoco-maven-plugin</artifactId>
1163 <id>pre-unit-test</id>
1165 <goal>prepare-agent</goal>
1168 <destFile>${jacoco.dataFile}</destFile>
1169 <append>true</append>
1173 <id>post-unit-test</id>
1179 <dataFile>${jacoco.dataFile}</dataFile>
1183 <id>pre-integration-test</id>
1184 <phase>pre-integration-test</phase>
1186 <goal>prepare-agent</goal>
1193 <id>post-integration-test</id>
1194 <phase>post-integration-test</phase>
1203 <id>report-aggregate</id>
1204 <phase>prepare-package</phase>
1206 <goal>report-aggregate</goal>
1212 <artifactId>maven-checkstyle-plugin</artifactId>
1215 <id>onap-license</id>
1219 <phase>process-sources</phase>
1221 <configLocation>onap-checkstyle/check-license.xml</configLocation>
1222 <includeResources>false</includeResources>
1223 <includeTestSourceDirectory>true</includeTestSourceDirectory>
1224 <includeTestResources>false</includeTestResources>
1226 <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
1227 </sourceDirectories>
1228 <consoleOutput>true</consoleOutput>
1229 <failOnViolation>true</failOnViolation>
1230 <violationSeverity>warning</violationSeverity>
1234 <id>onap-java-style</id>
1238 <phase>process-sources</phase>
1240 <!-- Use Google Java Style Guide:
1241 https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml
1242 with minor changes -->
1243 <configLocation>onap-checkstyle/onap-java-style.xml</configLocation>
1244 <!-- <sourceDirectory> is needed so that checkstyle ignores the generated
1245 sources directory -->
1246 <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories>
1247 <includeResources>true</includeResources>
1248 <includeTestSourceDirectory>true</includeTestSourceDirectory>
1249 <includeTestResources>true</includeTestResources>
1252 <consoleOutput>true</consoleOutput>
1253 <failOnViolation>true</failOnViolation>
1254 <violationSeverity>warning</violationSeverity>
1260 <groupId>org.onap.oparent</groupId>
1261 <artifactId>checkstyle</artifactId>
1262 <version>${oparent.version}</version>
1263 <scope>compile</scope>