blob: 1d52b8403f91e6e80469cb6d40674118e5852727 [file] [log] [blame]
Piotr Jaszczyke98fdcc2018-04-26 09:17:09 +02001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ~ ============LICENSE_START=======================================================
4 ~ dcaegen2-collectors-veshv
5 ~ ================================================================================
Filip Krzywka7b4e5e92019-02-13 11:09:38 +01006 ~ Copyright (C) 2018-2019 NOKIA
Piotr Jaszczyke98fdcc2018-04-26 09:17:09 +02007 ~ ================================================================================
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 -->
kjaniak011aed62019-02-04 12:52:21 +010021<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 Jaszczyke98fdcc2018-04-26 09:17:09 +020023
Piotr Jaszczyka4becf22018-05-29 13:35:11 +020024 <modelVersion>4.0.0</modelVersion>
Piotr Jaszczyke98fdcc2018-04-26 09:17:09 +020025
Piotr Jaszczyka4becf22018-05-29 13:35:11 +020026 <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 Jaszczyke98fdcc2018-04-26 09:17:09 +020032
Filip Krzywka88726d92018-08-10 08:26:42 +020033 <parent>
34 <groupId>org.onap.oparent</groupId>
35 <artifactId>oparent</artifactId>
rajendrajaiswal31dffbe2019-06-27 10:58:07 +010036 <version>2.0.0</version>
Filip Krzywka88726d92018-08-10 08:26:42 +020037 <relativePath/>
38 </parent>
39
Piotr Jaszczykae633932018-08-21 08:28:54 +020040 <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +020041 <artifactId>ves-hv-collector</artifactId>
rajendrajaiswal31dffbe2019-06-27 10:58:07 +010042 <version>1.3.0-SNAPSHOT</version>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +020043 <name>dcaegen2-collectors-veshv</name>
44 <description>VES HighVolume Collector</description>
45 <packaging>pom</packaging>
Piotr Jaszczyke98fdcc2018-04-26 09:17:09 +020046
Piotr Jaszczyk1e77afd2018-06-13 09:56:17 +020047 <modules>
Piotr Jaszczykdde383a2018-11-28 15:46:50 +010048 <module>build</module>
49 <module>sources</module>
Piotr Jaszczyk1e77afd2018-06-13 09:56:17 +020050 </modules>
Piotr Jaszczyke98fdcc2018-04-26 09:17:09 +020051
Piotr Jaszczyka4becf22018-05-29 13:35:11 +020052 <properties>
kjaniak3e4f1082019-06-26 15:57:29 +020053 <coroutines.version>1.3.0-M2</coroutines.version>
Piotr Jaszczyk73573862019-05-30 10:47:53 +020054 <kotlin.version>1.3.31</kotlin.version>
Piotr Jaszczykc775e862019-04-03 15:07:22 +020055 <arrow.version>0.9.0</arrow.version>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +020056 <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 Jaszczyk1d9f81b2018-08-23 09:06:19 +020058 <jacoco.version>0.8.2</jacoco.version>
Piotr Jaszczykc775e862019-04-03 15:07:22 +020059 <detekt.version>1.0.0-RC14</detekt.version>
Piotr Jaszczykb5515402019-04-09 08:57:16 +020060 <sdk.version>1.1.4</sdk.version>
Piotr Jaszczyke98fdcc2018-04-26 09:17:09 +020061
Piotr Jaszczyka4becf22018-05-29 13:35:11 +020062 <!-- Protocol buffers -->
Jakub Dudyczcd8f9082018-11-07 16:36:17 +010063 <protobuf.version>3.6.1</protobuf.version>
Piotr Jaszczyke98fdcc2018-04-26 09:17:09 +020064
Piotr Jaszczyka4becf22018-05-29 13:35:11 +020065 <!-- 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>
pbinieke9220922019-02-27 23:31:15 +010069 <gson.version>2.8.5</gson.version>
Filip Krzywka88726d92018-08-10 08:26:42 +020070 <maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>
71 <failIfMissingUnitTests>false</failIfMissingUnitTests>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +020072 <failIfMissingComponentTests>false</failIfMissingComponentTests>
73 <skipAnalysis>true</skipAnalysis>
Piotr Jaszczykdde383a2018-11-28 15:46:50 +010074 <jacoco.minimum.coverage>60</jacoco.minimum.coverage>
kjaniak011aed62019-02-04 12:52:21 +010075 <skipEnforcer>true</skipEnforcer>
fkrzywka4b8cfb32018-06-01 12:45:22 +020076
Piotr Jaszczyk69f43f22018-06-25 09:59:01 +020077 <!-- Docker -->
Piotr Jaszczyk286d4fb2018-08-03 11:50:23 +020078 <skipDocker>false</skipDocker>
Piotr Jaszczyk45613ff2018-08-16 08:09:27 +020079 <skipDockerPush>true</skipDockerPush>
Piotr Jaszczyk8a2552a2018-08-03 13:05:15 +020080 <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
Piotr Jaszczyk69f43f22018-06-25 09:59:01 +020081 <docker-image.registry>${onap.nexus.dockerregistry.daily}</docker-image.registry>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +020082 <docker-image.namespace>onap</docker-image.namespace>
Filip Krzywka88726d92018-08-10 08:26:42 +020083 <docker-image.name>${project.groupId}.${project.artifactId}</docker-image.name>
Piotr Jaszczyke3b124a2019-05-06 11:29:45 +020084 <docker-image.latest>1.2-SNAPSHOT</docker-image.latest>
Gary Wu2d669cf2018-08-24 15:20:36 -070085 <docker.http_proxy/>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +020086 </properties>
Piotr Jaszczyke98fdcc2018-04-26 09:17:09 +020087
Piotr Jaszczyka4becf22018-05-29 13:35:11 +020088 <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 Jaszczyk0aa02842018-06-06 13:18:05 +0200107 <groupId>org.apache.maven.plugins</groupId>
108 <artifactId>maven-deploy-plugin</artifactId>
109 <configuration>
110 <skip>true</skip>
111 </configuration>
112 </plugin>
113 <plugin>
kjaniak011aed62019-02-04 12:52:21 +0100114 <groupId>org.apache.maven.plugins</groupId>
115 <artifactId>maven-enforcer-plugin</artifactId>
116 <configuration>
117 <skip>${skipEnforcer}</skip>
118 </configuration>
119 </plugin>
120 <plugin>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200121 <artifactId>kotlin-maven-plugin</artifactId>
122 <groupId>org.jetbrains.kotlin</groupId>
123 <version>${kotlin.version}</version>
124 <configuration>
125 <jvmTarget>1.8</jvmTarget>
126 </configuration>
127 <executions>
128 <execution>
129 <id>compile</id>
130 <goals>
131 <goal>compile</goal>
132 </goals>
133 <configuration>
134 <sourceDirs>
135 <source>${project.build.sourceDirectory}</source>
136 <source>${project.build.directory}/generated-sources/annotations</source>
137 </sourceDirs>
138 </configuration>
139 </execution>
140 <execution>
141 <id>test-compile</id>
142 <goals>
143 <goal>test-compile</goal>
144 </goals>
145 <configuration>
146 <sourceDirs>
147 <source>${project.build.testSourceDirectory}</source>
148 </sourceDirs>
149 </configuration>
150 </execution>
151 </executions>
152 </plugin>
153 <plugin>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200154 <groupId>org.apache.maven.plugins</groupId>
155 <artifactId>maven-compiler-plugin</artifactId>
156 <version>${maven-compiler-plugin.version}</version>
157 <configuration>
158 <source>8</source>
159 <target>8</target>
160 <encoding>UTF-8</encoding>
161 <showWarnings>true</showWarnings>
162 <showDeprecation>true</showDeprecation>
163 <failOnWarning>false</failOnWarning>
164 </configuration>
165 <dependencies>
166 <dependency>
167 <groupId>org.ow2.asm</groupId>
168 <artifactId>asm</artifactId>
169 <version>6.1.1</version> <!-- Use newer version of ASM -->
170 </dependency>
171 </dependencies>
172 </plugin>
173 <!--
174 Due to a memory leak in Surefire 2.20 and issues running on Java 9, the junit-platform-surefire-provider
175 currently only works with Surefire 2.19.1.
176 For updates see https://junit.org/junit5/docs/current/user-guide/#running-tests-build-maven
177 -->
178 <plugin>
179 <artifactId>maven-surefire-plugin</artifactId>
180 <groupId>org.apache.maven.plugins</groupId>
181 <version>${maven-surefire-plugin.version}</version>
Filip Krzywka88726d92018-08-10 08:26:42 +0200182 <configuration>
183 <failIfNoTests>${failIfMissingUnitTests}</failIfNoTests>
184 <forkCount>1</forkCount>
185 <includes>
186 <include>**/*Test.*</include>
187 </includes>
188 </configuration>
189 <dependencies>
190 <dependency>
191 <groupId>org.apache.commons</groupId>
192 <artifactId>commons-lang3</artifactId>
193 <version>3.7</version>
194 </dependency>
195 <dependency>
196 <groupId>org.junit.platform</groupId>
197 <artifactId>junit-platform-surefire-provider</artifactId>
198 <version>${junit-platform.version}</version>
199 <scope>runtime</scope>
200 </dependency>
201 <dependency>
202 <groupId>org.jetbrains.spek</groupId>
203 <artifactId>spek-junit-platform-engine</artifactId>
204 <version>${spek.version}</version>
205 <scope>runtime</scope>
206 </dependency>
207 </dependencies>
208 </plugin>
209 <plugin>
210 <groupId>org.apache.maven.plugins</groupId>
211 <artifactId>maven-failsafe-plugin</artifactId>
212 <version>2.22.0</version>
213 <configuration>
214 <failIfNoTests>${failIfMissingComponentTests}</failIfNoTests>
215 <forkCount>1</forkCount>
216 <includes>
217 <include>**/*Specification.*</include>
218 </includes>
219 </configuration>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200220 <dependencies>
221 <dependency>
222 <groupId>org.apache.commons</groupId>
223 <artifactId>commons-lang3</artifactId>
224 <version>3.7</version>
225 </dependency>
226 <dependency>
227 <groupId>org.junit.platform</groupId>
228 <artifactId>junit-platform-surefire-provider</artifactId>
229 <version>${junit-platform.version}</version>
230 <scope>runtime</scope>
231 </dependency>
232 <dependency>
233 <groupId>org.jetbrains.spek</groupId>
234 <artifactId>spek-junit-platform-engine</artifactId>
235 <version>${spek.version}</version>
236 <scope>runtime</scope>
237 </dependency>
238 </dependencies>
239 </plugin>
Piotr Jaszczyk851d4702018-08-23 14:45:39 +0200240 <plugin>
241 <groupId>org.codehaus.mojo</groupId>
242 <artifactId>exec-maven-plugin</artifactId>
243 <version>1.6.0</version>
244 </plugin>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200245 </plugins>
246 </pluginManagement>
247 <extensions>
248 <extension>
249 <groupId>kr.motd.maven</groupId>
250 <artifactId>os-maven-plugin</artifactId>
251 <version>1.6.0</version>
252 </extension>
253 </extensions>
254 </build>
Piotr Jaszczyke98fdcc2018-04-26 09:17:09 +0200255
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200256 <profiles>
257 <profile>
Piotr Jaszczykb20f9632018-09-06 08:20:03 +0200258 <id>docker-proxy</id>
259 <activation>
260 <property>
261 <name>docker.http_proxy</name>
262 </property>
263 </activation>
264 <properties>
265 <!-- set build args as defined in https://dmp.fabric8.io/#build-buildargs -->
266 <docker.buildArg.http_proxy>${docker.http_proxy}</docker.buildArg.http_proxy>
267 <docker.buildArg.https_proxy>${docker.http_proxy}</docker.buildArg.https_proxy>
268 </properties>
269 </profile>
270
271 <profile>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200272 <id>docker</id>
273 <activation>
274 <property>
275 <name>!skipDocker</name>
276 </property>
277 </activation>
278 <properties>
279 <os.detected.name>linux</os.detected.name>
280 <os.detected.arch>x86_64</os.detected.arch>
281 <os.detected.classifier>${os.detected.name}-${os.detected.arch}</os.detected.classifier>
282 </properties>
283 <build>
284 <pluginManagement>
285 <plugins>
286 <plugin>
Piotr Jaszczyk286d4fb2018-08-03 11:50:23 +0200287 <groupId>org.apache.maven.plugins</groupId>
288 <artifactId>maven-dependency-plugin</artifactId>
289 <version>3.1.1</version>
290 <executions>
291 <execution>
292 <id>docker-copy-internal-deps</id>
293 <phase>package</phase>
294 <goals>
295 <goal>copy-dependencies</goal>
296 </goals>
297 <configuration>
298 <outputDirectory>${project.build.directory}/libs/internal</outputDirectory>
299 <includeGroupIds>${project.parent.groupId}</includeGroupIds>
300 <includeScope>runtime</includeScope>
301 </configuration>
302 </execution>
303 <execution>
304 <id>docker-copy-external-deps</id>
305 <phase>package</phase>
306 <goals>
307 <goal>copy-dependencies</goal>
308 </goals>
309 <configuration>
310 <outputDirectory>${project.build.directory}/libs/external</outputDirectory>
311 <excludeGroupIds>${project.parent.groupId}</excludeGroupIds>
312 <includeScope>runtime</includeScope>
313 </configuration>
314 </execution>
315 </executions>
316 </plugin>
317 <plugin>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200318 <groupId>io.fabric8</groupId>
319 <artifactId>docker-maven-plugin</artifactId>
Jakub Dudycz0d5e18f2019-06-13 13:44:31 +0200320 <version>0.30.0</version>
Vijay Venkatesh Kumar7278e772019-07-21 07:02:01 +0000321<!--
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200322 <executions>
323 <execution>
Piotr Jaszczyk286d4fb2018-08-03 11:50:23 +0200324 <id>docker-build-image</id>
Piotr Jaszczyk8a2552a2018-08-03 13:05:15 +0200325 <phase>package</phase>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200326 <goals>
327 <goal>build</goal>
328 </goals>
329 </execution>
Piotr Jaszczyk0aa02842018-06-06 13:18:05 +0200330 <execution>
Piotr Jaszczyk286d4fb2018-08-03 11:50:23 +0200331 <id>docker-push-image</id>
Piotr Jaszczyk0aa02842018-06-06 13:18:05 +0200332 <phase>deploy</phase>
333 <goals>
334 <goal>push</goal>
335 </goals>
336 </execution>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200337 </executions>
Vijay Venkatesh Kumar7278e772019-07-21 07:02:01 +0000338-->
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200339 <configuration>
Piotr Jaszczyk45613ff2018-08-16 08:09:27 +0200340 <skipPush>${skipDockerPush}</skipPush>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200341 <verbose>true</verbose>
342 <imagePullPolicy>IfNotPresent</imagePullPolicy>
343 <images>
344 <image>
345 <alias>${project.artifactId}</alias>
Piotr Jaszczyk8a2552a2018-08-03 13:05:15 +0200346 <name>${docker-image.namespace}/${docker-image.name}
Filip Krzywka88726d92018-08-10 08:26:42 +0200347 </name>
Piotr Jaszczyk8a2552a2018-08-03 13:05:15 +0200348 <registry>${docker-image.registry}</registry>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200349 <build>
350 <dockerFileDir>${project.basedir}</dockerFileDir>
Piotr Jaszczyk8a2552a2018-08-03 13:05:15 +0200351 <tags>
Piotr Jaszczyk5bdae832018-08-30 08:42:21 +0200352 <tag>${project.version}-${maven.build.timestamp}Z</tag>
Piotr Jaszczyk8a2552a2018-08-03 13:05:15 +0200353 <tag>${project.version}</tag>
Filip Krzywka3cebad12018-11-19 16:17:05 +0100354 <tag>${docker-image.latest}</tag>
Piotr Jaszczyk8a2552a2018-08-03 13:05:15 +0200355 </tags>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200356 </build>
357 </image>
358 </images>
359 </configuration>
360 </plugin>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200361 </plugins>
362 </pluginManagement>
363 </build>
364 </profile>
365 </profiles>
366
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200367 <pluginRepositories>
368 <pluginRepository>
369 <id>arturbosch-code-analysis</id>
370 <name>arturbosch-code-analysis (for detekt)</name>
371 <url>https://dl.bintray.com/arturbosch/code-analysis/</url>
372 <layout>default</layout>
373 <releases>
374 <enabled>true</enabled>
375 <updatePolicy>never</updatePolicy>
376 </releases>
377 <snapshots>
378 <enabled>false</enabled>
379 <updatePolicy>never</updatePolicy>
380 </snapshots>
381 </pluginRepository>
382 </pluginRepositories>
Piotr Jaszczyke98fdcc2018-04-26 09:17:09 +0200383
Piotr Jaszczyk1e77afd2018-06-13 09:56:17 +0200384 <repositories>
385 <repository>
386 <id>40_openecomp-release</id>
387 <name>40_openecomp-release</name>
388 <url>https://nexus.onap.org/content/repositories/releases/</url>
389 <releases>
390 <enabled>true</enabled>
391 <updatePolicy>daily</updatePolicy>
392 </releases>
393 <snapshots>
394 <enabled>false</enabled>
395 </snapshots>
396 </repository>
397 </repositories>
398
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200399 <dependencyManagement>
400 <dependencies>
401 <dependency>
402 <groupId>com.google.guava</groupId>
403 <artifactId>guava</artifactId>
Jakub Dudyczf938e8a2019-03-05 15:49:04 +0100404 <version>27.0.1-jre</version>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200405 <exclusions>
406 <exclusion>
407 <groupId>com.google.code.findbugs</groupId>
408 <artifactId>jsr305</artifactId>
409 </exclusion>
410 </exclusions>
411 </dependency>
412 <dependency>
413 <groupId>org.jetbrains.kotlin</groupId>
Piotr Jaszczykc775e862019-04-03 15:07:22 +0200414 <artifactId>kotlin-bom</artifactId>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200415 <version>${kotlin.version}</version>
Piotr Jaszczykc775e862019-04-03 15:07:22 +0200416 <type>pom</type>
417 <scope>import</scope>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200418 </dependency>
419 <dependency>
Piotr Jaszczykdde383a2018-11-28 15:46:50 +0100420 <groupId>org.jetbrains.kotlin</groupId>
421 <artifactId>kotlin-compiler-embeddable</artifactId>
422 <version>${kotlin.version}</version>
423 </dependency>
424 <dependency>
425 <groupId>org.jetbrains.kotlin</groupId>
Piotr Jaszczyk73573862019-05-30 10:47:53 +0200426 <artifactId>kotlin-scripting-compiler-embeddable</artifactId>
427 <version>${kotlin.version}</version>
428 </dependency>
429 <dependency>
430 <groupId>org.jetbrains.kotlin</groupId>
Piotr Jaszczykdde383a2018-11-28 15:46:50 +0100431 <artifactId>kotlin-script-util</artifactId>
432 <version>${kotlin.version}</version>
433 <scope>runtime</scope>
434 </dependency>
435 <dependency>
Piotr Jaszczykd6f5bfa2018-08-29 13:24:59 +0200436 <groupId>org.jetbrains.kotlinx</groupId>
437 <artifactId>kotlinx-coroutines-core</artifactId>
kjaniak3e4f1082019-06-26 15:57:29 +0200438 <version>${coroutines.version}</version>
Piotr Jaszczykd6f5bfa2018-08-29 13:24:59 +0200439 </dependency>
440 <dependency>
pbinieke9220922019-02-27 23:31:15 +0100441 <groupId>com.google.code.gson</groupId>
442 <artifactId>gson</artifactId>
443 <version>${gson.version}</version>
444 </dependency>
445 <dependency>
Piotr Jaszczyk0ba97c72018-06-13 15:45:00 +0200446 <groupId>io.arrow-kt</groupId>
Piotr Jaszczykc775e862019-04-03 15:07:22 +0200447 <artifactId>arrow-core-data</artifactId>
Piotr Jaszczyk67689402018-06-14 09:48:46 +0200448 <version>${arrow.version}</version>
Piotr Jaszczykc775e862019-04-03 15:07:22 +0200449 </dependency>
450 <dependency>
451 <groupId>io.arrow-kt</groupId>
452 <artifactId>arrow-core-extensions</artifactId>
453 <version>${arrow.version}</version>
454 </dependency>
455 <dependency>
456 <groupId>io.arrow-kt</groupId>
457 <artifactId>arrow-extras-data</artifactId>
458 <version>${arrow.version}</version>
Piotr Jaszczyk0ba97c72018-06-13 15:45:00 +0200459 </dependency>
460 <dependency>
461 <groupId>io.arrow-kt</groupId>
462 <artifactId>arrow-syntax</artifactId>
Piotr Jaszczyk67689402018-06-14 09:48:46 +0200463 <version>${arrow.version}</version>
464 </dependency>
465 <dependency>
466 <groupId>io.arrow-kt</groupId>
Piotr Jaszczykc775e862019-04-03 15:07:22 +0200467 <artifactId>arrow-typeclasses</artifactId>
Piotr Jaszczykd00acee2018-08-24 12:51:14 +0200468 <version>${arrow.version}</version>
469 </dependency>
470 <dependency>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200471 <groupId>ch.qos.logback</groupId>
472 <artifactId>logback-classic</artifactId>
473 <version>1.3.0-alpha4</version>
474 <scope>runtime</scope>
475 </dependency>
476 <dependency>
477 <groupId>org.slf4j</groupId>
478 <artifactId>slf4j-api</artifactId>
479 <version>1.8.0-beta1</version>
480 </dependency>
481 <dependency>
482 <groupId>io.projectreactor</groupId>
483 <artifactId>reactor-bom</artifactId>
Piotr Jaszczyk069dcc12018-09-20 12:04:03 +0200484 <!-- remember to update netty native bindings versions -->
Piotr Jaszczyk73573862019-05-30 10:47:53 +0200485 <version>Californium-SR8</version>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200486 <type>pom</type>
487 <scope>import</scope>
488 </dependency>
Piotr Jaszczyk069dcc12018-09-20 12:04:03 +0200489 <!--
490 <dependency>
491 <groupId>io.netty</groupId>
492 <artifactId>netty-transport-native-epoll</artifactId>
493 <version>4.1.29.Final</version>
494 <classifier>${os.detected.classifier}</classifier>
495 </dependency>
496 -->
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200497 <dependency>
498 <groupId>com.google.protobuf</groupId>
Piotr Jaszczyk94eeb732018-06-12 14:19:10 +0200499 <artifactId>protobuf-java-util</artifactId>
500 <version>${protobuf.version}</version>
Jakub Dudyczf938e8a2019-03-05 15:49:04 +0100501 <exclusions>
502 <exclusion>
503 <groupId>com.google.guava</groupId>
504 <artifactId>guava</artifactId>
505 </exclusion>
506 </exclusions>
Piotr Jaszczyk94eeb732018-06-12 14:19:10 +0200507 </dependency>
508 <dependency>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200509 <groupId>commons-cli</groupId>
510 <artifactId>commons-cli</artifactId>
511 <version>1.4</version>
512 </dependency>
513 <dependency>
514 <groupId>javax.json</groupId>
515 <artifactId>javax.json-api</artifactId>
516 <version>1.1.2</version>
517 </dependency>
518 <dependency>
519 <groupId>org.glassfish</groupId>
520 <artifactId>javax.json</artifactId>
521 <version>1.1.2</version>
522 </dependency>
Piotr Jaszczyk39ceb732018-06-12 12:16:19 +0200523 <dependency>
Piotr Jaszczyk0ba97c72018-06-13 15:45:00 +0200524 <groupId>io.micrometer</groupId>
Piotr Jaszczyk62fc38c2018-12-12 09:07:05 +0100525 <artifactId>micrometer-registry-prometheus</artifactId>
Filip Krzywkafb613392019-06-25 14:39:07 +0200526 <version>1.1.5</version>
Piotr Jaszczyk0ba97c72018-06-13 15:45:00 +0200527 </dependency>
kjaniak011aed62019-02-04 12:52:21 +0100528 <dependency>
529 <groupId>org.onap.dcaegen2.services.sdk</groupId>
530 <artifactId>hvvesclient-producer-impl</artifactId>
531 <version>${sdk.version}</version>
532 <scope>runtime</scope>
533 </dependency>
534 <dependency>
535 <groupId>org.onap.dcaegen2.services.sdk</groupId>
536 <artifactId>hvvesclient-producer-api</artifactId>
537 <version>${sdk.version}</version>
538 </dependency>
Filip Krzywka7b4e5e92019-02-13 11:09:38 +0100539 <dependency>
540 <groupId>org.onap.dcaegen2.services.sdk</groupId>
541 <artifactId>hvvesclient-protobuf</artifactId>
542 <version>${sdk.version}</version>
543 </dependency>
Piotr Jaszczyk82b27ff2019-02-15 12:59:26 +0100544 <dependency>
545 <groupId>org.onap.dcaegen2.services.sdk.security</groupId>
546 <artifactId>ssl</artifactId>
547 <version>${sdk.version}</version>
548 </dependency>
Filip Krzywka1422bed2019-02-28 17:33:02 +0100549 <dependency>
550 <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId>
551 <artifactId>cbs-client</artifactId>
552 <version>${sdk.version}</version>
553 </dependency>
Piotr Jaszczyke98fdcc2018-04-26 09:17:09 +0200554
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200555 <!-- Test dependencies -->
Piotr Jaszczyke98fdcc2018-04-26 09:17:09 +0200556
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200557 <dependency>
558 <groupId>org.jetbrains.spek</groupId>
559 <artifactId>spek-api</artifactId>
560 <version>${spek.version}</version>
561 <scope>test</scope>
562 </dependency>
563 <dependency>
564 <groupId>org.jetbrains.spek</groupId>
565 <artifactId>spek-junit-platform-engine</artifactId>
566 <version>${spek.version}</version>
567 <scope>test</scope>
568 </dependency>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200569 <dependency>
570 <groupId>org.assertj</groupId>
571 <artifactId>assertj-core</artifactId>
572 <version>3.9.1</version>
573 <scope>test</scope>
574 </dependency>
575 <dependency>
Piotr Jaszczyk4d15e5a2018-11-07 15:08:43 +0100576 <groupId>com.nhaarman.mockitokotlin2</groupId>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200577 <artifactId>mockito-kotlin</artifactId>
Piotr Jaszczykc775e862019-04-03 15:07:22 +0200578 <version>2.1.0</version>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200579 <scope>test</scope>
580 </dependency>
581 <dependency>
582 <groupId>org.jetbrains.kotlin</groupId>
583 <artifactId>kotlin-test</artifactId>
584 <version>${kotlin.version}</version>
585 <scope>test</scope>
586 </dependency>
587 <dependency>
588 <groupId>io.projectreactor</groupId>
589 <artifactId>reactor-test</artifactId>
590 <version>3.1.7.RELEASE</version>
591 <scope>test</scope>
592 </dependency>
kjaniak3e4f1082019-06-26 15:57:29 +0200593 <dependency>
594 <groupId>org.jetbrains.kotlinx</groupId>
595 <artifactId>kotlinx-coroutines-test</artifactId>
596 <version>${coroutines.version}</version>
597 <scope>test</scope>
598 </dependency>
Piotr Jaszczyka4becf22018-05-29 13:35:11 +0200599 </dependencies>
600 </dependencyManagement>
Piotr Jaszczyke98fdcc2018-04-26 09:17:09 +0200601</project>