vempo | a706d71 | 2018-11-06 18:41:14 +0200 | [diff] [blame] | 1 | <!-- |
| 2 | ~ Copyright © 2016-2018 European Support Limited |
| 3 | ~ |
| 4 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | ~ you may not use this file except in compliance with the License. |
| 6 | ~ You may obtain a copy of the License at |
| 7 | ~ |
| 8 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | ~ |
| 10 | ~ Unless required by applicable law or agreed to in writing, software |
| 11 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | ~ See the License for the specific language governing permissions and |
| 14 | ~ limitations under the License. |
| 15 | --> |
| 16 | |
shalomb | 6319dfe | 2017-11-14 17:17:51 +0200 | [diff] [blame] | 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 18 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 19 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
vempo | decd2df | 2018-07-23 19:07:37 +0300 | [diff] [blame] | 20 | |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 21 | <modelVersion>4.0.0</modelVersion> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 22 | |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 23 | <artifactId>sdc-onboarding</artifactId> |
| 24 | <packaging>pom</packaging> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 25 | |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 26 | <parent> |
| 27 | <groupId>org.openecomp.sdc</groupId> |
| 28 | <artifactId>sdc-main</artifactId> |
ChrisC | 737340d | 2021-03-16 16:34:18 +0100 | [diff] [blame] | 29 | <version>1.8.4-SNAPSHOT</version> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 30 | </parent> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 31 | |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 32 | <modules> |
| 33 | <module>../common</module> |
| 34 | <module>../openecomp-be</module> |
| 35 | <module>../openecomp-ui</module> |
| 36 | </modules> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 37 | |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 38 | <properties> |
vempo | 7381994 | 2018-08-06 05:59:09 -0400 | [diff] [blame] | 39 | |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 40 | <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 41 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
vempo | 7381994 | 2018-08-06 05:59:09 -0400 | [diff] [blame] | 42 | |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 43 | <!-- Maven plugin versions --> |
| 44 | <mvn.assembly.version>2.1</mvn.assembly.version> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 45 | <mvn.clean.version>2.5</mvn.clean.version> |
| 46 | <mvn.resource.version>3.1.0</mvn.resource.version> |
| 47 | <mvn.deploy.version>2.4</mvn.deploy.version> |
| 48 | <mvn.hub.version>1.4.0</mvn.hub.version> |
| 49 | <mvn.install.version>2.4</mvn.install.version> |
| 50 | <mvn.jar.version>2.4</mvn.jar.version> |
| 51 | <mvn.jaxb2.version>0.13.3</mvn.jaxb2.version> |
| 52 | <mvn.license.version>1.10</mvn.license.version> |
| 53 | <mvn.shade.version>2.3</mvn.shade.version> |
| 54 | <maven.dependency.version>2.8</maven.dependency.version> |
| 55 | <mvn.swagger.version>3.1.0</mvn.swagger.version> |
| 56 | <mvn.war.version>2.1.1</mvn.war.version> |
| 57 | <maven-core.version>3.5.3</maven-core.version> |
| 58 | <maven-plugin-plugin.version>3.5.1</maven-plugin-plugin.version> |
| 59 | <maven-plugin-annotations.version>3.5.1</maven-plugin-annotations.version> |
| 60 | <mvn.antrun.version>1.8</mvn.antrun.version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 61 | |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 62 | <!-- Onboarding 3rd party versions --> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 63 | <aspectjrt.version>${aspectj.version}</aspectjrt.version> |
| 64 | <bsh.version>2.0b6</bsh.version> |
| 65 | <cglib.nodep.version>3.2.4</cglib.nodep.version> |
| 66 | <classmate.version>1.3.3</classmate.version> |
| 67 | <commons.codec.version>1.10</commons.codec.version> |
| 68 | <commons.digester.version>2.1</commons.digester.version> |
| 69 | <commons.io.version>2.5</commons.io.version> |
| 70 | <commons.lang.version>2.6</commons.lang.version> |
| 71 | <commons.lang3.version>3.4</commons.lang3.version> |
talio | a098eda | 2020-06-17 15:57:06 +0300 | [diff] [blame] | 72 | <cxf.version>3.3.6</cxf.version> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 73 | <datastax.cassandra.version>3.8.0</datastax.cassandra.version> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 74 | <groovy.minimal.version>1.5.8</groovy.minimal.version> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 75 | <freemarker.version>2.3.26-incubating</freemarker.version> |
| 76 | <hibernate.validator.version>5.3.6.Final</hibernate.validator.version> |
| 77 | <http.client.version>4.5.3</http.client.version> |
| 78 | <http.core.version>4.4.1</http.core.version> |
| 79 | <httpasyncclient.version>4.1.2</httpasyncclient.version> |
vasraz | 18ce2a8 | 2020-07-27 14:19:51 +0100 | [diff] [blame] | 80 | <com.sun.xml.version>2.3.3</com.sun.xml.version> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 81 | <javax.el.version>2.2.4</javax.el.version> |
| 82 | <javax.el-api.version>3.0.1-b04</javax.el-api.version> |
| 83 | <javax.inject.version>1</javax.inject.version> |
| 84 | <javax.servlet.version>2.5</javax.servlet.version> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 85 | <jackson.annotations.version>${jackson.version}</jackson.annotations.version> |
| 86 | <jackson.dataformat.version>${jackson.version}</jackson.dataformat.version> |
| 87 | <jcommander.version>1.58</jcommander.version> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 88 | <jersey.core.version>1.19.1</jersey.core.version> |
| 89 | <jersey.multipart.version>1.18.1</jersey.multipart.version> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 90 | <org.everit.json.schema.version>1.5.1</org.everit.json.schema.version> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 91 | <slf4j.version>1.7.21</slf4j.version> |
vasraz | 70f93df | 2021-02-24 16:19:54 +0000 | [diff] [blame] | 92 | <spring.framework.version>${spring.version}</spring.framework.version> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 93 | <swagger.version>2.0.8</swagger.version> |
| 94 | <woodstox.version>4.4.1</woodstox.version> |
sebdet | c104cd2 | 2020-11-06 15:47:58 +0100 | [diff] [blame] | 95 | <zusammen.version>1.0.2</zusammen.version> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 96 | <zusammen-state-store.version>1.0.2</zusammen-state-store.version> |
| 97 | <zusammen-collaboration-store.version>1.0.2</zusammen-collaboration-store.version> |
| 98 | <zusammen-index-store.version>1.0.0</zusammen-index-store.version> |
sebdet | c104cd2 | 2020-11-06 15:47:58 +0100 | [diff] [blame] | 99 | <zusammen-common-utilities.version>1.0.3</zusammen-common-utilities.version> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 100 | <build.tools.version>${project.version}</build.tools.version> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 101 | </properties> |
vempo | 09d4f06 | 2017-08-29 18:15:04 +0300 | [diff] [blame] | 102 | |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 103 | <dependencyManagement> |
| 104 | <dependencies> |
| 105 | <dependency> |
| 106 | <groupId>org.projectlombok</groupId> |
| 107 | <artifactId>lombok</artifactId> |
| 108 | <version>${lombok.version}</version> |
| 109 | <scope>provided</scope> |
| 110 | </dependency> |
| 111 | <dependency> |
| 112 | <groupId>org.springframework</groupId> |
| 113 | <artifactId>spring-context</artifactId> |
| 114 | <version>${spring.framework.version}</version> |
| 115 | </dependency> |
| 116 | <dependency> |
| 117 | <groupId>org.springframework</groupId> |
| 118 | <artifactId>spring-webmvc</artifactId> |
| 119 | <version>${spring.framework.version}</version> |
| 120 | </dependency> |
| 121 | <dependency> |
| 122 | <groupId>org.apache.commons</groupId> |
| 123 | <artifactId>commons-text</artifactId> |
vasraz | a8a9633 | 2020-08-19 18:01:52 +0100 | [diff] [blame] | 124 | <version>${apache-commons-text.version}</version> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 125 | </dependency> |
| 126 | <dependency> |
| 127 | <groupId>com.beust</groupId> |
| 128 | <artifactId>jcommander</artifactId> |
| 129 | <version>${jcommander.version}</version> |
| 130 | </dependency> |
| 131 | <dependency> |
| 132 | <groupId>org.apache.httpcomponents</groupId> |
| 133 | <artifactId>httpasyncclient</artifactId> |
| 134 | <version>${httpasyncclient.version}</version> |
| 135 | </dependency> |
| 136 | <dependency> |
| 137 | <groupId>com.sun.xml.bind</groupId> |
| 138 | <artifactId>jaxb-impl</artifactId> |
vasraz | 18ce2a8 | 2020-07-27 14:19:51 +0100 | [diff] [blame] | 139 | <version>${com.sun.xml.version}</version> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 140 | </dependency> |
| 141 | <dependency> |
| 142 | <groupId>org.beanshell</groupId> |
| 143 | <artifactId>bsh</artifactId> |
| 144 | <version>${bsh.version}</version> |
| 145 | </dependency> |
| 146 | <dependency> |
| 147 | <groupId>commons-digester</groupId> |
| 148 | <artifactId>commons-digester</artifactId> |
| 149 | <version>${commons.digester.version}</version> |
| 150 | </dependency> |
| 151 | <dependency> |
| 152 | <groupId>com.fasterxml</groupId> |
| 153 | <artifactId>classmate</artifactId> |
| 154 | <version>${classmate.version}</version> |
| 155 | </dependency> |
| 156 | <dependency> |
| 157 | <groupId>org.slf4j</groupId> |
| 158 | <artifactId>slf4j-api</artifactId> |
| 159 | <version>${slf4j.version}</version> |
| 160 | </dependency> |
| 161 | <dependency> |
| 162 | <groupId>org.codehaus.groovy</groupId> |
| 163 | <artifactId>groovy-all-minimal</artifactId> |
| 164 | <version>${groovy.minimal.version}</version> |
| 165 | </dependency> |
| 166 | <dependency> |
| 167 | <groupId>org.codehaus.janino</groupId> |
| 168 | <artifactId>janino</artifactId> |
| 169 | <version>${janino.version}</version> |
| 170 | <scope>provided</scope> |
| 171 | </dependency> |
| 172 | <dependency> |
| 173 | <groupId>com.fasterxml.jackson.core</groupId> |
| 174 | <artifactId>jackson-annotations</artifactId> |
| 175 | <version>${jackson.annotations.version}</version> |
| 176 | </dependency> |
| 177 | <dependency> |
| 178 | <groupId>com.fasterxml.jackson.core</groupId> |
| 179 | <artifactId>jackson-core</artifactId> |
| 180 | <version>${jackson.version}</version> |
| 181 | </dependency> |
| 182 | <dependency> |
| 183 | <groupId>org.aspectj</groupId> |
| 184 | <artifactId>aspectjrt</artifactId> |
| 185 | <version>${aspectjrt.version}</version> |
| 186 | </dependency> |
| 187 | <dependency> |
| 188 | <groupId>javax.servlet</groupId> |
| 189 | <artifactId>javax.servlet-api</artifactId> |
| 190 | <version>${servlet-api.version}</version> |
| 191 | <scope>provided</scope> |
| 192 | </dependency> |
| 193 | <dependency> |
| 194 | <groupId>commons-beanutils</groupId> |
| 195 | <artifactId>commons-beanutils</artifactId> |
| 196 | <version>${commons-beanutils}</version> |
| 197 | </dependency> |
| 198 | <dependency> |
| 199 | <groupId>com.google.code.findbugs</groupId> |
| 200 | <artifactId>annotations</artifactId> |
| 201 | <version>3.0.1u2</version> |
| 202 | </dependency> |
| 203 | <dependency> |
| 204 | <groupId>cglib</groupId> |
| 205 | <artifactId>cglib-nodep</artifactId> |
| 206 | <version>${cglib.nodep.version}</version> |
| 207 | </dependency> |
| 208 | <dependency> |
| 209 | <groupId>ch.qos.logback</groupId> |
| 210 | <artifactId>logback-classic</artifactId> |
| 211 | <version>${logback.version}</version> |
| 212 | </dependency> |
| 213 | <dependency> |
| 214 | <groupId>ch.qos.logback</groupId> |
| 215 | <artifactId>logback-core</artifactId> |
| 216 | <version>${logback.version}</version> |
| 217 | </dependency> |
| 218 | <dependency> |
| 219 | <groupId>com.fasterxml.jackson.core</groupId> |
| 220 | <artifactId>jackson-databind</artifactId> |
| 221 | <version>${jackson.version}</version> |
vasraz | ca685bb | 2020-06-11 17:05:29 +0100 | [diff] [blame] | 222 | <exclusions> |
| 223 | <exclusion> |
| 224 | <groupId>com.fasterxml.jackson.core</groupId> |
| 225 | <artifactId>jackson-core</artifactId> |
| 226 | </exclusion> |
| 227 | </exclusions> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 228 | </dependency> |
| 229 | <dependency> |
| 230 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 231 | <artifactId>jackson-dataformat-yaml</artifactId> |
| 232 | <version>${jackson.version}</version> |
| 233 | </dependency> |
| 234 | <dependency> |
| 235 | <groupId>commons-codec</groupId> |
| 236 | <artifactId>commons-codec</artifactId> |
| 237 | <version>${commons.codec.version}</version> |
| 238 | </dependency> |
| 239 | <dependency> |
| 240 | <groupId>com.datastax.cassandra</groupId> |
| 241 | <artifactId>cassandra-driver-core</artifactId> |
| 242 | <version>${datastax.cassandra.version}</version> |
| 243 | </dependency> |
| 244 | <dependency> |
| 245 | <groupId>com.datastax.cassandra</groupId> |
| 246 | <artifactId>cassandra-driver-mapping</artifactId> |
| 247 | <version>${datastax.cassandra.version}</version> |
| 248 | </dependency> |
| 249 | <dependency> |
| 250 | <groupId>javax.ws.rs</groupId> |
| 251 | <artifactId>javax.ws.rs-api</artifactId> |
| 252 | <version>${ws.rs.version}</version> |
| 253 | </dependency> |
| 254 | <dependency> |
| 255 | <groupId>com.google.code.gson</groupId> |
| 256 | <artifactId>gson</artifactId> |
| 257 | <version>${gson.version}</version> |
| 258 | </dependency> |
| 259 | <dependency> |
| 260 | <groupId>commons-io</groupId> |
| 261 | <artifactId>commons-io</artifactId> |
| 262 | <version>${commons.io.version}</version> |
| 263 | </dependency> |
| 264 | <dependency> |
| 265 | <groupId>org.apache.commons</groupId> |
| 266 | <artifactId>commons-lang3</artifactId> |
| 267 | <version>${commons.lang3.version}</version> |
| 268 | </dependency> |
| 269 | <dependency> |
| 270 | <groupId>io.swagger.core.v3</groupId> |
| 271 | <artifactId>swagger-annotations</artifactId> |
| 272 | <version>${swagger.version}</version> |
| 273 | </dependency> |
| 274 | <dependency> |
| 275 | <groupId>com.github.tomakehurst</groupId> |
| 276 | <artifactId>wiremock</artifactId> |
| 277 | <version>${wire-mock.version}</version> |
| 278 | </dependency> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 279 | </dependencies> |
| 280 | </dependencyManagement> |
noahs | 6f9929a | 2018-02-28 11:58:07 +0200 | [diff] [blame] | 281 | |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 282 | <build> |
| 283 | <plugins> |
| 284 | <plugin> |
| 285 | <groupId>org.apache.maven.plugins</groupId> |
| 286 | <artifactId>maven-jar-plugin</artifactId> |
| 287 | <version>${mvn.jar.version}</version> |
| 288 | </plugin> |
| 289 | <plugin> |
| 290 | <groupId>org.apache.maven.plugins</groupId> |
| 291 | <artifactId>maven-clean-plugin</artifactId> |
| 292 | <version>${mvn.clean.version}</version> |
| 293 | </plugin> |
| 294 | <plugin> |
| 295 | <groupId>org.apache.maven.plugins</groupId> |
| 296 | <artifactId>maven-surefire-plugin</artifactId> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 297 | <configuration> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 298 | <printSummary>false</printSummary> |
| 299 | <additionalClasspathElements> |
| 300 | <additionalClasspathElement>${project.basedir}/src/test/resources |
| 301 | </additionalClasspathElement> |
| 302 | </additionalClasspathElements> |
| 303 | <systemPropertyVariables> |
| 304 | <logback.configurationFile>src/test/resources/logback-test.xml |
| 305 | </logback.configurationFile> |
| 306 | <config.location>${project.basedir}/configuration</config.location> |
| 307 | </systemPropertyVariables> |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 308 | </configuration> |
| 309 | </plugin> |
| 310 | <plugin> |
| 311 | <groupId>org.apache.maven.plugins</groupId> |
| 312 | <artifactId>maven-install-plugin</artifactId> |
| 313 | <version>${mvn.install.version}</version> |
| 314 | </plugin> |
| 315 | <plugin> |
| 316 | <groupId>org.apache.maven.plugins</groupId> |
| 317 | <artifactId>maven-resources-plugin</artifactId> |
| 318 | <version>${mvn.resource.version}</version> |
| 319 | </plugin> |
| 320 | </plugins> |
| 321 | <testResources> |
| 322 | <testResource> |
| 323 | <directory>src/test/resources</directory> |
| 324 | <excludes> |
| 325 | <exclude>**/*</exclude> |
| 326 | </excludes> |
| 327 | </testResource> |
| 328 | </testResources> |
| 329 | </build> |
vempo | 09d4f06 | 2017-08-29 18:15:04 +0300 | [diff] [blame] | 330 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 331 | </project> |