Piotr Jaszczyk | e98fdcc | 2018-04-26 09:17:09 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ~ ============LICENSE_START======================================================= |
| 4 | ~ dcaegen2-collectors-veshv |
| 5 | ~ ================================================================================ |
Filip Krzywka | 7b4e5e9 | 2019-02-13 11:09:38 +0100 | [diff] [blame] | 6 | ~ Copyright (C) 2018-2019 NOKIA |
Piotr Jaszczyk | e98fdcc | 2018-04-26 09:17:09 +0200 | [diff] [blame] | 7 | ~ ================================================================================ |
| 8 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | ~ you may not use this file except in compliance with the License. |
| 10 | ~ You may obtain a copy of the License at |
| 11 | ~ |
| 12 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | ~ |
| 14 | ~ Unless required by applicable law or agreed to in writing, software |
| 15 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | ~ See the License for the specific language governing permissions and |
| 18 | ~ limitations under the License. |
| 19 | ~ ============LICENSE_END========================================================= |
| 20 | --> |
kjaniak | 011aed6 | 2019-02-04 12:52:21 +0100 | [diff] [blame] | 21 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 22 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
Piotr Jaszczyk | e98fdcc | 2018-04-26 09:17:09 +0200 | [diff] [blame] | 23 | |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 24 | <modelVersion>4.0.0</modelVersion> |
Piotr Jaszczyk | e98fdcc | 2018-04-26 09:17:09 +0200 | [diff] [blame] | 25 | |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 26 | <licenses> |
| 27 | <license> |
| 28 | <name>The Apache Software License, Version 2.0</name> |
| 29 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 30 | </license> |
| 31 | </licenses> |
Piotr Jaszczyk | e98fdcc | 2018-04-26 09:17:09 +0200 | [diff] [blame] | 32 | |
Filip Krzywka | 88726d9 | 2018-08-10 08:26:42 +0200 | [diff] [blame] | 33 | <parent> |
| 34 | <groupId>org.onap.oparent</groupId> |
| 35 | <artifactId>oparent</artifactId> |
rajendrajaiswal | 31dffbe | 2019-06-27 10:58:07 +0100 | [diff] [blame] | 36 | <version>2.0.0</version> |
Filip Krzywka | 88726d9 | 2018-08-10 08:26:42 +0200 | [diff] [blame] | 37 | <relativePath/> |
| 38 | </parent> |
| 39 | |
Piotr Jaszczyk | ae63393 | 2018-08-21 08:28:54 +0200 | [diff] [blame] | 40 | <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 41 | <artifactId>ves-hv-collector</artifactId> |
rajendrajaiswal | 31dffbe | 2019-06-27 10:58:07 +0100 | [diff] [blame] | 42 | <version>1.3.0-SNAPSHOT</version> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 43 | <name>dcaegen2-collectors-veshv</name> |
| 44 | <description>VES HighVolume Collector</description> |
| 45 | <packaging>pom</packaging> |
Piotr Jaszczyk | e98fdcc | 2018-04-26 09:17:09 +0200 | [diff] [blame] | 46 | |
Piotr Jaszczyk | 1e77afd | 2018-06-13 09:56:17 +0200 | [diff] [blame] | 47 | <modules> |
Piotr Jaszczyk | dde383a | 2018-11-28 15:46:50 +0100 | [diff] [blame] | 48 | <module>build</module> |
| 49 | <module>sources</module> |
Piotr Jaszczyk | 1e77afd | 2018-06-13 09:56:17 +0200 | [diff] [blame] | 50 | </modules> |
Piotr Jaszczyk | e98fdcc | 2018-04-26 09:17:09 +0200 | [diff] [blame] | 51 | |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 52 | <properties> |
kjaniak | 3e4f108 | 2019-06-26 15:57:29 +0200 | [diff] [blame] | 53 | <coroutines.version>1.3.0-M2</coroutines.version> |
Piotr Jaszczyk | 7357386 | 2019-05-30 10:47:53 +0200 | [diff] [blame] | 54 | <kotlin.version>1.3.31</kotlin.version> |
Piotr Jaszczyk | c775e86 | 2019-04-03 15:07:22 +0200 | [diff] [blame] | 55 | <arrow.version>0.9.0</arrow.version> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 56 | <maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version> |
| 57 | <build-helper-maven-plugin.version>1.7</build-helper-maven-plugin.version> |
Piotr Jaszczyk | 1d9f81b | 2018-08-23 09:06:19 +0200 | [diff] [blame] | 58 | <jacoco.version>0.8.2</jacoco.version> |
Piotr Jaszczyk | c775e86 | 2019-04-03 15:07:22 +0200 | [diff] [blame] | 59 | <detekt.version>1.0.0-RC14</detekt.version> |
Piotr Jaszczyk | b551540 | 2019-04-09 08:57:16 +0200 | [diff] [blame] | 60 | <sdk.version>1.1.4</sdk.version> |
Piotr Jaszczyk | e98fdcc | 2018-04-26 09:17:09 +0200 | [diff] [blame] | 61 | |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 62 | <!-- Protocol buffers --> |
Jakub Dudycz | cd8f908 | 2018-11-07 16:36:17 +0100 | [diff] [blame] | 63 | <protobuf.version>3.6.1</protobuf.version> |
Piotr Jaszczyk | e98fdcc | 2018-04-26 09:17:09 +0200 | [diff] [blame] | 64 | |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 65 | <!-- Testing and code analysis --> |
| 66 | <junit-platform.version>1.2.0-RC1</junit-platform.version> |
| 67 | <junit-jupiter.version>5.2.0-RC1</junit-jupiter.version> |
| 68 | <spek.version>1.1.5</spek.version> |
pbiniek | e922092 | 2019-02-27 23:31:15 +0100 | [diff] [blame] | 69 | <gson.version>2.8.5</gson.version> |
Filip Krzywka | 88726d9 | 2018-08-10 08:26:42 +0200 | [diff] [blame] | 70 | <maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version> |
| 71 | <failIfMissingUnitTests>false</failIfMissingUnitTests> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 72 | <failIfMissingComponentTests>false</failIfMissingComponentTests> |
| 73 | <skipAnalysis>true</skipAnalysis> |
Piotr Jaszczyk | dde383a | 2018-11-28 15:46:50 +0100 | [diff] [blame] | 74 | <jacoco.minimum.coverage>60</jacoco.minimum.coverage> |
kjaniak | 011aed6 | 2019-02-04 12:52:21 +0100 | [diff] [blame] | 75 | <skipEnforcer>true</skipEnforcer> |
fkrzywka | 4b8cfb3 | 2018-06-01 12:45:22 +0200 | [diff] [blame] | 76 | |
Piotr Jaszczyk | 69f43f2 | 2018-06-25 09:59:01 +0200 | [diff] [blame] | 77 | <!-- Docker --> |
Piotr Jaszczyk | 286d4fb | 2018-08-03 11:50:23 +0200 | [diff] [blame] | 78 | <skipDocker>false</skipDocker> |
Piotr Jaszczyk | 45613ff | 2018-08-16 08:09:27 +0200 | [diff] [blame] | 79 | <skipDockerPush>true</skipDockerPush> |
Piotr Jaszczyk | 8a2552a | 2018-08-03 13:05:15 +0200 | [diff] [blame] | 80 | <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format> |
Piotr Jaszczyk | 69f43f2 | 2018-06-25 09:59:01 +0200 | [diff] [blame] | 81 | <docker-image.registry>${onap.nexus.dockerregistry.daily}</docker-image.registry> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 82 | <docker-image.namespace>onap</docker-image.namespace> |
Filip Krzywka | 88726d9 | 2018-08-10 08:26:42 +0200 | [diff] [blame] | 83 | <docker-image.name>${project.groupId}.${project.artifactId}</docker-image.name> |
Piotr Jaszczyk | e3b124a | 2019-05-06 11:29:45 +0200 | [diff] [blame] | 84 | <docker-image.latest>1.2-SNAPSHOT</docker-image.latest> |
Gary Wu | 2d669cf | 2018-08-24 15:20:36 -0700 | [diff] [blame] | 85 | <docker.http_proxy/> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 86 | </properties> |
Piotr Jaszczyk | e98fdcc | 2018-04-26 09:17:09 +0200 | [diff] [blame] | 87 | |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 88 | <build> |
| 89 | <sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory> |
| 90 | <testSourceDirectory>${project.basedir}/src/test/kotlin</testSourceDirectory> |
| 91 | <resources> |
| 92 | <resource> |
| 93 | <directory>${project.basedir}/src/main/resources</directory> |
| 94 | </resource> |
| 95 | </resources> |
| 96 | <pluginManagement> |
| 97 | <plugins> |
| 98 | <plugin> |
| 99 | <groupId>org.apache.maven.plugins</groupId> |
| 100 | <artifactId>maven-resources-plugin</artifactId> |
| 101 | <version>3.1.0</version> |
| 102 | <configuration> |
| 103 | <encoding>UTF-8</encoding> |
| 104 | </configuration> |
| 105 | </plugin> |
| 106 | <plugin> |
Piotr Jaszczyk | 0aa0284 | 2018-06-06 13:18:05 +0200 | [diff] [blame] | 107 | <groupId>org.apache.maven.plugins</groupId> |
| 108 | <artifactId>maven-deploy-plugin</artifactId> |
Piotr Jaszczyk | 0aa0284 | 2018-06-06 13:18:05 +0200 | [diff] [blame] | 109 | </plugin> |
| 110 | <plugin> |
kjaniak | 011aed6 | 2019-02-04 12:52:21 +0100 | [diff] [blame] | 111 | <groupId>org.apache.maven.plugins</groupId> |
| 112 | <artifactId>maven-enforcer-plugin</artifactId> |
| 113 | <configuration> |
| 114 | <skip>${skipEnforcer}</skip> |
| 115 | </configuration> |
| 116 | </plugin> |
| 117 | <plugin> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 118 | <artifactId>kotlin-maven-plugin</artifactId> |
| 119 | <groupId>org.jetbrains.kotlin</groupId> |
| 120 | <version>${kotlin.version}</version> |
| 121 | <configuration> |
| 122 | <jvmTarget>1.8</jvmTarget> |
| 123 | </configuration> |
| 124 | <executions> |
| 125 | <execution> |
| 126 | <id>compile</id> |
| 127 | <goals> |
| 128 | <goal>compile</goal> |
| 129 | </goals> |
| 130 | <configuration> |
| 131 | <sourceDirs> |
| 132 | <source>${project.build.sourceDirectory}</source> |
| 133 | <source>${project.build.directory}/generated-sources/annotations</source> |
| 134 | </sourceDirs> |
| 135 | </configuration> |
| 136 | </execution> |
| 137 | <execution> |
| 138 | <id>test-compile</id> |
| 139 | <goals> |
| 140 | <goal>test-compile</goal> |
| 141 | </goals> |
| 142 | <configuration> |
| 143 | <sourceDirs> |
| 144 | <source>${project.build.testSourceDirectory}</source> |
| 145 | </sourceDirs> |
| 146 | </configuration> |
| 147 | </execution> |
| 148 | </executions> |
| 149 | </plugin> |
| 150 | <plugin> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 151 | <groupId>org.apache.maven.plugins</groupId> |
| 152 | <artifactId>maven-compiler-plugin</artifactId> |
| 153 | <version>${maven-compiler-plugin.version}</version> |
| 154 | <configuration> |
| 155 | <source>8</source> |
| 156 | <target>8</target> |
| 157 | <encoding>UTF-8</encoding> |
| 158 | <showWarnings>true</showWarnings> |
| 159 | <showDeprecation>true</showDeprecation> |
| 160 | <failOnWarning>false</failOnWarning> |
| 161 | </configuration> |
| 162 | <dependencies> |
| 163 | <dependency> |
| 164 | <groupId>org.ow2.asm</groupId> |
| 165 | <artifactId>asm</artifactId> |
| 166 | <version>6.1.1</version> <!-- Use newer version of ASM --> |
| 167 | </dependency> |
| 168 | </dependencies> |
| 169 | </plugin> |
| 170 | <!-- |
| 171 | Due to a memory leak in Surefire 2.20 and issues running on Java 9, the junit-platform-surefire-provider |
| 172 | currently only works with Surefire 2.19.1. |
| 173 | For updates see https://junit.org/junit5/docs/current/user-guide/#running-tests-build-maven |
| 174 | --> |
| 175 | <plugin> |
| 176 | <artifactId>maven-surefire-plugin</artifactId> |
| 177 | <groupId>org.apache.maven.plugins</groupId> |
| 178 | <version>${maven-surefire-plugin.version}</version> |
Filip Krzywka | 88726d9 | 2018-08-10 08:26:42 +0200 | [diff] [blame] | 179 | <configuration> |
| 180 | <failIfNoTests>${failIfMissingUnitTests}</failIfNoTests> |
| 181 | <forkCount>1</forkCount> |
| 182 | <includes> |
| 183 | <include>**/*Test.*</include> |
| 184 | </includes> |
| 185 | </configuration> |
| 186 | <dependencies> |
| 187 | <dependency> |
| 188 | <groupId>org.apache.commons</groupId> |
| 189 | <artifactId>commons-lang3</artifactId> |
| 190 | <version>3.7</version> |
| 191 | </dependency> |
| 192 | <dependency> |
| 193 | <groupId>org.junit.platform</groupId> |
| 194 | <artifactId>junit-platform-surefire-provider</artifactId> |
| 195 | <version>${junit-platform.version}</version> |
| 196 | <scope>runtime</scope> |
| 197 | </dependency> |
| 198 | <dependency> |
| 199 | <groupId>org.jetbrains.spek</groupId> |
| 200 | <artifactId>spek-junit-platform-engine</artifactId> |
| 201 | <version>${spek.version}</version> |
| 202 | <scope>runtime</scope> |
| 203 | </dependency> |
| 204 | </dependencies> |
| 205 | </plugin> |
| 206 | <plugin> |
| 207 | <groupId>org.apache.maven.plugins</groupId> |
| 208 | <artifactId>maven-failsafe-plugin</artifactId> |
| 209 | <version>2.22.0</version> |
| 210 | <configuration> |
| 211 | <failIfNoTests>${failIfMissingComponentTests}</failIfNoTests> |
| 212 | <forkCount>1</forkCount> |
| 213 | <includes> |
| 214 | <include>**/*Specification.*</include> |
| 215 | </includes> |
| 216 | </configuration> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 217 | <dependencies> |
| 218 | <dependency> |
| 219 | <groupId>org.apache.commons</groupId> |
| 220 | <artifactId>commons-lang3</artifactId> |
| 221 | <version>3.7</version> |
| 222 | </dependency> |
| 223 | <dependency> |
| 224 | <groupId>org.junit.platform</groupId> |
| 225 | <artifactId>junit-platform-surefire-provider</artifactId> |
| 226 | <version>${junit-platform.version}</version> |
| 227 | <scope>runtime</scope> |
| 228 | </dependency> |
| 229 | <dependency> |
| 230 | <groupId>org.jetbrains.spek</groupId> |
| 231 | <artifactId>spek-junit-platform-engine</artifactId> |
| 232 | <version>${spek.version}</version> |
| 233 | <scope>runtime</scope> |
| 234 | </dependency> |
| 235 | </dependencies> |
| 236 | </plugin> |
Piotr Jaszczyk | 851d470 | 2018-08-23 14:45:39 +0200 | [diff] [blame] | 237 | <plugin> |
| 238 | <groupId>org.codehaus.mojo</groupId> |
| 239 | <artifactId>exec-maven-plugin</artifactId> |
| 240 | <version>1.6.0</version> |
| 241 | </plugin> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 242 | </plugins> |
| 243 | </pluginManagement> |
| 244 | <extensions> |
| 245 | <extension> |
| 246 | <groupId>kr.motd.maven</groupId> |
| 247 | <artifactId>os-maven-plugin</artifactId> |
| 248 | <version>1.6.0</version> |
| 249 | </extension> |
| 250 | </extensions> |
| 251 | </build> |
Piotr Jaszczyk | e98fdcc | 2018-04-26 09:17:09 +0200 | [diff] [blame] | 252 | |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 253 | <profiles> |
| 254 | <profile> |
Piotr Jaszczyk | b20f963 | 2018-09-06 08:20:03 +0200 | [diff] [blame] | 255 | <id>docker-proxy</id> |
| 256 | <activation> |
| 257 | <property> |
| 258 | <name>docker.http_proxy</name> |
| 259 | </property> |
| 260 | </activation> |
| 261 | <properties> |
| 262 | <!-- set build args as defined in https://dmp.fabric8.io/#build-buildargs --> |
| 263 | <docker.buildArg.http_proxy>${docker.http_proxy}</docker.buildArg.http_proxy> |
| 264 | <docker.buildArg.https_proxy>${docker.http_proxy}</docker.buildArg.https_proxy> |
| 265 | </properties> |
| 266 | </profile> |
| 267 | |
| 268 | <profile> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 269 | <id>docker</id> |
| 270 | <activation> |
| 271 | <property> |
| 272 | <name>!skipDocker</name> |
| 273 | </property> |
| 274 | </activation> |
| 275 | <properties> |
| 276 | <os.detected.name>linux</os.detected.name> |
| 277 | <os.detected.arch>x86_64</os.detected.arch> |
| 278 | <os.detected.classifier>${os.detected.name}-${os.detected.arch}</os.detected.classifier> |
| 279 | </properties> |
| 280 | <build> |
| 281 | <pluginManagement> |
| 282 | <plugins> |
| 283 | <plugin> |
Piotr Jaszczyk | 286d4fb | 2018-08-03 11:50:23 +0200 | [diff] [blame] | 284 | <groupId>org.apache.maven.plugins</groupId> |
| 285 | <artifactId>maven-dependency-plugin</artifactId> |
| 286 | <version>3.1.1</version> |
| 287 | <executions> |
| 288 | <execution> |
| 289 | <id>docker-copy-internal-deps</id> |
| 290 | <phase>package</phase> |
| 291 | <goals> |
| 292 | <goal>copy-dependencies</goal> |
| 293 | </goals> |
| 294 | <configuration> |
| 295 | <outputDirectory>${project.build.directory}/libs/internal</outputDirectory> |
| 296 | <includeGroupIds>${project.parent.groupId}</includeGroupIds> |
| 297 | <includeScope>runtime</includeScope> |
| 298 | </configuration> |
| 299 | </execution> |
| 300 | <execution> |
| 301 | <id>docker-copy-external-deps</id> |
| 302 | <phase>package</phase> |
| 303 | <goals> |
| 304 | <goal>copy-dependencies</goal> |
| 305 | </goals> |
| 306 | <configuration> |
| 307 | <outputDirectory>${project.build.directory}/libs/external</outputDirectory> |
| 308 | <excludeGroupIds>${project.parent.groupId}</excludeGroupIds> |
| 309 | <includeScope>runtime</includeScope> |
| 310 | </configuration> |
| 311 | </execution> |
| 312 | </executions> |
| 313 | </plugin> |
| 314 | <plugin> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 315 | <groupId>io.fabric8</groupId> |
| 316 | <artifactId>docker-maven-plugin</artifactId> |
Jakub Dudycz | 0d5e18f | 2019-06-13 13:44:31 +0200 | [diff] [blame] | 317 | <version>0.30.0</version> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 318 | <executions> |
| 319 | <execution> |
Piotr Jaszczyk | 286d4fb | 2018-08-03 11:50:23 +0200 | [diff] [blame] | 320 | <id>docker-build-image</id> |
Piotr Jaszczyk | 8a2552a | 2018-08-03 13:05:15 +0200 | [diff] [blame] | 321 | <phase>package</phase> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 322 | <goals> |
| 323 | <goal>build</goal> |
| 324 | </goals> |
| 325 | </execution> |
Piotr Jaszczyk | 0aa0284 | 2018-06-06 13:18:05 +0200 | [diff] [blame] | 326 | <execution> |
Piotr Jaszczyk | 286d4fb | 2018-08-03 11:50:23 +0200 | [diff] [blame] | 327 | <id>docker-push-image</id> |
Piotr Jaszczyk | 0aa0284 | 2018-06-06 13:18:05 +0200 | [diff] [blame] | 328 | <phase>deploy</phase> |
| 329 | <goals> |
| 330 | <goal>push</goal> |
| 331 | </goals> |
| 332 | </execution> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 333 | </executions> |
| 334 | <configuration> |
Piotr Jaszczyk | 45613ff | 2018-08-16 08:09:27 +0200 | [diff] [blame] | 335 | <skipPush>${skipDockerPush}</skipPush> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 336 | <verbose>true</verbose> |
| 337 | <imagePullPolicy>IfNotPresent</imagePullPolicy> |
| 338 | <images> |
| 339 | <image> |
| 340 | <alias>${project.artifactId}</alias> |
Piotr Jaszczyk | 8a2552a | 2018-08-03 13:05:15 +0200 | [diff] [blame] | 341 | <name>${docker-image.namespace}/${docker-image.name} |
Filip Krzywka | 88726d9 | 2018-08-10 08:26:42 +0200 | [diff] [blame] | 342 | </name> |
Piotr Jaszczyk | 8a2552a | 2018-08-03 13:05:15 +0200 | [diff] [blame] | 343 | <registry>${docker-image.registry}</registry> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 344 | <build> |
| 345 | <dockerFileDir>${project.basedir}</dockerFileDir> |
Piotr Jaszczyk | 8a2552a | 2018-08-03 13:05:15 +0200 | [diff] [blame] | 346 | <tags> |
Piotr Jaszczyk | 5bdae83 | 2018-08-30 08:42:21 +0200 | [diff] [blame] | 347 | <tag>${project.version}-${maven.build.timestamp}Z</tag> |
Piotr Jaszczyk | 8a2552a | 2018-08-03 13:05:15 +0200 | [diff] [blame] | 348 | <tag>${project.version}</tag> |
Filip Krzywka | 3cebad1 | 2018-11-19 16:17:05 +0100 | [diff] [blame] | 349 | <tag>${docker-image.latest}</tag> |
Piotr Jaszczyk | 8a2552a | 2018-08-03 13:05:15 +0200 | [diff] [blame] | 350 | </tags> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 351 | </build> |
| 352 | </image> |
| 353 | </images> |
| 354 | </configuration> |
| 355 | </plugin> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 356 | </plugins> |
| 357 | </pluginManagement> |
| 358 | </build> |
| 359 | </profile> |
| 360 | </profiles> |
| 361 | |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 362 | <pluginRepositories> |
| 363 | <pluginRepository> |
| 364 | <id>arturbosch-code-analysis</id> |
| 365 | <name>arturbosch-code-analysis (for detekt)</name> |
| 366 | <url>https://dl.bintray.com/arturbosch/code-analysis/</url> |
| 367 | <layout>default</layout> |
| 368 | <releases> |
| 369 | <enabled>true</enabled> |
| 370 | <updatePolicy>never</updatePolicy> |
| 371 | </releases> |
| 372 | <snapshots> |
| 373 | <enabled>false</enabled> |
| 374 | <updatePolicy>never</updatePolicy> |
| 375 | </snapshots> |
| 376 | </pluginRepository> |
| 377 | </pluginRepositories> |
Piotr Jaszczyk | e98fdcc | 2018-04-26 09:17:09 +0200 | [diff] [blame] | 378 | |
Piotr Jaszczyk | 1e77afd | 2018-06-13 09:56:17 +0200 | [diff] [blame] | 379 | <repositories> |
| 380 | <repository> |
| 381 | <id>40_openecomp-release</id> |
| 382 | <name>40_openecomp-release</name> |
| 383 | <url>https://nexus.onap.org/content/repositories/releases/</url> |
| 384 | <releases> |
| 385 | <enabled>true</enabled> |
| 386 | <updatePolicy>daily</updatePolicy> |
| 387 | </releases> |
| 388 | <snapshots> |
| 389 | <enabled>false</enabled> |
| 390 | </snapshots> |
| 391 | </repository> |
| 392 | </repositories> |
| 393 | |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 394 | <dependencyManagement> |
| 395 | <dependencies> |
| 396 | <dependency> |
| 397 | <groupId>com.google.guava</groupId> |
| 398 | <artifactId>guava</artifactId> |
Jakub Dudycz | f938e8a | 2019-03-05 15:49:04 +0100 | [diff] [blame] | 399 | <version>27.0.1-jre</version> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 400 | <exclusions> |
| 401 | <exclusion> |
| 402 | <groupId>com.google.code.findbugs</groupId> |
| 403 | <artifactId>jsr305</artifactId> |
| 404 | </exclusion> |
| 405 | </exclusions> |
| 406 | </dependency> |
| 407 | <dependency> |
| 408 | <groupId>org.jetbrains.kotlin</groupId> |
Piotr Jaszczyk | c775e86 | 2019-04-03 15:07:22 +0200 | [diff] [blame] | 409 | <artifactId>kotlin-bom</artifactId> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 410 | <version>${kotlin.version}</version> |
Piotr Jaszczyk | c775e86 | 2019-04-03 15:07:22 +0200 | [diff] [blame] | 411 | <type>pom</type> |
| 412 | <scope>import</scope> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 413 | </dependency> |
| 414 | <dependency> |
Piotr Jaszczyk | dde383a | 2018-11-28 15:46:50 +0100 | [diff] [blame] | 415 | <groupId>org.jetbrains.kotlin</groupId> |
| 416 | <artifactId>kotlin-compiler-embeddable</artifactId> |
| 417 | <version>${kotlin.version}</version> |
| 418 | </dependency> |
| 419 | <dependency> |
| 420 | <groupId>org.jetbrains.kotlin</groupId> |
Piotr Jaszczyk | 7357386 | 2019-05-30 10:47:53 +0200 | [diff] [blame] | 421 | <artifactId>kotlin-scripting-compiler-embeddable</artifactId> |
| 422 | <version>${kotlin.version}</version> |
| 423 | </dependency> |
| 424 | <dependency> |
| 425 | <groupId>org.jetbrains.kotlin</groupId> |
Piotr Jaszczyk | dde383a | 2018-11-28 15:46:50 +0100 | [diff] [blame] | 426 | <artifactId>kotlin-script-util</artifactId> |
| 427 | <version>${kotlin.version}</version> |
| 428 | <scope>runtime</scope> |
| 429 | </dependency> |
| 430 | <dependency> |
Piotr Jaszczyk | d6f5bfa | 2018-08-29 13:24:59 +0200 | [diff] [blame] | 431 | <groupId>org.jetbrains.kotlinx</groupId> |
| 432 | <artifactId>kotlinx-coroutines-core</artifactId> |
kjaniak | 3e4f108 | 2019-06-26 15:57:29 +0200 | [diff] [blame] | 433 | <version>${coroutines.version}</version> |
Piotr Jaszczyk | d6f5bfa | 2018-08-29 13:24:59 +0200 | [diff] [blame] | 434 | </dependency> |
| 435 | <dependency> |
pbiniek | e922092 | 2019-02-27 23:31:15 +0100 | [diff] [blame] | 436 | <groupId>com.google.code.gson</groupId> |
| 437 | <artifactId>gson</artifactId> |
| 438 | <version>${gson.version}</version> |
| 439 | </dependency> |
| 440 | <dependency> |
Piotr Jaszczyk | 0ba97c7 | 2018-06-13 15:45:00 +0200 | [diff] [blame] | 441 | <groupId>io.arrow-kt</groupId> |
Piotr Jaszczyk | c775e86 | 2019-04-03 15:07:22 +0200 | [diff] [blame] | 442 | <artifactId>arrow-core-data</artifactId> |
Piotr Jaszczyk | 6768940 | 2018-06-14 09:48:46 +0200 | [diff] [blame] | 443 | <version>${arrow.version}</version> |
Piotr Jaszczyk | c775e86 | 2019-04-03 15:07:22 +0200 | [diff] [blame] | 444 | </dependency> |
| 445 | <dependency> |
| 446 | <groupId>io.arrow-kt</groupId> |
| 447 | <artifactId>arrow-core-extensions</artifactId> |
| 448 | <version>${arrow.version}</version> |
| 449 | </dependency> |
| 450 | <dependency> |
| 451 | <groupId>io.arrow-kt</groupId> |
| 452 | <artifactId>arrow-extras-data</artifactId> |
| 453 | <version>${arrow.version}</version> |
Piotr Jaszczyk | 0ba97c7 | 2018-06-13 15:45:00 +0200 | [diff] [blame] | 454 | </dependency> |
| 455 | <dependency> |
| 456 | <groupId>io.arrow-kt</groupId> |
| 457 | <artifactId>arrow-syntax</artifactId> |
Piotr Jaszczyk | 6768940 | 2018-06-14 09:48:46 +0200 | [diff] [blame] | 458 | <version>${arrow.version}</version> |
| 459 | </dependency> |
| 460 | <dependency> |
| 461 | <groupId>io.arrow-kt</groupId> |
Piotr Jaszczyk | c775e86 | 2019-04-03 15:07:22 +0200 | [diff] [blame] | 462 | <artifactId>arrow-typeclasses</artifactId> |
Piotr Jaszczyk | d00acee | 2018-08-24 12:51:14 +0200 | [diff] [blame] | 463 | <version>${arrow.version}</version> |
| 464 | </dependency> |
| 465 | <dependency> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 466 | <groupId>ch.qos.logback</groupId> |
| 467 | <artifactId>logback-classic</artifactId> |
| 468 | <version>1.3.0-alpha4</version> |
| 469 | <scope>runtime</scope> |
| 470 | </dependency> |
| 471 | <dependency> |
| 472 | <groupId>org.slf4j</groupId> |
| 473 | <artifactId>slf4j-api</artifactId> |
| 474 | <version>1.8.0-beta1</version> |
| 475 | </dependency> |
| 476 | <dependency> |
| 477 | <groupId>io.projectreactor</groupId> |
| 478 | <artifactId>reactor-bom</artifactId> |
Piotr Jaszczyk | 069dcc1 | 2018-09-20 12:04:03 +0200 | [diff] [blame] | 479 | <!-- remember to update netty native bindings versions --> |
Piotr Jaszczyk | 7357386 | 2019-05-30 10:47:53 +0200 | [diff] [blame] | 480 | <version>Californium-SR8</version> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 481 | <type>pom</type> |
| 482 | <scope>import</scope> |
| 483 | </dependency> |
Piotr Jaszczyk | 069dcc1 | 2018-09-20 12:04:03 +0200 | [diff] [blame] | 484 | <!-- |
| 485 | <dependency> |
| 486 | <groupId>io.netty</groupId> |
| 487 | <artifactId>netty-transport-native-epoll</artifactId> |
| 488 | <version>4.1.29.Final</version> |
| 489 | <classifier>${os.detected.classifier}</classifier> |
| 490 | </dependency> |
| 491 | --> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 492 | <dependency> |
| 493 | <groupId>com.google.protobuf</groupId> |
Piotr Jaszczyk | 94eeb73 | 2018-06-12 14:19:10 +0200 | [diff] [blame] | 494 | <artifactId>protobuf-java-util</artifactId> |
| 495 | <version>${protobuf.version}</version> |
Jakub Dudycz | f938e8a | 2019-03-05 15:49:04 +0100 | [diff] [blame] | 496 | <exclusions> |
| 497 | <exclusion> |
| 498 | <groupId>com.google.guava</groupId> |
| 499 | <artifactId>guava</artifactId> |
| 500 | </exclusion> |
| 501 | </exclusions> |
Piotr Jaszczyk | 94eeb73 | 2018-06-12 14:19:10 +0200 | [diff] [blame] | 502 | </dependency> |
| 503 | <dependency> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 504 | <groupId>commons-cli</groupId> |
| 505 | <artifactId>commons-cli</artifactId> |
| 506 | <version>1.4</version> |
| 507 | </dependency> |
| 508 | <dependency> |
| 509 | <groupId>javax.json</groupId> |
| 510 | <artifactId>javax.json-api</artifactId> |
| 511 | <version>1.1.2</version> |
| 512 | </dependency> |
| 513 | <dependency> |
| 514 | <groupId>org.glassfish</groupId> |
| 515 | <artifactId>javax.json</artifactId> |
| 516 | <version>1.1.2</version> |
| 517 | </dependency> |
Piotr Jaszczyk | 39ceb73 | 2018-06-12 12:16:19 +0200 | [diff] [blame] | 518 | <dependency> |
Piotr Jaszczyk | 0ba97c7 | 2018-06-13 15:45:00 +0200 | [diff] [blame] | 519 | <groupId>io.micrometer</groupId> |
Piotr Jaszczyk | 62fc38c | 2018-12-12 09:07:05 +0100 | [diff] [blame] | 520 | <artifactId>micrometer-registry-prometheus</artifactId> |
Filip Krzywka | fb61339 | 2019-06-25 14:39:07 +0200 | [diff] [blame] | 521 | <version>1.1.5</version> |
Piotr Jaszczyk | 0ba97c7 | 2018-06-13 15:45:00 +0200 | [diff] [blame] | 522 | </dependency> |
kjaniak | 011aed6 | 2019-02-04 12:52:21 +0100 | [diff] [blame] | 523 | <dependency> |
| 524 | <groupId>org.onap.dcaegen2.services.sdk</groupId> |
| 525 | <artifactId>hvvesclient-producer-impl</artifactId> |
| 526 | <version>${sdk.version}</version> |
| 527 | <scope>runtime</scope> |
| 528 | </dependency> |
| 529 | <dependency> |
| 530 | <groupId>org.onap.dcaegen2.services.sdk</groupId> |
| 531 | <artifactId>hvvesclient-producer-api</artifactId> |
| 532 | <version>${sdk.version}</version> |
| 533 | </dependency> |
Filip Krzywka | 7b4e5e9 | 2019-02-13 11:09:38 +0100 | [diff] [blame] | 534 | <dependency> |
| 535 | <groupId>org.onap.dcaegen2.services.sdk</groupId> |
| 536 | <artifactId>hvvesclient-protobuf</artifactId> |
| 537 | <version>${sdk.version}</version> |
| 538 | </dependency> |
Piotr Jaszczyk | 82b27ff | 2019-02-15 12:59:26 +0100 | [diff] [blame] | 539 | <dependency> |
| 540 | <groupId>org.onap.dcaegen2.services.sdk.security</groupId> |
| 541 | <artifactId>ssl</artifactId> |
| 542 | <version>${sdk.version}</version> |
| 543 | </dependency> |
Filip Krzywka | 1422bed | 2019-02-28 17:33:02 +0100 | [diff] [blame] | 544 | <dependency> |
| 545 | <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |
| 546 | <artifactId>cbs-client</artifactId> |
| 547 | <version>${sdk.version}</version> |
| 548 | </dependency> |
Piotr Jaszczyk | e98fdcc | 2018-04-26 09:17:09 +0200 | [diff] [blame] | 549 | |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 550 | <!-- Test dependencies --> |
Piotr Jaszczyk | e98fdcc | 2018-04-26 09:17:09 +0200 | [diff] [blame] | 551 | |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 552 | <dependency> |
| 553 | <groupId>org.jetbrains.spek</groupId> |
| 554 | <artifactId>spek-api</artifactId> |
| 555 | <version>${spek.version}</version> |
| 556 | <scope>test</scope> |
| 557 | </dependency> |
| 558 | <dependency> |
| 559 | <groupId>org.jetbrains.spek</groupId> |
| 560 | <artifactId>spek-junit-platform-engine</artifactId> |
| 561 | <version>${spek.version}</version> |
| 562 | <scope>test</scope> |
| 563 | </dependency> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 564 | <dependency> |
| 565 | <groupId>org.assertj</groupId> |
| 566 | <artifactId>assertj-core</artifactId> |
| 567 | <version>3.9.1</version> |
| 568 | <scope>test</scope> |
| 569 | </dependency> |
| 570 | <dependency> |
Piotr Jaszczyk | 4d15e5a | 2018-11-07 15:08:43 +0100 | [diff] [blame] | 571 | <groupId>com.nhaarman.mockitokotlin2</groupId> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 572 | <artifactId>mockito-kotlin</artifactId> |
Piotr Jaszczyk | c775e86 | 2019-04-03 15:07:22 +0200 | [diff] [blame] | 573 | <version>2.1.0</version> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 574 | <scope>test</scope> |
| 575 | </dependency> |
| 576 | <dependency> |
| 577 | <groupId>org.jetbrains.kotlin</groupId> |
| 578 | <artifactId>kotlin-test</artifactId> |
| 579 | <version>${kotlin.version}</version> |
| 580 | <scope>test</scope> |
| 581 | </dependency> |
| 582 | <dependency> |
| 583 | <groupId>io.projectreactor</groupId> |
| 584 | <artifactId>reactor-test</artifactId> |
| 585 | <version>3.1.7.RELEASE</version> |
| 586 | <scope>test</scope> |
| 587 | </dependency> |
kjaniak | 3e4f108 | 2019-06-26 15:57:29 +0200 | [diff] [blame] | 588 | <dependency> |
| 589 | <groupId>org.jetbrains.kotlinx</groupId> |
| 590 | <artifactId>kotlinx-coroutines-test</artifactId> |
| 591 | <version>${coroutines.version}</version> |
| 592 | <scope>test</scope> |
| 593 | </dependency> |
Piotr Jaszczyk | a4becf2 | 2018-05-29 13:35:11 +0200 | [diff] [blame] | 594 | </dependencies> |
| 595 | </dependencyManagement> |
Piotr Jaszczyk | e98fdcc | 2018-04-26 09:17:09 +0200 | [diff] [blame] | 596 | </project> |