867056121e22dbc860e20bbc489c43810f8d67f6
[sdc.git] / pom.xml
1 <!--
2 ============LICENSE_START=======================================================
3 SDC
4 ================================================================================
5 Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6 ================================================================================
7 Licensed under the Apache License, Version 2.0 (the "License");
8 you may not use this file except in compliance with the License.
9 You may obtain a copy of the License at
10         *
11      http://www.apache.org/licenses/LICENSE-2.0
12         *
13 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18 ============LICENSE_END=========================================================
19 Modifications copyright (c) 2018-2019 Nokia
20 ================================================================================
21 -->
22 <project xmlns="http://maven.apache.org/POM/4.0.0"
23     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
25     <modelVersion>4.0.0</modelVersion>
26
27     <groupId>org.openecomp.sdc</groupId>
28     <artifactId>sdc-main</artifactId>
29     <version>1.13.1-SNAPSHOT</version>
30     <packaging>pom</packaging>
31     <name>sdc</name>
32
33     <parent>
34         <groupId>org.onap.oparent</groupId>
35         <artifactId>oparent</artifactId>
36         <version>3.2.0</version>
37         <relativePath/>
38     </parent>
39
40     <properties>
41         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
42         <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
43
44         <tosca.datatype.version>${project.version}</tosca.datatype.version>
45         <!-- 3rd parties versions -->
46         <bean-matcher.version>0.11</bean-matcher.version>
47         <lang3.version>3.10</lang3.version>
48         <guava.version>30.1-jre</guava.version>
49         <janusgraph.version>0.3.3</janusgraph.version>
50         <spring.version>5.3.27</spring.version>
51         <mvn.assembly.version>3.6.0</mvn.assembly.version>
52
53         <!-- update to 2.36 bring error-->
54         <!-- java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/AnnotationIntrospector$XmlExtensions-->
55         <jersey-bom.version>2.34</jersey-bom.version>
56         <jakarta.el.version>3.0.4</jakarta.el.version>
57
58         <netty.version>4.1.92.Final</netty.version>
59         <servlet-api.version>4.0.4</servlet-api.version>
60         <wire-mock.version>2.26.3</wire-mock.version>
61         <ecomp.version>3.4.0</ecomp.version>
62         <cassandra.unit.version>4.3.1.0</cassandra.unit.version>
63         <cadi.version>2.1.8</cadi.version>
64         <lombok.version>1.18.24</lombok.version>
65         <commons-beanutils>1.9.4</commons-beanutils>
66         <commons.io.version>2.8.0</commons.io.version>
67         <commons-configuration>2.8.0</commons-configuration>
68         <onap.logging.version>1.6.1</onap.logging.version>
69         <apache-commons-text.version>1.10.0</apache-commons-text.version>
70         <jaxb-api.version>2.3.1</jaxb-api.version>
71         <io.vavr.version>0.10.3</io.vavr.version>
72         <groovy.version>3.0.7</groovy.version>
73         <swagger-core-mvn-plugin.version>2.1.7</swagger-core-mvn-plugin.version>
74         <maven-antrun-plugin.version>3.0.0</maven-antrun-plugin.version>
75         <hibernate.validator.version>6.1.6.Final</hibernate.validator.version>
76         <org.json.version>20220320</org.json.version>
77
78         <commons.collections.version>4.3</commons.collections.version>
79         <ws.rs.version>2.1.1</ws.rs.version>
80         <javax.validation.version>2.0.1.Final</javax.validation.version>
81
82         <jetty.version>9.4.49.v20220914</jetty.version>
83         <jetty-distribution.version>${jetty.version}</jetty-distribution.version>
84         <cxf.version>3.4.4</cxf.version>
85
86         <org.owasp.esapi.version>2.4.0.0</org.owasp.esapi.version>
87         <org.dom4j.version>2.1.3</org.dom4j.version>
88
89         <!-- Keycloak authentication-->
90         <keycloak.version>18.0.0</keycloak.version>
91
92         <!-- JSON and YAML Parsing -->
93         <jackson.version>2.14.2</jackson.version>
94         <jackson-annotations.version>${jackson.version}</jackson-annotations.version>
95
96         <clearspring.version>2.1.1</clearspring.version>
97         <skipYamlJsonValidator>false</skipYamlJsonValidator>
98
99         <!-- Yaml for properties -->
100         <snakeyaml.version>1.33</snakeyaml.version>
101         <functionaljava.version>4.9</functionaljava.version>
102         <httpclient.version>4.5.13</httpclient.version>
103         <httpcore.version>4.4.15</httpcore.version>
104         <json-simple.version>1.1</json-simple.version>
105
106         <!-- PM Dictionary validation -->
107         <onap.vnfsdk.validation.pmdictionary.version>1.2.15
108         </onap.vnfsdk.validation.pmdictionary.version>
109
110         <!-- Logging start -->
111         <!-- logback -->
112         <logback.version>1.2.10</logback.version>
113         <slf4j-api.version>1.7.25</slf4j-api.version>
114         <commons-codec>1.15</commons-codec>
115         <commons-logging>1.2</commons-logging>
116         <janino.version>3.0.6</janino.version>
117
118         <!-- aspects -->
119         <jcabi.version>0.20.1</jcabi.version>
120         <aspectj.version>1.9.7</aspectj.version>
121         <aspectjrt.version>${aspectj.version}</aspectjrt.version>
122         <jcabi.maven.plugin.version>0.13.2</jcabi.maven.plugin.version>
123
124         <!-- Logging end -->
125         <!-- System Metrics -->
126         <sigar.version>1.6.4</sigar.version>
127
128         <!--GSON-->
129         <gson.version>2.8.9</gson.version>
130
131         <!--listen to file changes-->
132         <commons-jci-core.version>1.1</commons-jci-core.version>
133
134         <!--TESTING-->
135         <mockito.version>4.10.0</mockito.version>
136         <mockitoJupiter.version>${mockito.version}</mockitoJupiter.version>
137         <jmockit.version>1.35</jmockit.version>
138         <junit.platform.version>1.9.1</junit.platform.version>
139         <junitJupiter.version>5.9.1</junitJupiter.version>
140         <assertj.version>3.16.0</assertj.version>
141         <testng.version>7.7.0</testng.version>
142         <cucumber.version>7.10.1</cucumber.version>
143         <bean-matchers.version>0.11</bean-matchers.version>
144         <hamcrest.version>2.2</hamcrest.version>
145         <hamcrest-all.version>1.3</hamcrest-all.version>
146         <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
147         <jMapper.version>1.6.0.1</jMapper.version>
148
149         <!-- sonar -->
150         <sonar.projectVersion>${project.version}</sonar.projectVersion>
151         <sonar.nodejs.executable>${project.basedir}/node/node</sonar.nodejs.executable>
152         <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports
153         </sonar.surefire.reportsPath>
154         <sonar.javascript.lcov.reportPaths>${project.build.directory}/code-coverage/lcov.info
155         </sonar.javascript.lcov.reportPaths>
156         <sonar.coverage.jacoco.xmlReportPaths>
157             ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
158         </sonar.coverage.jacoco.xmlReportPaths>
159         <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
160         <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
161         <sonar.coverage.exclusions>pom.xml,src/test</sonar.coverage.exclusions>
162         <!--cassandra -->
163         <cassandra.driver.version>3.8.0</cassandra.driver.version>
164         <!-- maven central (Nexus) -->
165         <nexus.id.release>nexus</nexus.id.release>
166         <nexus.id.snapshot>nexus</nexus.id.snapshot>
167
168         <!--nexus-->
169         <npm.registry>https://nexus3.onap.org/repository/npm.public/npm/-/</npm.registry>
170         <nexus.proxy>https://nexus.onap.org</nexus.proxy>
171         <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
172         <staging.profile.id>176c31dfe190a</staging.profile.id>
173         <!--togglz version-->
174         <togglz.version>3.3.3</togglz.version>
175
176         <!--sdc-security-utils-->
177         <security.util.lib.version>1.8.0</security.util.lib.version>
178         <!--jacoco-->
179         <jacoco.version>0.8.7</jacoco.version>
180
181         <java.driver.core.version>4.14.1</java.driver.core.version>
182
183         <!-- Surefire parameters  -->
184         <surefire.forkCount>1C</surefire.forkCount>
185         <surefire.reuseForks>true</surefire.reuseForks>
186         <surefire.skip.tests>false</surefire.skip.tests>
187
188         <bouncycastle.version>1.69</bouncycastle.version>
189
190         <!--DOCKER-->
191         <docker.api.version>1.41</docker.api.version>
192         <docker.namespace>onap</docker.namespace>
193         <docker.password>docker</docker.password>
194         <docker.username>docker</docker.username>
195         <docker.registry>nexus3.onap.org:10001</docker.registry>
196
197         <micrometer.version>1.8.4</micrometer.version>
198
199         <minio.version>8.3.4</minio.version>
200         <okhttp.version>4.9.3</okhttp.version>
201
202         <jsoup.version>1.15.3</jsoup.version>
203
204         <verbose>false</verbose>
205     </properties>
206
207     <dependencyManagement>
208         <dependencies>
209             <dependency>
210                 <groupId>org.apache.kafka</groupId>
211                 <artifactId>kafka-clients</artifactId>
212                 <version>3.3.1</version>
213             </dependency>
214             <dependency>
215                 <groupId>com.google.guava</groupId>
216                 <artifactId>guava</artifactId>
217                 <version>${guava.version}</version>
218             </dependency>
219
220             <dependency>
221                 <groupId>org.glassfish.jersey.ext</groupId>
222                 <artifactId>jersey-bean-validation</artifactId>
223                 <version>${jersey-bom.version}</version>
224             </dependency>
225
226             <dependency>
227                 <groupId>org.glassfish.hk2.external</groupId>
228                 <artifactId>asm-all-repackaged</artifactId>
229                 <version>2.4.0</version>
230             </dependency>
231
232             <dependency>
233                 <groupId>org.assertj</groupId>
234                 <artifactId>assertj-core</artifactId>
235                 <version>${assertj.version}</version>
236             </dependency>
237
238             <dependency>
239                 <groupId>org.jmockit</groupId>
240                 <artifactId>jmockit</artifactId>
241                 <version>${jmockit.version}</version>
242             </dependency>
243
244             <dependency>
245                 <groupId>com.github.tomakehurst</groupId>
246                 <artifactId>wiremock-standalone</artifactId>
247                 <version>${wire-mock.version}</version>
248             </dependency>
249
250             <dependency>
251                 <groupId>io.cucumber</groupId>
252                 <artifactId>cucumber-java</artifactId>
253                 <version>${cucumber.version}</version>
254             </dependency>
255
256             <dependency>
257                 <groupId>io.cucumber</groupId>
258                 <artifactId>cucumber-junit</artifactId>
259                 <version>${cucumber.version}</version>
260             </dependency>
261
262             <dependency>
263                 <groupId>org.apache.commons</groupId>
264                 <artifactId>commons-lang3</artifactId>
265                 <version>${lang3.version}</version>
266             </dependency>
267             <dependency>
268                 <groupId>org.codehaus.groovy</groupId>
269                 <artifactId>groovy</artifactId>
270                 <version>${groovy.version}</version>
271             </dependency>
272             <dependency>
273                 <groupId>io.netty</groupId>
274                 <artifactId>netty-all</artifactId>
275                 <version>${netty.version}</version>
276             </dependency>
277             <dependency>
278                 <groupId>io.netty</groupId>
279                 <artifactId>netty-handler</artifactId>
280                 <version>${netty.version}</version>
281             </dependency>
282             <dependency>
283                 <groupId>io.swagger.core.v3</groupId>
284                 <artifactId>swagger-maven-plugin</artifactId>
285                 <version>${swagger-core-mvn-plugin.version}</version>
286             </dependency>
287         </dependencies>
288     </dependencyManagement>
289
290     <dependencies>
291         <dependency>
292             <!-- must be on the classpath -->
293             <groupId>org.jacoco</groupId>
294             <artifactId>org.jacoco.agent</artifactId>
295             <classifier>runtime</classifier>
296             <version>${jacoco.version}</version>
297             <scope>test</scope>
298         </dependency>
299         <!--JUnit Jupiter Engine to depend on the JUnit5 engine and JUnit 5 API -->
300         <dependency>
301             <groupId>org.junit.jupiter</groupId>
302             <artifactId>junit-jupiter-engine</artifactId>
303             <version>${junitJupiter.version}</version>
304             <scope>test</scope>
305         </dependency>
306         <!--JUnit Jupiter Engine to depend on the JUnit4 engine and JUnit 4 API  -->
307         <dependency>
308             <groupId>org.junit.vintage</groupId>
309             <artifactId>junit-vintage-engine</artifactId>
310             <version>${junitJupiter.version}</version>
311             <scope>test</scope>
312         </dependency>
313
314         <dependency>
315             <groupId>org.mockito</groupId>
316             <artifactId>mockito-core</artifactId>
317             <version>${mockito.version}</version>
318             <scope>test</scope>
319         </dependency>
320         <dependency>
321             <groupId>org.mockito</groupId>
322             <artifactId>mockito-inline</artifactId>
323             <version>${mockito.version}</version>
324             <scope>test</scope>
325         </dependency>
326
327         <!-- KEYCLOAK Authentication and authorization-->
328         <dependency>
329             <groupId>org.keycloak</groupId>
330             <artifactId>keycloak-servlet-filter-adapter</artifactId>
331             <version>${keycloak.version}</version>
332             <exclusions>
333                 <exclusion>
334                     <groupId>org.bouncycastle</groupId>
335                     <artifactId>*</artifactId>
336                 </exclusion>
337                 <exclusion>
338                     <groupId>com.fasterxml.jackson.core</groupId>
339                     <artifactId>jackson-core</artifactId>
340                 </exclusion>
341                 <exclusion>
342                     <groupId>com.fasterxml.jackson.core</groupId>
343                     <artifactId>jackson-databind</artifactId>
344                 </exclusion>
345                 <exclusion>
346                     <groupId>com.fasterxml.jackson.core</groupId>
347                     <artifactId>jackson-annotations</artifactId>
348                 </exclusion>
349             </exclusions>
350         </dependency>
351         <dependency>
352             <groupId>org.keycloak</groupId>
353             <artifactId>keycloak-authz-client</artifactId>
354             <version>${keycloak.version}</version>
355         </dependency>
356         <dependency>
357             <groupId>org.keycloak</groupId>
358             <artifactId>keycloak-spring-security-adapter</artifactId>
359             <version>${keycloak.version}</version>
360             <exclusions>
361                 <exclusion>
362                     <groupId>org.bouncycastle</groupId>
363                     <artifactId>*</artifactId>
364                 </exclusion>
365                 <exclusion>
366                     <groupId>com.fasterxml.jackson.core</groupId>
367                     <artifactId>jackson-core</artifactId>
368                 </exclusion>
369                 <exclusion>
370                     <groupId>com.fasterxml.jackson.core</groupId>
371                     <artifactId>jackson-databind</artifactId>
372                 </exclusion>
373                 <exclusion>
374                     <groupId>com.fasterxml.jackson.core</groupId>
375                     <artifactId>jackson-annotations</artifactId>
376                 </exclusion>
377             </exclusions>
378         </dependency>
379         <dependency>
380             <groupId>org.keycloak</groupId>
381             <artifactId>keycloak-core</artifactId>
382             <version>${keycloak.version}</version>
383             <exclusions>
384                 <exclusion>
385                     <groupId>org.bouncycastle</groupId>
386                     <artifactId>*</artifactId>
387                 </exclusion>
388                 <exclusion>
389                     <groupId>com.fasterxml.jackson.core</groupId>
390                     <artifactId>jackson-core</artifactId>
391                 </exclusion>
392                 <exclusion>
393                     <groupId>com.fasterxml.jackson.core</groupId>
394                     <artifactId>jackson-databind</artifactId>
395                 </exclusion>
396             </exclusions>
397         </dependency>
398         <dependency>
399             <groupId>org.keycloak</groupId>
400             <artifactId>keycloak-common</artifactId>
401             <version>${keycloak.version}</version>
402             <exclusions>
403                 <exclusion>
404                     <groupId>org.bouncycastle</groupId>
405                     <artifactId>*</artifactId>
406                 </exclusion>
407             </exclusions>
408         </dependency>
409         <!-- https://mvnrepository.com/artifact/jakarta.servlet/jakarta.servlet-api -->
410         <dependency>
411             <groupId>jakarta.servlet</groupId>
412             <artifactId>jakarta.servlet-api</artifactId>
413             <version>${servlet-api.version}</version>
414             <scope>provided</scope>
415         </dependency>
416         <dependency>
417             <groupId>org.springframework.security</groupId>
418             <artifactId>spring-security-core</artifactId>
419             <version>5.6.3</version>
420         </dependency>
421     </dependencies>
422
423     <reporting>
424         <plugins>
425             <plugin>
426                 <groupId>org.apache.maven.plugins</groupId>
427                 <artifactId>maven-javadoc-plugin</artifactId>
428                 <version>3.0.1</version>
429                 <configuration>
430                     <failOnError>false</failOnError>
431                     <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
432                     <docletArtifact>
433                         <groupId>org.umlgraph</groupId>
434                         <artifactId>umlgraph</artifactId>
435                         <version>5.6</version>
436                     </docletArtifact>
437                     <useStandardDocletOptions>true</useStandardDocletOptions>
438                 </configuration>
439             </plugin>
440         </plugins>
441     </reporting>
442
443     <build>
444         <pluginManagement>
445             <plugins>
446                 <plugin>
447                     <groupId>org.jacoco</groupId>
448                     <artifactId>jacoco-maven-plugin</artifactId>
449                     <version>${jacoco.version}</version>
450                 </plugin>
451                 <plugin>
452                     <groupId>org.apache.maven.plugins</groupId>
453                     <artifactId>maven-assembly-plugin</artifactId>
454                     <version>${mvn.assembly.version}</version>
455                     <configuration>
456                         <tarLongFileMode>posix</tarLongFileMode>
457                     </configuration>
458                 </plugin>
459
460                 <plugin>
461                     <groupId>org.codehaus.mojo</groupId>
462                     <artifactId>exec-maven-plugin</artifactId>
463                     <version>1.6.0</version>
464                 </plugin>
465                 <plugin>
466                     <groupId>org.sonarsource.scanner.maven</groupId>
467                     <artifactId>sonar-maven-plugin</artifactId>
468                     <version>3.7.0.1746</version>
469                 </plugin>
470                 <plugin>
471                     <groupId>org.apache.maven.plugins</groupId>
472                     <artifactId>maven-clean-plugin</artifactId>
473                     <version>3.1.0</version>
474                 </plugin>
475                 <plugin>
476                     <groupId>ru.yaal.maven</groupId>
477                     <artifactId>write-text-files-maven-plugin</artifactId>
478                     <version>1.1</version>
479                 </plugin>
480                 <plugin>
481                     <groupId>org.codehaus.mojo</groupId>
482                     <artifactId>build-helper-maven-plugin</artifactId>
483                     <version>3.2.0</version>
484                 </plugin>
485                 <plugin>
486                     <groupId>org.apache.maven.plugins</groupId>
487                     <artifactId>maven-deploy-plugin</artifactId>
488                     <version>2.8.2</version>
489                 </plugin>
490                 <plugin>
491                     <groupId>org.apache.maven.plugins</groupId>
492                     <artifactId>maven-shade-plugin</artifactId>
493                     <version>3.1.1</version>
494                 </plugin>
495                 <plugin>
496                     <groupId>org.apache.maven.plugins</groupId>
497                     <artifactId>maven-resources-plugin</artifactId>
498                     <version>3.2.0</version>
499                 </plugin>
500                 <plugin>
501                     <groupId>io.fabric8</groupId>
502                     <artifactId>docker-maven-plugin</artifactId>
503                     <version>0.38.0</version>
504                 </plugin>
505                 <plugin>
506                     <groupId>org.apache.maven.plugins</groupId>
507                     <artifactId>maven-jar-plugin</artifactId>
508                     <version>3.2.0</version>
509                 </plugin>
510                 <plugin>
511                     <groupId>org.apache.maven.plugins</groupId>
512                     <artifactId>maven-war-plugin</artifactId>
513                     <version>3.3.2</version>
514                 </plugin>
515                 <plugin>
516                     <groupId>com.github.eirslett</groupId>
517                     <artifactId>frontend-maven-plugin</artifactId>
518                     <version>1.12.0</version>
519                 </plugin>
520                 <plugin>
521                     <groupId>org.apache.maven.plugins</groupId>
522                     <artifactId>maven-surefire-plugin</artifactId>
523                     <version>${maven-surefire-plugin.version}</version>
524                 </plugin>
525                 <plugin>
526                     <groupId>org.apache.maven.plugins</groupId>
527                     <artifactId>maven-failsafe-plugin</artifactId>
528                     <version>${maven-surefire-plugin.version}</version>
529                 </plugin>
530                 <plugin>
531                     <groupId>org.apache.maven.plugins</groupId>
532                     <artifactId>maven-compiler-plugin</artifactId>
533                     <version>3.8.1</version>
534                 </plugin>
535                 <plugin>
536                     <groupId>com.github.sylvainlaurent.maven</groupId>
537                     <artifactId>yaml-json-validator-maven-plugin</artifactId>
538                     <version>1.0.2</version>
539                 </plugin>
540                 <plugin>
541                     <groupId>pl.project13.maven</groupId>
542                     <artifactId>git-commit-id-plugin</artifactId>
543                     <version>4.0.0</version>
544                 </plugin>
545             </plugins>
546         </pluginManagement>
547
548         <plugins>
549             <plugin>
550                 <artifactId>maven-checkstyle-plugin</artifactId>
551                 <version>2.17</version>
552                 <configuration>
553                     <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
554                     <suppressionsFileExpression>checkstyle.suppressions.file
555                     </suppressionsFileExpression>
556                     <skip>${checkstyle.skip}</skip>
557                 </configuration>
558             </plugin>
559             <!-- plugin for parsing the project version -->
560             <plugin>
561                 <groupId>org.codehaus.mojo</groupId>
562                 <artifactId>build-helper-maven-plugin</artifactId>
563                 <executions>
564                     <execution>
565                         <id>parse-version</id>
566                         <phase>pre-clean</phase>
567                         <goals>
568                             <goal>parse-version</goal>
569                         </goals>
570                     </execution>
571                 </executions>
572             </plugin>
573
574             <!-- Java Code Coverage -->
575             <plugin>
576                 <groupId>org.jacoco</groupId>
577                 <artifactId>jacoco-maven-plugin</artifactId>
578                 <inherited>false</inherited>
579                 <executions>
580                     <execution>
581                         <id>default-instrument</id>
582                         <goals>
583                             <goal>instrument</goal>
584                         </goals>
585                     </execution>
586                     <execution>
587                         <id>default-restore-instrumented-classes</id>
588                         <goals>
589                             <goal>restore-instrumented-classes</goal>
590                         </goals>
591                     </execution>
592                     <execution>
593                         <id>default-report</id>
594                         <goals>
595                             <goal>report</goal>
596                         </goals>
597                         <configuration>
598                             <dataFile>${project.build.directory}/jacoco.exec</dataFile>
599                         </configuration>
600                     </execution>
601                 </executions>
602             </plugin>
603
604             <plugin>
605                 <groupId>org.apache.maven.plugins</groupId>
606                 <artifactId>maven-site-plugin</artifactId>
607                 <version>3.7.1</version>
608                 <dependencies>
609                     <dependency>
610                         <groupId>org.apache.maven.wagon</groupId>
611                         <artifactId>wagon-webdav-jackrabbit</artifactId>
612                         <version>3.0.0</version>
613                     </dependency>
614                 </dependencies>
615             </plugin>
616
617             <plugin>
618                 <groupId>org.apache.maven.plugins</groupId>
619                 <artifactId>maven-compiler-plugin</artifactId>
620                 <configuration>
621                     <source>11</source>
622                     <target>11</target>
623                     <forceJavacCompilerUse>true</forceJavacCompilerUse>
624                 </configuration>
625             </plugin>
626             <plugin>
627                 <groupId>org.apache.maven.plugins</groupId>
628                 <artifactId>maven-surefire-plugin</artifactId>
629                 <dependencies>
630                     <dependency>
631                         <groupId>org.apache.maven.surefire</groupId>
632                         <artifactId>surefire-junit-platform</artifactId>
633                         <version>${maven-surefire-plugin.version}</version>
634                     </dependency>
635                 </dependencies>
636                 <configuration>
637                     <printSummary>false</printSummary>
638                     <systemPropertyVariables>
639                         <jacoco-agent.destfile>${project.build.directory}/jacoco.exec
640                         </jacoco-agent.destfile>
641                     </systemPropertyVariables>
642                     <forkCount>${surefire.forkCount}</forkCount>
643                     <reuseForks>${surefire.reuseForks}</reuseForks>
644                     <parallel>methods</parallel>
645                     <skip>${surefire.skip.tests}</skip>
646                 </configuration>
647             </plugin>
648             <plugin>
649                 <groupId>pl.project13.maven</groupId>
650                 <artifactId>git-commit-id-plugin</artifactId>
651                 <executions>
652                     <execution>
653                         <goals>
654                             <goal>revision</goal>
655                         </goals>
656                     </execution>
657                 </executions>
658                 <configuration>
659                     <generateGitPropertiesFile>true</generateGitPropertiesFile>
660                     <generateGitPropertiesFilename>
661                         ${project.build.outputDirectory}/META-INF/git.properties
662                     </generateGitPropertiesFilename>
663                     <failOnNoGitDirectory>true</failOnNoGitDirectory>
664                     <verbose>false</verbose>
665                     <includeOnlyProperties>
666                         <includeOnlyProperty>git.build.version</includeOnlyProperty>
667                         <includeOnlyProperty>git.build.time</includeOnlyProperty>
668                         <includeOnlyProperty>git.commit.id</includeOnlyProperty>
669                         <includeOnlyProperty>git.commit.time</includeOnlyProperty>
670                         <includeOnlyProperty>git.commit.user.name</includeOnlyProperty>
671                         <includeOnlyProperty>git.commit.user.email</includeOnlyProperty>
672                         <includeOnlyProperty>git.commit.message.short</includeOnlyProperty>
673                         <includeOnlyProperty>git.commit.message.full</includeOnlyProperty>
674                     </includeOnlyProperties>
675                     <gitDescribe>
676                         <skip>true</skip>
677                     </gitDescribe>
678                     <useNativeGit>false</useNativeGit>
679                 </configuration>
680             </plugin>
681         </plugins>
682     </build>
683
684     <profiles>
685         <profile>
686             <id>all</id>
687             <activation>
688                 <activeByDefault>true</activeByDefault>
689             </activation>
690             <properties>
691                 <checkstyle.skip>true</checkstyle.skip>
692             </properties>
693             <modules>
694                 <module>onboarding</module>
695                 <module>common-app-logging</module>
696                 <module>common-app-api</module>
697                 <module>common-be</module>
698                 <module>common-be-tests-utils</module>
699                 <module>catalog-dao</module>
700                 <module>catalog-model</module>
701                 <module>catalog-be</module>
702                 <module>catalog-be-plugins</module>
703                 <module>asdctool</module>
704                 <module>catalog-ui</module>
705                 <module>catalog-fe</module>
706                 <module>sdc-os-chef</module>
707                 <module>utils/webseal-simulator</module>
708                 <module>integration-tests</module>
709             </modules>
710         </profile>
711         <profile>
712             <id>all-for-integration-tests-only</id>
713             <properties>
714                 <checkstyle.skip>true</checkstyle.skip>
715                 <surefire.skip.tests>true</surefire.skip.tests>
716             </properties>
717             <modules>
718                 <module>onboarding</module>
719                 <module>common-app-logging</module>
720                 <module>common-app-api</module>
721                 <module>common-be</module>
722                 <module>common-be-tests-utils</module>
723                 <module>catalog-dao</module>
724                 <module>catalog-model</module>
725                 <module>catalog-be</module>
726                 <module>catalog-be-plugins</module>
727                 <module>asdctool</module>
728                 <module>catalog-ui</module>
729                 <module>catalog-fe</module>
730                 <module>sdc-os-chef</module>
731                 <module>utils/webseal-simulator</module>
732                 <module>integration-tests</module>
733             </modules>
734         </profile>
735         <profile>
736             <id>skip-integration-tests</id>
737             <activation>
738                 <property>
739                     <name>skipITs</name>
740                     <value>true</value>
741                 </property>
742             </activation>
743             <properties>
744                 <checkstyle.skip>true</checkstyle.skip>
745                 <maven.antrun.skip>true</maven.antrun.skip>
746                 <swagger.skip>true</swagger.skip>
747             </properties>
748             <modules>
749                 <module>onboarding</module>
750                 <module>common-app-logging</module>
751                 <module>common-app-api</module>
752                 <module>common-be</module>
753                 <module>common-be-tests-utils</module>
754                 <module>catalog-dao</module>
755                 <module>catalog-model</module>
756                 <module>catalog-be</module>
757                 <module>catalog-be-plugins</module>
758                 <module>asdctool</module>
759                 <module>catalog-ui</module>
760                 <module>catalog-fe</module>
761                 <module>sdc-os-chef</module>
762                 <module>utils/webseal-simulator</module>
763             </modules>
764         </profile>
765         <profile>
766             <id>skip-tests</id>
767             <activation>
768                 <property>
769                     <name>skipTests</name>
770                     <value>true</value>
771                 </property>
772             </activation>
773             <properties>
774                 <checkstyle.skip>true</checkstyle.skip>
775                 <maven.antrun.skip>true</maven.antrun.skip>
776                 <swagger.skip>true</swagger.skip>
777             </properties>
778             <modules>
779                 <module>onboarding</module>
780                 <module>common-app-logging</module>
781                 <module>common-app-api</module>
782                 <module>common-be</module>
783                 <module>common-be-tests-utils</module>
784                 <module>catalog-dao</module>
785                 <module>catalog-model</module>
786                 <module>catalog-be</module>
787                 <module>catalog-be-plugins</module>
788                 <module>asdctool</module>
789                 <module>catalog-ui</module>
790                 <module>catalog-fe</module>
791                 <module>sdc-os-chef</module>
792                 <module>utils/webseal-simulator</module>
793             </modules>
794         </profile>
795         <profile>
796             <id>fast-build</id>
797             <activation>
798                 <activeByDefault>false</activeByDefault>
799             </activation>
800             <properties>
801                 <maven.test.skip>true</maven.test.skip>
802                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
803                 <checkstyle.skip>true</checkstyle.skip>
804                 <jacoco.skip>true</jacoco.skip>
805                 <maven.antrun.skip>true</maven.antrun.skip>
806                 <swagger.skip>true</swagger.skip>
807             </properties>
808             <modules>
809                 <module>onboarding</module>
810                 <module>common-app-logging</module>
811                 <module>common-app-api</module>
812                 <module>common-be</module>
813                 <module>common-be-tests-utils</module>
814                 <module>catalog-dao</module>
815                 <module>catalog-model</module>
816                 <module>catalog-be</module>
817                 <module>catalog-be-plugins</module>
818                 <module>asdctool</module>
819                 <module>catalog-ui</module>
820                 <module>catalog-fe</module>
821                 <module>sdc-os-chef</module>
822                 <module>utils/webseal-simulator</module>
823             </modules>
824         </profile>
825         <profile>
826             <id>fast-build-no-ui</id>
827             <activation>
828                 <activeByDefault>false</activeByDefault>
829             </activation>
830             <properties>
831                 <maven.test.skip>true</maven.test.skip>
832                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
833                 <checkstyle.skip>true</checkstyle.skip>
834                 <jacoco.skip>true</jacoco.skip>
835                 <maven.antrun.skip>true</maven.antrun.skip>
836                 <swagger.skip>true</swagger.skip>
837             </properties>
838             <modules>
839                 <module>openecomp-be</module>
840                 <module>common</module>
841                 <module>common-app-logging</module>
842                 <module>common-app-api</module>
843                 <module>common-be</module>
844                 <module>common-be-tests-utils</module>
845                 <module>catalog-dao</module>
846                 <module>catalog-model</module>
847                 <module>catalog-be</module>
848                 <module>catalog-be-plugins</module>
849                 <module>asdctool</module>
850                 <module>sdc-os-chef</module>
851                 <module>utils/webseal-simulator</module>
852             </modules>
853         </profile>
854         <profile>
855             <id>start-sdc</id>
856             <activation>
857                 <activeByDefault>false</activeByDefault>
858             </activation>
859             <properties>
860                 <maven.test.skip>true</maven.test.skip>
861                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
862                 <checkstyle.skip>true</checkstyle.skip>
863                 <jacoco.skip>true</jacoco.skip>
864                 <docker.keepRunning>true</docker.keepRunning>
865                 <swagger.skip>true</swagger.skip>
866             </properties>
867             <modules>
868                 <module>integration-tests</module>
869             </modules>
870         </profile>
871         <profile>
872             <id>stop-sdc</id>
873             <activation>
874                 <activeByDefault>false</activeByDefault>
875             </activation>
876             <properties>
877                 <maven.test.skip>true</maven.test.skip>
878                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
879                 <checkstyle.skip>true</checkstyle.skip>
880                 <jacoco.skip>true</jacoco.skip>
881                 <docker.skip.run>true</docker.skip.run>
882                 <maven.antrun.skip>true</maven.antrun.skip>
883                 <swagger.skip>true</swagger.skip>
884             </properties>
885             <modules>
886                 <module>integration-tests</module>
887             </modules>
888         </profile>
889         <profile>
890             <id>run-integration-tests</id>
891             <activation>
892                 <activeByDefault>false</activeByDefault>
893             </activation>
894             <properties>
895                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
896                 <checkstyle.skip>true</checkstyle.skip>
897                 <docker.skip>true</docker.skip>
898                 <maven.antrun.skip>true</maven.antrun.skip>
899                 <swagger.skip>true</swagger.skip>
900             </properties>
901             <modules>
902                 <module>integration-tests</module>
903             </modules>
904         </profile>
905         <profile>
906             <id>run-integration-tests-api</id>
907             <activation>
908                 <activeByDefault>false</activeByDefault>
909             </activation>
910             <properties>
911                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
912                 <checkstyle.skip>true</checkstyle.skip>
913                 <surefire.skip.tests>true</surefire.skip.tests>
914             </properties>
915             <modules>
916                 <module>onboarding</module>
917                 <module>common-app-logging</module>
918                 <module>common-app-api</module>
919                 <module>common-be</module>
920                 <module>common-be-tests-utils</module>
921                 <module>catalog-dao</module>
922                 <module>catalog-model</module>
923                 <module>catalog-be</module>
924                 <module>catalog-be-plugins</module>
925                 <module>asdctool</module>
926                 <module>catalog-ui</module>
927                 <module>catalog-fe</module>
928                 <module>sdc-os-chef</module>
929                 <module>utils/webseal-simulator</module>
930                 <module>integration-tests</module>
931             </modules>
932         </profile>
933         <profile>
934             <id>run-integration-tests-ui</id>
935             <activation>
936                 <activeByDefault>false</activeByDefault>
937             </activation>
938             <properties>
939                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
940                 <checkstyle.skip>true</checkstyle.skip>
941                 <surefire.skip.tests>true</surefire.skip.tests>
942             </properties>
943             <modules>
944                 <module>onboarding</module>
945                 <module>common-app-logging</module>
946                 <module>common-app-api</module>
947                 <module>common-be</module>
948                 <module>common-be-tests-utils</module>
949                 <module>catalog-dao</module>
950                 <module>catalog-model</module>
951                 <module>catalog-be</module>
952                 <module>catalog-be-plugins</module>
953                 <module>asdctool</module>
954                 <module>catalog-ui</module>
955                 <module>catalog-fe</module>
956                 <module>sdc-os-chef</module>
957                 <module>utils/webseal-simulator</module>
958                 <module>integration-tests</module>
959             </modules>
960         </profile>
961     </profiles>
962
963     <repositories>
964         <!-- LF repositories -->
965         <repository>
966             <id>ecomp-releases</id>
967             <name>Release Repository</name>
968             <url>${nexus.proxy}/content/repositories/releases/</url>
969         </repository>
970         <repository>
971             <id>ecomp-snapshots</id>
972             <name>Snapshots Repository</name>
973             <url>${nexus.proxy}/content/repositories/snapshots/</url>
974         </repository>
975         <repository>
976             <id>ecomp-public</id>
977             <name>Public Repository</name>
978             <url>${nexus.proxy}/content/repositories/public/</url>
979         </repository>
980         <!-- LF repositories END-->
981     </repositories>
982
983     <distributionManagement>
984         <repository>
985             <id>ecomp-releases</id>
986             <name>Release Repository</name>
987             <url>${nexus.proxy}/content/repositories/releases/</url>
988         </repository>
989         <site>
990             <id>ecomp-site</id>
991             <url>dav:${nexus.proxy}${sitePath}</url>
992         </site>
993         <snapshotRepository>
994             <id>ecomp-snapshots</id>
995             <name>Snapshot Repository</name>
996             <url>${nexus.proxy}/content/repositories/snapshots/</url>
997         </snapshotRepository>
998     </distributionManagement>
999
1000 </project>