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