2 ============LICENSE_START=======================================================
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
11 http://www.apache.org/licenses/LICENSE-2.0
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 ================================================================================
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>
27 <groupId>org.openecomp.sdc</groupId>
28 <artifactId>sdc-main</artifactId>
29 <version>1.6.7-SNAPSHOT</version>
30 <packaging>pom</packaging>
34 <groupId>org.onap.oparent</groupId>
35 <artifactId>oparent</artifactId>
36 <version>2.0.0</version>
41 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
43 <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.3.2</lang3.version>
48 <guava.version>18.0</guava.version>
49 <janusgraph.version>0.3.1</janusgraph.version>
50 <spring.version>4.3.18.RELEASE</spring.version>
51 <spring.security.version>3.2.3.RELEASE</spring.security.version>
52 <spring.ldap.version>2.0.1.RELEASE</spring.ldap.version>
53 <jersey-bom.version>2.27</jersey-bom.version>
54 <netty.version>4.1.36.Final</netty.version>
55 <servlet-api.version>3.1.0</servlet-api.version>
56 <wire-mock.version>2.18.0</wire-mock.version>
57 <ecomp.version>2.6.0</ecomp.version>
58 <cassandra.unit.version>3.5.0.1</cassandra.unit.version>
59 <cadi.version>2.1.8</cadi.version>
60 <lombok.version>1.18.12</lombok.version>
61 <commons-beanutils>1.9.3</commons-beanutils>
62 <commons-configuration>2.3</commons-configuration>
63 <apache-poi.version>4.1.0</apache-poi.version>
64 <onap.logging.version>1.6.1</onap.logging.version>
66 <commons.collections.version>4.1</commons.collections.version>
67 <ws.rs.version>2.0.1</ws.rs.version>
69 <!-- Elastic Search mapper (reference the elastic search version actually). -->
70 <elastic-search.version>2.4.0</elastic-search.version>
71 <catalog-artifacts.version>1.0.0-SNAPSHOT</catalog-artifacts.version>
72 <catalog-builders.version>1.0.0-SNAPSHOT</catalog-builders.version>
73 <jetty.version>9.4.18.v20190429</jetty.version>
75 <!-- JSON and YAML Parsing -->
76 <jackson.version>2.9.9</jackson.version>
77 <jackson-annotations.version>2.9.9</jackson-annotations.version>
78 <jackson.mapper.version>1.9.13</jackson.mapper.version>
79 <clearspring.version>2.1.1</clearspring.version>
81 <!-- Yaml for properties -->
82 <snakeyaml.version>1.14</snakeyaml.version>
83 <functionaljava.version>4.7</functionaljava.version>
84 <httpclient.version>4.5.3</httpclient.version>
85 <httpcore.version>4.4.1</httpcore.version>
86 <json-simple.version>1.1</json-simple.version>
88 <!-- Logging start -->
90 <logback.version>1.2.3</logback.version>
91 <slf4j-api.version>1.7.25</slf4j-api.version>
92 <commons-codec>1.10</commons-codec>
93 <commons-logging>1.2</commons-logging>
94 <janino.version>3.0.6</janino.version>
97 <jcabi.version>0.20.1</jcabi.version>
98 <aspectjrt.version>1.8.4</aspectjrt.version>
99 <aspectj.version>1.7.4</aspectj.version>
100 <jcabi.maven.plugin.version>0.13.2</jcabi.maven.plugin.version>
103 <!-- System Metrics -->
104 <sigar.version>1.6.4</sigar.version>
106 <regex.version>3.0.3</regex.version>
109 <gson.version>2.3.1</gson.version>
111 <!--listen to file changes-->
112 <commons-jci-core.version>1.1</commons-jci-core.version>
115 <mockito.version>2.18.3</mockito.version>
116 <jmockit.version>1.33</jmockit.version>
117 <junit.version>4.12</junit.version>
118 <assertj.version>3.10.0</assertj.version>
119 <testng.version>6.14.3</testng.version>
120 <extentreports.version>3.0.3</extentreports.version>
121 <cucumber.version>2.4.0</cucumber.version>
122 <bean-matchers.version>0.11</bean-matchers.version>
123 <hamcrest.version>2.1</hamcrest.version>
124 <hamcrest-all.version>1.3</hamcrest-all.version>
125 <junit-jupiter.version>5.4.0</junit-jupiter.version>
126 <junit-vintage.version>5.4.0</junit-vintage.version>
127 <junit-platform.version>1.1.0</junit-platform.version>
128 <maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>
129 <maven-jar-plugin.version>2.4</maven-jar-plugin.version>
132 <sdc-tosca-parser.version>1.6.5</sdc-tosca-parser.version>
135 <sonar.coverage.jacoco.xmlReportPaths>
136 ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
137 </sonar.coverage.jacoco.xmlReportPaths>
138 <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
139 <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
140 <sonar.branch>${project.version}</sonar.branch>
143 <cassandra.driver.version>3.6.0</cassandra.driver.version>
144 <libthrift.version>0.12.0</libthrift.version>
145 <!-- maven central (Nexus) -->
146 <nexus.id.release>nexus</nexus.id.release>
147 <nexus.id.snapshot>nexus</nexus.id.snapshot>
150 <npm.registry>https://nexus3.onap.org/repository/npm.public/</npm.registry>
151 <nexus.proxy>https://nexus.onap.org</nexus.proxy>
152 <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
153 <staging.profile.id>176c31dfe190a</staging.profile.id>
155 <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
157 <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag>
158 <!--togglz version-->
159 <togglz.version>2.4.1.Final</togglz.version>
161 <joda.time.version>2.9.9</joda.time.version>
163 <!--sdc-security-utils-->
164 <security.util.lib.version>1.6.0</security.util.lib.version>
166 <jacoco.version>0.8.5</jacoco.version>
171 <dependencyManagement>
174 <groupId>com.google.guava</groupId>
175 <artifactId>guava</artifactId>
176 <version>${guava.version}</version>
180 <groupId>org.glassfish.jersey.ext</groupId>
181 <artifactId>jersey-bean-validation</artifactId>
182 <version>${jersey-bom.version}</version>
186 <groupId>org.glassfish.hk2.external</groupId>
187 <artifactId>asm-all-repackaged</artifactId>
188 <version>2.4.0</version>
192 <groupId>org.assertj</groupId>
193 <artifactId>assertj-core</artifactId>
194 <version>${assertj.version}</version>
198 <groupId>org.mockito</groupId>
199 <artifactId>mockito-core</artifactId>
200 <version>${mockito.version}</version>
204 <groupId>org.jmockit</groupId>
205 <artifactId>jmockit</artifactId>
206 <version>${jmockit.version}</version>
211 <groupId>com.github.tomakehurst</groupId>
212 <artifactId>wiremock-standalone</artifactId>
213 <version>${wire-mock.version}</version>
217 <groupId>io.cucumber</groupId>
218 <artifactId>cucumber-java</artifactId>
219 <version>${cucumber.version}</version>
223 <groupId>io.cucumber</groupId>
224 <artifactId>cucumber-junit</artifactId>
225 <version>${cucumber.version}</version>
229 <groupId>org.apache.commons</groupId>
230 <artifactId>commons-lang3</artifactId>
231 <version>${lang3.version}</version>
234 <groupId>org.codehaus.groovy</groupId>
235 <artifactId>groovy</artifactId>
236 <version>2.4.13</version>
239 <groupId>io.netty</groupId>
240 <artifactId>netty-all</artifactId>
241 <version>${netty.version}</version>
244 <groupId>io.netty</groupId>
245 <artifactId>netty-handler</artifactId>
246 <version>${netty.version}</version>
249 <groupId>org.junit.platform</groupId>
250 <artifactId>junit-platform-launcher</artifactId>
251 <version>${junit-platform.version}</version>
254 <groupId>org.junit.jupiter</groupId>
255 <artifactId>junit-jupiter-engine</artifactId>
256 <version>${junit-jupiter.version}</version>
259 <groupId>org.junit.vintage</groupId>
260 <artifactId>junit-vintage-engine</artifactId>
261 <version>${junit-vintage.version}</version>
264 </dependencyManagement>
268 <!-- must be on the classpath -->
269 <groupId>org.jacoco</groupId>
270 <artifactId>org.jacoco.agent</artifactId>
271 <classifier>runtime</classifier>
272 <version>${jacoco.version}</version>
280 <groupId>org.apache.maven.plugins</groupId>
281 <artifactId>maven-javadoc-plugin</artifactId>
282 <version>3.0.1</version>
284 <failOnError>false</failOnError>
285 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
287 <groupId>org.umlgraph</groupId>
288 <artifactId>umlgraph</artifactId>
289 <version>5.6</version>
291 <useStandardDocletOptions>true</useStandardDocletOptions>
301 <groupId>org.jacoco</groupId>
302 <artifactId>jacoco-maven-plugin</artifactId>
303 <version>${jacoco.version}</version>
306 <groupId>org.apache.maven.plugins</groupId>
307 <artifactId>maven-assembly-plugin</artifactId>
308 <version>3.1.0</version>
312 <groupId>org.codehaus.mojo</groupId>
313 <artifactId>exec-maven-plugin</artifactId>
314 <version>1.6.0</version>
317 <groupId>org.sonarsource.scanner.maven</groupId>
318 <artifactId>sonar-maven-plugin</artifactId>
319 <version>3.7.0.1746</version>
322 <groupId>org.apache.maven.plugins</groupId>
323 <artifactId>maven-clean-plugin</artifactId>
324 <version>3.1.0</version>
327 <groupId>ru.yaal.maven</groupId>
328 <artifactId>write-text-files-maven-plugin</artifactId>
329 <version>1.1</version>
332 <groupId>org.codehaus.gmaven</groupId>
333 <artifactId>gmaven-plugin</artifactId>
334 <version>1.5</version>
337 <groupId>org.codehaus.mojo</groupId>
338 <artifactId>build-helper-maven-plugin</artifactId>
339 <version>3.0.0</version>
342 <groupId>org.apache.maven.plugins</groupId>
343 <artifactId>maven-deploy-plugin</artifactId>
344 <version>2.8.2</version>
347 <groupId>org.apache.maven.plugins</groupId>
348 <artifactId>maven-shade-plugin</artifactId>
349 <version>3.1.1</version>
352 <groupId>org.apache.maven.plugins</groupId>
353 <artifactId>maven-resources-plugin</artifactId>
354 <version>3.1.0</version>
357 <groupId>io.fabric8</groupId>
358 <artifactId>docker-maven-plugin</artifactId>
359 <version>0.26.0</version>
362 <groupId>org.apache.maven.plugins</groupId>
363 <artifactId>maven-war-plugin</artifactId>
364 <version>3.2.2</version>
367 <groupId>com.github.eirslett</groupId>
368 <artifactId>frontend-maven-plugin</artifactId>
369 <version>1.8.0</version>
372 <groupId>org.apache.maven.plugins</groupId>
373 <artifactId>maven-surefire-plugin</artifactId>
374 <version>${maven-surefire-plugin.version}</version>
377 <groupId>org.apache.maven.plugins</groupId>
378 <artifactId>maven-compiler-plugin</artifactId>
379 <version>3.8.0</version>
382 <groupId>com.github.sylvainlaurent.maven</groupId>
383 <artifactId>yaml-json-validator-maven-plugin</artifactId>
384 <version>1.0.1</version>
387 <groupId>pl.project13.maven</groupId>
388 <artifactId>git-commit-id-plugin</artifactId>
389 <version>2.2.6</version>
396 <artifactId>maven-checkstyle-plugin</artifactId>
397 <version>2.17</version>
399 <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
400 <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
403 <!-- plugin for parsing the project version -->
405 <groupId>org.codehaus.mojo</groupId>
406 <artifactId>build-helper-maven-plugin</artifactId>
409 <id>parse-version</id>
410 <phase>pre-clean</phase>
412 <goal>parse-version</goal>
418 <!-- Java Code Coverage -->
420 <groupId>org.jacoco</groupId>
421 <artifactId>jacoco-maven-plugin</artifactId>
422 <inherited>false</inherited>
425 <id>default-instrument</id>
427 <goal>instrument</goal>
431 <id>default-restore-instrumented-classes</id>
433 <goal>restore-instrumented-classes</goal>
437 <id>default-report</id>
442 <dataFile>${project.build.directory}/jacoco.exec</dataFile>
449 <groupId>org.apache.maven.plugins</groupId>
450 <artifactId>maven-site-plugin</artifactId>
451 <version>3.7.1</version>
454 <groupId>org.apache.maven.wagon</groupId>
455 <artifactId>wagon-webdav-jackrabbit</artifactId>
456 <version>3.0.0</version>
461 <!-- Set the deployment repositories properties. -->
463 <groupId>org.codehaus.gmaven</groupId>
464 <artifactId>gmaven-plugin</artifactId>
467 <inherited>false</inherited>
468 <phase>integration-test</phase>
474 pom.properties['deploy.url'] =
475 pom.version.contains('-SNAPSHOT') ?
476 project.distributionManagement.snapshotRepository.url :
477 project.distributionManagement.repository.url;
478 pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ?
479 project.distributionManagement.snapshotRepository.id :
480 project.distributionManagement.repository.id;
487 <groupId>org.apache.maven.plugins</groupId>
488 <artifactId>maven-compiler-plugin</artifactId>
495 <groupId>org.apache.maven.plugins</groupId>
496 <artifactId>maven-surefire-plugin</artifactId>
498 <printSummary>false</printSummary>
499 <systemPropertyVariables>
500 <jacoco-agent.destfile>${project.build.directory}/jacoco.exec</jacoco-agent.destfile>
501 </systemPropertyVariables>
505 <groupId>pl.project13.maven</groupId>
506 <artifactId>git-commit-id-plugin</artifactId>
510 <goal>revision</goal>
515 <generateGitPropertiesFile>true</generateGitPropertiesFile>
516 <generateGitPropertiesFilename>${project.build.outputDirectory}/META-INF/git.properties
517 </generateGitPropertiesFilename>
518 <failOnNoGitDirectory>true</failOnNoGitDirectory>
519 <verbose>false</verbose>
520 <includeOnlyProperties>
521 <includeOnlyProperty>git.build.version</includeOnlyProperty>
522 <includeOnlyProperty>git.build.time</includeOnlyProperty>
523 <includeOnlyProperty>git.commit.id</includeOnlyProperty>
524 <includeOnlyProperty>git.commit.time</includeOnlyProperty>
525 <includeOnlyProperty>git.commit.user.name</includeOnlyProperty>
526 <includeOnlyProperty>git.commit.user.email</includeOnlyProperty>
527 <includeOnlyProperty>git.commit.message.short</includeOnlyProperty>
528 <includeOnlyProperty>git.commit.message.full</includeOnlyProperty>
529 </includeOnlyProperties>
533 <useNativeGit>false</useNativeGit>
543 <activeByDefault>true</activeByDefault>
546 <module>onboarding</module>
547 <module>common-app-logging</module>
548 <module>common-app-api</module>
549 <module>common-be</module>
550 <module>catalog-dao</module>
551 <module>catalog-model</module>
552 <module>catalog-be</module>
553 <module>asdctool</module>
554 <module>catalog-ui</module>
555 <module>catalog-fe</module>
556 <module>test-apis-ci</module>
557 <module>ui-ci</module>
558 <module>sdc-os-chef</module>
559 <module>utils/webseal-simulator</module>
567 <activeByDefault>false</activeByDefault>
570 <module>common-app-logging</module>
571 <module>common-app-api</module>
572 <module>common-be</module>
573 <module>catalog-dao</module>
574 <module>catalog-model</module>
575 <module>catalog-be</module>
576 <module>asdctool</module>
577 <module>catalog-ui</module>
578 <module>catalog-fe</module>
579 <module>test-apis-ci</module>
580 <module>ui-ci</module>
587 <activeByDefault>false</activeByDefault>
590 <module>onboarding</module>
597 <!-- LF repositories -->
599 <id>ecomp-releases</id>
600 <name>Release Repository</name>
601 <url>${nexus.proxy}/content/repositories/releases/</url>
604 <id>ecomp-snapshots</id>
605 <name>Snapshots Repository</name>
606 <url>${nexus.proxy}/content/repositories/snapshots/</url>
609 <id>ecomp-public</id>
610 <name>Public Repository</name>
611 <url>${nexus.proxy}/content/repositories/public/</url>
613 <!-- LF repositories END-->
616 <distributionManagement>
618 <id>ecomp-releases</id>
619 <name>Release Repository</name>
620 <url>${nexus.proxy}/content/repositories/releases/</url>
623 <id>ecomp-snapshots</id>
624 <name>Snapshot Repository</name>
625 <url>${nexus.proxy}/content/repositories/snapshots/</url>
626 </snapshotRepository>
629 <url>dav:${nexus.proxy}${sitePath}</url>
631 </distributionManagement>