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