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