blob: e85b8ee48fad4f8aff8a371a231305b5a77b9316 [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 ~ ================================================================================
Izabela Zawadzka189c70a2019-03-15 09:43:56 +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 -->
21<project xmlns="http://maven.apache.org/POM/4.0.0"
fkrzywka32aeb322018-06-13 10:02:03 +020022 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>
Piotr Jaszczyke98fdcc2018-04-26 09:17:09 +020025
fkrzywka32aeb322018-06-13 10:02:03 +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
fkrzywka32aeb322018-06-13 10:02:03 +020033 <parent>
Piotr Jaszczykae633932018-08-21 08:28:54 +020034 <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId>
Piotr Jaszczykdde383a2018-11-28 15:46:50 +010035 <artifactId>hv-collector-sources</artifactId>
Piotr Jaszczyk4d15e5a2018-11-07 15:08:43 +010036 <version>1.1.0-SNAPSHOT</version>
fkrzywka32aeb322018-06-13 10:02:03 +020037 <relativePath>..</relativePath>
38 </parent>
Piotr Jaszczyke98fdcc2018-04-26 09:17:09 +020039
fkrzywka32aeb322018-06-13 10:02:03 +020040 <artifactId>hv-collector-utils</artifactId>
41 <description>VES HighVolume Collector :: Utilities</description>
Piotr Jaszczyke98fdcc2018-04-26 09:17:09 +020042
43
fkrzywka32aeb322018-06-13 10:02:03 +020044 <build>
45 <plugins>
46 <plugin>
47 <artifactId>kotlin-maven-plugin</artifactId>
48 <groupId>org.jetbrains.kotlin</groupId>
49 </plugin>
50 <plugin>
51 <artifactId>maven-surefire-plugin</artifactId>
52 <groupId>org.apache.maven.plugins</groupId>
53 </plugin>
54 </plugins>
55 </build>
Piotr Jaszczyke98fdcc2018-04-26 09:17:09 +020056
fkrzywka32aeb322018-06-13 10:02:03 +020057 <dependencies>
58 <dependency>
Jakub Dudyczf738ede2018-07-25 16:13:28 +020059 <groupId>${project.parent.groupId}</groupId>
fkrzywka63f17962018-07-31 14:22:59 +020060 <artifactId>hv-collector-domain</artifactId>
Jakub Dudyczf738ede2018-07-25 16:13:28 +020061 <version>${project.parent.version}</version>
62 </dependency>
63 <dependency>
fkrzywka32aeb322018-06-13 10:02:03 +020064 <groupId>org.jetbrains.kotlin</groupId>
65 <artifactId>kotlin-reflect</artifactId>
66 </dependency>
67 <dependency>
Piotr Jaszczyk67689402018-06-14 09:48:46 +020068 <groupId>io.arrow-kt</groupId>
69 <artifactId>arrow-instances-data</artifactId>
70 </dependency>
71 <dependency>
Piotr Jaszczyke31d59f2018-07-04 13:16:21 +020072 <groupId>io.arrow-kt</groupId>
73 <artifactId>arrow-effects</artifactId>
74 </dependency>
75 <dependency>
76 <groupId>io.arrow-kt</groupId>
Piotr Jaszczykd7532772019-01-22 11:43:18 +010077 <artifactId>arrow-effects-instances</artifactId>
78 </dependency>
79 <dependency>
80 <groupId>io.arrow-kt</groupId>
Piotr Jaszczyke31d59f2018-07-04 13:16:21 +020081 <artifactId>arrow-syntax</artifactId>
82 </dependency>
83 <dependency>
Piotr Jaszczykd6f5bfa2018-08-29 13:24:59 +020084 <groupId>org.jetbrains.kotlinx</groupId>
85 <artifactId>kotlinx-coroutines-core</artifactId>
86 </dependency>
87 <dependency>
Jakub Dudyczf938e8a2019-03-05 15:49:04 +010088 <groupId>com.google.guava</groupId>
89 <artifactId>guava</artifactId>
90 <optional>true</optional>
91 </dependency>
92 <dependency>
Piotr Jaszczykd6f5bfa2018-08-29 13:24:59 +020093 <groupId>javax.json</groupId>
94 <artifactId>javax.json-api</artifactId>
95 <optional>true</optional>
96 </dependency>
97 <dependency>
fkrzywka32aeb322018-06-13 10:02:03 +020098 <groupId>org.slf4j</groupId>
99 <artifactId>slf4j-api</artifactId>
100 </dependency>
101 <dependency>
kjaniak0f7bc6b2018-11-29 13:44:50 +0100102 <groupId>ch.qos.logback</groupId>
103 <artifactId>logback-classic</artifactId>
Izabela Zawadzka0bf244e2018-12-19 07:25:33 +0100104 <scope>compile</scope>
kjaniak0f7bc6b2018-11-29 13:44:50 +0100105 </dependency>
106 <dependency>
fkrzywka32aeb322018-06-13 10:02:03 +0200107 <groupId>org.assertj</groupId>
108 <artifactId>assertj-core</artifactId>
109 </dependency>
110 <dependency>
111 <groupId>org.jetbrains.kotlin</groupId>
112 <artifactId>kotlin-test</artifactId>
113 </dependency>
114 <dependency>
115 <groupId>org.jetbrains.spek</groupId>
116 <artifactId>spek-api</artifactId>
117 </dependency>
118 <dependency>
119 <groupId>org.jetbrains.spek</groupId>
120 <artifactId>spek-junit-platform-engine</artifactId>
121 </dependency>
122 <dependency>
123 <groupId>io.projectreactor</groupId>
124 <artifactId>reactor-test</artifactId>
125 </dependency>
126 <dependency>
Piotr Jaszczyk4d15e5a2018-11-07 15:08:43 +0100127 <groupId>com.nhaarman.mockitokotlin2</groupId>
128 <artifactId>mockito-kotlin</artifactId>
129 </dependency>
130 <dependency>
Piotr Jaszczykd6f5bfa2018-08-29 13:24:59 +0200131 <groupId>org.glassfish</groupId>
132 <artifactId>javax.json</artifactId>
133 <scope>provided</scope>
134 </dependency>
fkrzywka32aeb322018-06-13 10:02:03 +0200135 </dependencies>
Piotr Jaszczyke98fdcc2018-04-26 09:17:09 +0200136</project>