Piotr Darosz | 20da3d0 | 2018-06-15 08:28:00 +0200 | [diff] [blame] | 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========================================================= |
Piotr Darosz | 044b3f8 | 2019-06-11 15:24:22 +0200 | [diff] [blame] | 19 | Modifications copyright (c) 2018-2019 Nokia |
Piotr Darosz | 20da3d0 | 2018-06-15 08:28:00 +0200 | [diff] [blame] | 20 | ================================================================================ |
| 21 | --> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 22 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 23 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 24 | <modelVersion>4.0.0</modelVersion> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 25 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 26 | <groupId>org.openecomp.sdc</groupId> |
| 27 | <artifactId>sdc-main</artifactId> |
Ofir Sonsino | b5cc5d6 | 2019-09-10 10:52:13 +0300 | [diff] [blame] | 28 | <version>1.5.2-SNAPSHOT</version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 29 | <packaging>pom</packaging> |
| 30 | <name>sdc</name> |
Tomasz Golabek | c8fcbbc | 2019-07-09 08:42:59 +0200 | [diff] [blame] | 31 | |
| 32 | <parent> |
| 33 | <groupId>org.onap.oparent</groupId> |
| 34 | <artifactId>oparent</artifactId> |
| 35 | <version>2.0.0</version> |
| 36 | <relativePath/> |
| 37 | </parent> |
| 38 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 39 | <properties> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 40 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 41 | |
Piotr Darosz | 2e727b1 | 2019-07-12 13:58:55 +0200 | [diff] [blame] | 42 | <tosca.datatype.version>${project.version}</tosca.datatype.version> |
talio | fe4afd4 | 2019-04-14 15:37:20 +0300 | [diff] [blame] | 43 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 44 | <!-- 3rd parties versions --> |
Satyaki Mallick | 3864c21 | 2018-09-19 18:51:35 +0530 | [diff] [blame] | 45 | <bean-matcher.version>0.11</bean-matcher.version> |
| 46 | <lang3.version>3.3.2</lang3.version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 47 | <lang3.version>3.3.2</lang3.version> |
| 48 | <guava.version>18.0</guava.version> |
shrikantawachar | 2623c84 | 2019-05-20 12:11:54 +0530 | [diff] [blame] | 49 | <janusgraph.version>0.3.1</janusgraph.version> |
Michael Lando | 776213b | 2018-10-21 20:29:29 +0300 | [diff] [blame] | 50 | <spring.version>4.3.18.RELEASE</spring.version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 51 | <spring.security.version>3.2.3.RELEASE</spring.security.version> |
| 52 | <spring.ldap.version>2.0.1.RELEASE</spring.ldap.version> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 53 | <jersey-bom.version>2.27</jersey-bom.version> |
Piotr Darosz | c82ace5 | 2019-06-13 07:42:06 +0200 | [diff] [blame] | 54 | <netty.version>4.1.36.Final</netty.version> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 55 | <servlet-api.version>3.1.0</servlet-api.version> |
| 56 | <wire-mock.version>2.18.0</wire-mock.version> |
Tal Gitelman | 7d05e16 | 2018-10-10 14:52:54 +0300 | [diff] [blame] | 57 | <ecomp.version>2.4.0</ecomp.version> |
Piotr Darosz | 20da3d0 | 2018-06-15 08:28:00 +0200 | [diff] [blame] | 58 | <cassandra.unit.version>3.5.0.1</cassandra.unit.version> |
talio | fe4afd4 | 2019-04-14 15:37:20 +0300 | [diff] [blame] | 59 | <lombok.version>1.18.2</lombok.version> |
Tomasz Golabek | b836d34 | 2019-06-11 13:41:48 +0200 | [diff] [blame] | 60 | <commons-beanutils>1.9.3</commons-beanutils> |
| 61 | <commons-configuration>2.3</commons-configuration> |
Tomasz Golabek | 47292bc | 2019-06-05 16:14:17 +0200 | [diff] [blame] | 62 | <apache-poi.version>4.1.0</apache-poi.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 63 | |
Talio | 1468fdc | 2019-02-05 11:05:05 +0200 | [diff] [blame] | 64 | <commons.collections.version>4.1</commons.collections.version> |
| 65 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 66 | <!-- Elastic Search mapper (reference the elastic search version actually). --> |
| 67 | <elastic-search.version>2.4.0</elastic-search.version> |
| 68 | <catalog-artifacts.version>1.0.0-SNAPSHOT</catalog-artifacts.version> |
| 69 | <catalog-builders.version>1.0.0-SNAPSHOT</catalog-builders.version> |
Piotr Darosz | 044b3f8 | 2019-06-11 15:24:22 +0200 | [diff] [blame] | 70 | <jetty.version>9.4.18.v20190429</jetty.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 71 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 72 | <!-- JSON and YAML Parsing --> |
Piotr Darosz | d9cf49c | 2019-06-14 11:39:33 +0200 | [diff] [blame] | 73 | <jackson.version>2.9.9</jackson.version> |
| 74 | <jackson-annotations.version>2.9.9</jackson-annotations.version> |
talio | fe4afd4 | 2019-04-14 15:37:20 +0300 | [diff] [blame] | 75 | <jackson.mapper.version>1.9.13</jackson.mapper.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 76 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 77 | <!-- Yaml for properties --> |
| 78 | <snakeyaml.version>1.14</snakeyaml.version> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 79 | <functionaljava.version>4.7</functionaljava.version> |
Michael Lando | 1236894 | 2018-05-13 19:19:46 +0300 | [diff] [blame] | 80 | <httpclient.version>4.5.3</httpclient.version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 81 | <httpcore.version>4.4.1</httpcore.version> |
| 82 | <json-simple.version>1.1</json-simple.version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 83 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 84 | <!-- Logging start --> |
| 85 | <!-- logback --> |
Gitelman, Tal (tg851x) | 483c3d9 | 2018-03-12 18:41:15 +0200 | [diff] [blame] | 86 | <logback.version>1.2.3</logback.version> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 87 | <slf4j-api.version>1.7.25</slf4j-api.version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 88 | <commons-codec>1.10</commons-codec> |
| 89 | <commons-logging>1.2</commons-logging> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 90 | <janino.version>3.0.6</janino.version> |
Michael Lando | 3c3c833 | 2017-07-20 01:29:49 +0300 | [diff] [blame] | 91 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 92 | <!-- aspects --> |
| 93 | <jcabi.version>0.20.1</jcabi.version> |
| 94 | <aspectjrt.version>1.8.4</aspectjrt.version> |
| 95 | <aspectj.version>1.7.4</aspectj.version> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 96 | <jcabi.maven.plugin.version>0.13.2</jcabi.maven.plugin.version> |
Michael Lando | 3c3c833 | 2017-07-20 01:29:49 +0300 | [diff] [blame] | 97 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 98 | <!-- Logging end --> |
| 99 | <!-- System Metrics --> |
| 100 | <sigar.version>1.6.4</sigar.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 101 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 102 | <regex.version>3.0.3</regex.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 103 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 104 | <!--GSON--> |
| 105 | <gson.version>2.3.1</gson.version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 106 | |
| 107 | <!--listen to file changes--> |
| 108 | <commons-jci-core.version>1.1</commons-jci-core.version> |
| 109 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 110 | <!--TESTING--> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 111 | <mockito.version>2.18.3</mockito.version> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 112 | <jmockit.version>1.33</jmockit.version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 113 | <junit.version>4.12</junit.version> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 114 | <assertj.version>3.10.0</assertj.version> |
Piotr Darosz | 1e3477a | 2019-06-17 13:59:02 +0200 | [diff] [blame] | 115 | <testng.version>6.14.3</testng.version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 116 | <extentreports.version>3.0.3</extentreports.version> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 117 | <cucumber.version>2.4.0</cucumber.version> |
Piotr Darosz | 0081451 | 2018-06-18 12:46:35 +0200 | [diff] [blame] | 118 | <bean-matchers.version>0.11</bean-matchers.version> |
andre.schmid | 031db86 | 2019-07-24 08:57:20 +0000 | [diff] [blame] | 119 | <hamcrest.version>2.1</hamcrest.version> |
Parshad Patel | 8b8061e | 2019-03-18 16:02:43 +0900 | [diff] [blame] | 120 | <hamcrest-all.version>1.3</hamcrest-all.version> |
Tomasz Golabek | a490dfc | 2019-04-23 16:26:08 +0200 | [diff] [blame] | 121 | <junit-jupiter.version>5.4.0</junit-jupiter.version> |
| 122 | <junit-vintage.version>5.4.0</junit-vintage.version> |
Tomasz Golabek | 04aecc5 | 2019-04-11 11:47:50 +0200 | [diff] [blame] | 123 | <junit-platform.version>1.1.0</junit-platform.version> |
| 124 | <maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 125 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 126 | <!-- parser--> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 127 | <sdc-tosca-parser.version>1.3.5</sdc-tosca-parser.version> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 128 | |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 129 | <!-- sonar --> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 130 | <sonar.language>java</sonar.language> |
Michael Lando | 734d54d | 2018-07-30 12:31:21 +0300 | [diff] [blame] | 131 | <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding> |
| 132 | <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir> |
| 133 | <sonar.branch>${project.version}</sonar.branch> |
ml636r | d0214c7 | 2017-02-22 11:36:55 +0200 | [diff] [blame] | 134 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 135 | <!--cassandra --> |
| 136 | <cassandra.driver.version>3.0.0</cassandra.driver.version> |
Piotr Darosz | a67f45c | 2019-06-13 12:56:13 +0200 | [diff] [blame] | 137 | <libthrift.version>0.12.0</libthrift.version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 138 | <!-- maven central (Nexus) --> |
| 139 | <nexus.id.release>nexus</nexus.id.release> |
| 140 | <nexus.id.snapshot>nexus</nexus.id.snapshot> |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 141 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 142 | <!--nexus--> |
Ofir Sonsino | 2de081b | 2019-09-18 10:32:39 +0300 | [diff] [blame] | 143 | <npm.registry>https://nexus3.onap.org/repository/npm.public/</npm.registry> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 144 | <nexus.proxy>https://nexus.onap.org</nexus.proxy> |
| 145 | <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath> |
| 146 | <staging.profile.id>176c31dfe190a</staging.profile.id> |
| 147 | <!--maven--> |
| 148 | <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 149 | <!--docker tags--> |
| 150 | <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 151 | |
talio | fe4afd4 | 2019-04-14 15:37:20 +0300 | [diff] [blame] | 152 | <joda.time.version>2.9.9</joda.time.version> |
| 153 | |
kooper | faaad99 | 2019-05-07 08:44:41 +0000 | [diff] [blame] | 154 | <!--jacoco--> |
| 155 | <jacoco.version>0.8.1</jacoco.version> |
Yuli Shlosberg | 0875ce0 | 2018-01-25 13:53:36 +0200 | [diff] [blame] | 156 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 157 | </properties> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 158 | |
Michael Lando | 5c9769c | 2018-08-20 01:27:45 +0300 | [diff] [blame] | 159 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 160 | <dependencyManagement> |
| 161 | <dependencies> |
| 162 | <dependency> |
Tomasz Golabek | c8fcbbc | 2019-07-09 08:42:59 +0200 | [diff] [blame] | 163 | <groupId>com.google.guava</groupId> |
| 164 | <artifactId>guava</artifactId> |
| 165 | <version>${guava.version}</version> |
| 166 | </dependency> |
| 167 | |
| 168 | <dependency> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 169 | <groupId>org.glassfish.jersey.ext</groupId> |
| 170 | <artifactId>jersey-bean-validation</artifactId> |
| 171 | <version>${jersey-bom.version}</version> |
| 172 | </dependency> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 173 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 174 | <dependency> |
| 175 | <groupId>org.glassfish.hk2.external</groupId> |
| 176 | <artifactId>asm-all-repackaged</artifactId> |
| 177 | <version>2.4.0</version> |
| 178 | </dependency> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 179 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 180 | <dependency> |
| 181 | <groupId>org.assertj</groupId> |
| 182 | <artifactId>assertj-core</artifactId> |
| 183 | <version>${assertj.version}</version> |
| 184 | </dependency> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 185 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 186 | <dependency> |
| 187 | <groupId>org.mockito</groupId> |
| 188 | <artifactId>mockito-core</artifactId> |
| 189 | <version>${mockito.version}</version> |
| 190 | </dependency> |
Tal Gitelman | b2533e5 | 2018-06-06 14:46:07 +0300 | [diff] [blame] | 191 | |
Yuli Shlosberg | e466931 | 2018-04-26 15:48:26 +0300 | [diff] [blame] | 192 | <dependency> |
| 193 | <groupId>org.jmockit</groupId> |
| 194 | <artifactId>jmockit</artifactId> |
| 195 | <version>${jmockit.version}</version> |
| 196 | </dependency> |
| 197 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 198 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 199 | <dependency> |
| 200 | <groupId>com.github.tomakehurst</groupId> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 201 | <artifactId>wiremock-standalone</artifactId> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 202 | <version>${wire-mock.version}</version> |
| 203 | </dependency> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 204 | |
| 205 | <dependency> |
| 206 | <groupId>io.cucumber</groupId> |
| 207 | <artifactId>cucumber-java</artifactId> |
| 208 | <version>${cucumber.version}</version> |
| 209 | </dependency> |
| 210 | |
| 211 | <dependency> |
| 212 | <groupId>io.cucumber</groupId> |
| 213 | <artifactId>cucumber-junit</artifactId> |
| 214 | <version>${cucumber.version}</version> |
| 215 | </dependency> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 216 | |
| 217 | <dependency> |
| 218 | <groupId>org.apache.commons</groupId> |
| 219 | <artifactId>commons-lang3</artifactId> |
| 220 | <version>${lang3.version}</version> |
| 221 | </dependency> |
Tal Gitelman | a3b79a2 | 2018-09-25 17:22:34 +0300 | [diff] [blame] | 222 | <dependency> |
| 223 | <groupId>org.codehaus.groovy</groupId> |
| 224 | <artifactId>groovy</artifactId> |
| 225 | <version>2.4.13</version> |
| 226 | </dependency> |
Yuli Shlosberg | 79e3627 | 2018-10-02 14:45:26 +0300 | [diff] [blame] | 227 | <dependency> |
| 228 | <groupId>io.netty</groupId> |
| 229 | <artifactId>netty-all</artifactId> |
Piotr Darosz | c82ace5 | 2019-06-13 07:42:06 +0200 | [diff] [blame] | 230 | <version>${netty.version}</version> |
Yuli Shlosberg | 79e3627 | 2018-10-02 14:45:26 +0300 | [diff] [blame] | 231 | </dependency> |
| 232 | <dependency> |
| 233 | <groupId>io.netty</groupId> |
| 234 | <artifactId>netty-handler</artifactId> |
Piotr Darosz | c82ace5 | 2019-06-13 07:42:06 +0200 | [diff] [blame] | 235 | <version>${netty.version}</version> |
Yuli Shlosberg | 79e3627 | 2018-10-02 14:45:26 +0300 | [diff] [blame] | 236 | </dependency> |
Tomasz Golabek | a490dfc | 2019-04-23 16:26:08 +0200 | [diff] [blame] | 237 | <dependency> |
| 238 | <groupId>org.junit.platform</groupId> |
| 239 | <artifactId>junit-platform-launcher</artifactId> |
| 240 | <version>${junit-platform.version}</version> |
| 241 | </dependency> |
| 242 | <dependency> |
| 243 | <groupId>org.junit.jupiter</groupId> |
| 244 | <artifactId>junit-jupiter-engine</artifactId> |
| 245 | <version>${junit-jupiter.version}</version> |
| 246 | </dependency> |
| 247 | <dependency> |
| 248 | <groupId>org.junit.vintage</groupId> |
| 249 | <artifactId>junit-vintage-engine</artifactId> |
| 250 | <version>${junit-vintage.version}</version> |
| 251 | </dependency> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 252 | </dependencies> |
| 253 | </dependencyManagement> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 254 | |
kooper | faaad99 | 2019-05-07 08:44:41 +0000 | [diff] [blame] | 255 | <dependencies> |
| 256 | <dependency> |
| 257 | <!-- must be on the classpath --> |
| 258 | <groupId>org.jacoco</groupId> |
| 259 | <artifactId>org.jacoco.agent</artifactId> |
| 260 | <classifier>runtime</classifier> |
| 261 | <version>${jacoco.version}</version> |
| 262 | <scope>test</scope> |
| 263 | </dependency> |
| 264 | </dependencies> |
| 265 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 266 | <reporting> |
| 267 | <plugins> |
| 268 | <plugin> |
| 269 | <groupId>org.apache.maven.plugins</groupId> |
| 270 | <artifactId>maven-javadoc-plugin</artifactId> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 271 | <version>3.0.1</version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 272 | <configuration> |
| 273 | <failOnError>false</failOnError> |
| 274 | <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> |
| 275 | <docletArtifact> |
| 276 | <groupId>org.umlgraph</groupId> |
| 277 | <artifactId>umlgraph</artifactId> |
| 278 | <version>5.6</version> |
| 279 | </docletArtifact> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 280 | <useStandardDocletOptions>true</useStandardDocletOptions> |
| 281 | </configuration> |
| 282 | </plugin> |
| 283 | </plugins> |
| 284 | </reporting> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 285 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 286 | <build> |
| 287 | <pluginManagement> |
| 288 | <plugins> |
vempo | 806d077 | 2018-08-08 15:40:46 +0300 | [diff] [blame] | 289 | <plugin> |
| 290 | <groupId>org.jacoco</groupId> |
| 291 | <artifactId>jacoco-maven-plugin</artifactId> |
| 292 | <version>0.8.1</version> |
| 293 | </plugin> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 294 | <plugin> |
| 295 | <groupId>org.apache.maven.plugins</groupId> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 296 | <artifactId>maven-assembly-plugin</artifactId> |
| 297 | <version>3.1.0</version> |
| 298 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 299 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 300 | <plugin> |
| 301 | <groupId>org.codehaus.mojo</groupId> |
| 302 | <artifactId>exec-maven-plugin</artifactId> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 303 | <version>1.6.0</version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 304 | </plugin> |
| 305 | <plugin> |
| 306 | <groupId>org.sonarsource.scanner.maven</groupId> |
| 307 | <artifactId>sonar-maven-plugin</artifactId> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 308 | <version>3.4.1.1168</version> |
| 309 | </plugin> |
| 310 | <plugin> |
| 311 | <groupId>org.apache.maven.plugins</groupId> |
| 312 | <artifactId>maven-clean-plugin</artifactId> |
| 313 | <version>3.1.0</version> |
| 314 | </plugin> |
| 315 | <plugin> |
| 316 | <groupId>ru.yaal.maven</groupId> |
| 317 | <artifactId>write-text-files-maven-plugin</artifactId> |
| 318 | <version>1.1</version> |
| 319 | </plugin> |
| 320 | <plugin> |
| 321 | <groupId>org.codehaus.gmaven</groupId> |
| 322 | <artifactId>gmaven-plugin</artifactId> |
| 323 | <version>1.5</version> |
| 324 | </plugin> |
| 325 | <plugin> |
| 326 | <groupId>org.codehaus.mojo</groupId> |
| 327 | <artifactId>build-helper-maven-plugin</artifactId> |
| 328 | <version>3.0.0</version> |
| 329 | </plugin> |
| 330 | <plugin> |
| 331 | <groupId>org.apache.maven.plugins</groupId> |
| 332 | <artifactId>maven-deploy-plugin</artifactId> |
| 333 | <version>2.8.2</version> |
| 334 | </plugin> |
| 335 | <plugin> |
| 336 | <groupId>org.apache.maven.plugins</groupId> |
| 337 | <artifactId>maven-shade-plugin</artifactId> |
| 338 | <version>3.1.1</version> |
| 339 | </plugin> |
| 340 | <plugin> |
| 341 | <groupId>org.apache.maven.plugins</groupId> |
| 342 | <artifactId>maven-resources-plugin</artifactId> |
| 343 | <version>3.1.0</version> |
| 344 | </plugin> |
| 345 | <plugin> |
| 346 | <groupId>io.fabric8</groupId> |
| 347 | <artifactId>docker-maven-plugin</artifactId> |
| 348 | <version>0.26.0</version> |
| 349 | </plugin> |
| 350 | <plugin> |
| 351 | <groupId>org.apache.maven.plugins</groupId> |
| 352 | <artifactId>maven-war-plugin</artifactId> |
| 353 | <version>3.2.2</version> |
| 354 | </plugin> |
| 355 | <plugin> |
| 356 | <groupId>com.github.eirslett</groupId> |
| 357 | <artifactId>frontend-maven-plugin</artifactId> |
| 358 | <version>1.6</version> |
| 359 | </plugin> |
| 360 | <plugin> |
| 361 | <groupId>org.apache.maven.plugins</groupId> |
| 362 | <artifactId>maven-surefire-plugin</artifactId> |
Tomasz Golabek | 04aecc5 | 2019-04-11 11:47:50 +0200 | [diff] [blame] | 363 | <version>${maven-surefire-plugin.version}</version> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 364 | </plugin> |
| 365 | <plugin> |
| 366 | <groupId>org.apache.maven.plugins</groupId> |
| 367 | <artifactId>maven-compiler-plugin</artifactId> |
| 368 | <version>3.8.0</version> |
| 369 | </plugin> |
| 370 | <plugin> |
dekstroza | 37843cb | 2018-05-18 14:42:24 +0100 | [diff] [blame] | 371 | <groupId>com.github.sylvainlaurent.maven</groupId> |
| 372 | <artifactId>yaml-json-validator-maven-plugin</artifactId> |
| 373 | <version>1.0.1</version> |
| 374 | </plugin> |
Oleg Beltz | a8e3bf2 | 2019-04-07 08:26:50 +0300 | [diff] [blame] | 375 | <plugin> |
| 376 | <groupId>pl.project13.maven</groupId> |
| 377 | <artifactId>git-commit-id-plugin</artifactId> |
| 378 | <version>2.2.6</version> |
| 379 | </plugin> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 380 | </plugins> |
| 381 | </pluginManagement> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 382 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 383 | <plugins> |
Bartosz Gardziejewski | 6e94aaf | 2019-07-16 11:09:50 +0200 | [diff] [blame] | 384 | <plugin> |
| 385 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 386 | <version>2.17</version> |
| 387 | <configuration> |
| 388 | <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation> |
| 389 | <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression> |
| 390 | </configuration> |
| 391 | </plugin> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 392 | <!-- plugin for parsing the project version --> |
| 393 | <plugin> |
| 394 | <groupId>org.codehaus.mojo</groupId> |
| 395 | <artifactId>build-helper-maven-plugin</artifactId> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 396 | <executions> |
| 397 | <execution> |
| 398 | <id>parse-version</id> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 399 | <phase>pre-clean</phase> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 400 | <goals> |
| 401 | <goal>parse-version</goal> |
| 402 | </goals> |
| 403 | </execution> |
| 404 | </executions> |
| 405 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 406 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 407 | <!-- Java Code Coverage --> |
| 408 | <plugin> |
| 409 | <groupId>org.jacoco</groupId> |
| 410 | <artifactId>jacoco-maven-plugin</artifactId> |
Tomasz Golabek | c8fcbbc | 2019-07-09 08:42:59 +0200 | [diff] [blame] | 411 | <inherited>false</inherited> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 412 | <executions> |
| 413 | <execution> |
kooper | faaad99 | 2019-05-07 08:44:41 +0000 | [diff] [blame] | 414 | <id>default-instrument</id> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 415 | <goals> |
kooper | faaad99 | 2019-05-07 08:44:41 +0000 | [diff] [blame] | 416 | <goal>instrument</goal> |
| 417 | </goals> |
| 418 | </execution> |
| 419 | <execution> |
| 420 | <id>default-restore-instrumented-classes</id> |
| 421 | <goals> |
| 422 | <goal>restore-instrumented-classes</goal> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 423 | </goals> |
| 424 | </execution> |
| 425 | <execution> |
| 426 | <id>default-report</id> |
| 427 | <goals> |
| 428 | <goal>report</goal> |
| 429 | </goals> |
kooper | faaad99 | 2019-05-07 08:44:41 +0000 | [diff] [blame] | 430 | <configuration> |
| 431 | <dataFile>${project.build.directory}/jacoco.exec</dataFile> |
| 432 | </configuration> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 433 | </execution> |
| 434 | </executions> |
| 435 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 436 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 437 | <plugin> |
| 438 | <groupId>org.apache.maven.plugins</groupId> |
| 439 | <artifactId>maven-site-plugin</artifactId> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 440 | <version>3.7.1</version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 441 | <dependencies> |
| 442 | <dependency> |
| 443 | <groupId>org.apache.maven.wagon</groupId> |
| 444 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 445 | <version>3.0.0</version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 446 | </dependency> |
| 447 | </dependencies> |
| 448 | </plugin> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 449 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 450 | <!-- Set the deployment repositories properties. --> |
| 451 | <plugin> |
| 452 | <groupId>org.codehaus.gmaven</groupId> |
| 453 | <artifactId>gmaven-plugin</artifactId> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 454 | <executions> |
| 455 | <execution> |
| 456 | <inherited>false</inherited> |
| 457 | <phase>integration-test</phase> |
| 458 | <goals> |
| 459 | <goal>execute</goal> |
| 460 | </goals> |
| 461 | <configuration> |
| 462 | <source> |
| 463 | pom.properties['deploy.url'] = |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 464 | pom.version.contains('-SNAPSHOT') ? |
| 465 | project.distributionManagement.snapshotRepository.url : |
| 466 | project.distributionManagement.repository.url; |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 467 | pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ? |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 468 | project.distributionManagement.snapshotRepository.id : |
| 469 | project.distributionManagement.repository.id; |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 470 | </source> |
| 471 | </configuration> |
| 472 | </execution> |
| 473 | </executions> |
| 474 | </plugin> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 475 | <plugin> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 476 | <groupId>org.apache.maven.plugins</groupId> |
| 477 | <artifactId>maven-compiler-plugin</artifactId> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 478 | <configuration> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 479 | <source>1.8</source> |
| 480 | <target>1.8</target> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 481 | </configuration> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 482 | </plugin> |
| 483 | <plugin> |
| 484 | <groupId>org.apache.maven.plugins</groupId> |
| 485 | <artifactId>maven-surefire-plugin</artifactId> |
| 486 | <configuration> |
| 487 | <printSummary>false</printSummary> |
kooper | faaad99 | 2019-05-07 08:44:41 +0000 | [diff] [blame] | 488 | <systemPropertyVariables> |
| 489 | <jacoco-agent.destfile>${project.build.directory}/jacoco.exec</jacoco-agent.destfile> |
| 490 | </systemPropertyVariables> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 491 | </configuration> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 492 | </plugin> |
Oleg Beltz | a8e3bf2 | 2019-04-07 08:26:50 +0300 | [diff] [blame] | 493 | <plugin> |
| 494 | <groupId>pl.project13.maven</groupId> |
| 495 | <artifactId>git-commit-id-plugin</artifactId> |
| 496 | <executions> |
| 497 | <execution> |
| 498 | <goals> |
| 499 | <goal>revision</goal> |
| 500 | </goals> |
| 501 | </execution> |
| 502 | </executions> |
| 503 | <configuration> |
| 504 | <generateGitPropertiesFile>true</generateGitPropertiesFile> |
| 505 | <generateGitPropertiesFilename>${project.build.outputDirectory}/META-INF/git.properties</generateGitPropertiesFilename> |
| 506 | <failOnNoGitDirectory>true</failOnNoGitDirectory> |
| 507 | <verbose>false</verbose> |
| 508 | <includeOnlyProperties> |
| 509 | <includeOnlyProperty>git.build.version</includeOnlyProperty> |
| 510 | <includeOnlyProperty>git.build.time</includeOnlyProperty> |
| 511 | <includeOnlyProperty>git.commit.id</includeOnlyProperty> |
| 512 | <includeOnlyProperty>git.commit.time</includeOnlyProperty> |
| 513 | <includeOnlyProperty>git.commit.user.name</includeOnlyProperty> |
| 514 | <includeOnlyProperty>git.commit.user.email</includeOnlyProperty> |
| 515 | <includeOnlyProperty>git.commit.message.short</includeOnlyProperty> |
| 516 | <includeOnlyProperty>git.commit.message.full</includeOnlyProperty> |
| 517 | </includeOnlyProperties> |
| 518 | <gitDescribe> |
| 519 | <skip>true</skip> |
| 520 | </gitDescribe> |
| 521 | <useNativeGit>false</useNativeGit> |
| 522 | </configuration> |
| 523 | </plugin> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 524 | </plugins> |
| 525 | </build> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 526 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 527 | <profiles> |
| 528 | <profile> |
| 529 | <id>all</id> |
| 530 | <activation> |
| 531 | <activeByDefault>true</activeByDefault> |
| 532 | </activation> |
| 533 | <modules> |
Michael Lando | a6c7910 | 2018-04-30 21:54:40 +0300 | [diff] [blame] | 534 | <module>onboarding</module> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 535 | <module>security-utils</module> |
| 536 | <module>common-app-api</module> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 537 | <module>common-be</module> |
| 538 | <module>catalog-dao</module> |
| 539 | <module>catalog-model</module> |
| 540 | <module>catalog-be</module> |
| 541 | <module>asdctool</module> |
| 542 | <module>catalog-ui</module> |
| 543 | <module>catalog-fe</module> |
| 544 | <module>test-apis-ci</module> |
| 545 | <module>ui-ci</module> |
| 546 | <module>sdc-os-chef</module> |
| 547 | <module>utils/webseal-simulator</module> |
| 548 | </modules> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 549 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 550 | </profile> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 551 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 552 | <profile> |
| 553 | <id>catalog</id> |
| 554 | <activation> |
| 555 | <activeByDefault>false</activeByDefault> |
| 556 | </activation> |
| 557 | <modules> |
| 558 | <module>security-utils</module> |
| 559 | <module>common-app-api</module> |
| 560 | <module>common-be</module> |
| 561 | <module>catalog-dao</module> |
| 562 | <module>catalog-model</module> |
| 563 | <module>catalog-be</module> |
| 564 | <module>asdctool</module> |
| 565 | <module>catalog-ui</module> |
| 566 | <module>catalog-fe</module> |
| 567 | <module>test-apis-ci</module> |
| 568 | <module>ui-ci</module> |
| 569 | </modules> |
sheetalm | 297209b | 2018-02-20 19:06:27 +0530 | [diff] [blame] | 570 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 571 | <properties> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 572 | <sdc-tosca-parser.version>1.1.32</sdc-tosca-parser.version> |
| 573 | </properties> |
| 574 | </profile> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 575 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 576 | <profile> |
| 577 | <id>onboarding</id> |
| 578 | <activation> |
| 579 | <activeByDefault>false</activeByDefault> |
| 580 | </activation> |
| 581 | <modules> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 582 | <module>onboarding</module> |
| 583 | </modules> |
| 584 | </profile> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 585 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 586 | </profiles> |
| 587 | |
| 588 | <repositories> |
| 589 | <!-- LF repositories --> |
| 590 | <repository> |
| 591 | <id>ecomp-releases</id> |
| 592 | <name>Release Repository</name> |
| 593 | <url>${nexus.proxy}/content/repositories/releases/</url> |
| 594 | </repository> |
| 595 | <repository> |
| 596 | <id>ecomp-snapshots</id> |
| 597 | <name>Snapshots Repository</name> |
| 598 | <url>${nexus.proxy}/content/repositories/snapshots/</url> |
| 599 | </repository> |
| 600 | <repository> |
| 601 | <id>ecomp-public</id> |
| 602 | <name>Public Repository</name> |
| 603 | <url>${nexus.proxy}/content/repositories/public/</url> |
| 604 | </repository> |
| 605 | <!-- LF repositories END--> |
| 606 | </repositories> |
| 607 | |
| 608 | <distributionManagement> |
| 609 | <repository> |
| 610 | <id>ecomp-releases</id> |
| 611 | <name>Release Repository</name> |
| 612 | <url>${nexus.proxy}/content/repositories/releases/</url> |
| 613 | </repository> |
| 614 | <snapshotRepository> |
| 615 | <id>ecomp-snapshots</id> |
| 616 | <name>Snapshot Repository</name> |
| 617 | <url>${nexus.proxy}/content/repositories/snapshots/</url> |
| 618 | </snapshotRepository> |
| 619 | <site> |
| 620 | <id>ecomp-site</id> |
| 621 | <url>dav:${nexus.proxy}${sitePath}</url> |
| 622 | </site> |
| 623 | </distributionManagement> |
Tal Gitelman | c63a340 | 2018-08-05 17:16:15 +0300 | [diff] [blame] | 624 | </project> |