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 | ~ ================================================================================ |
fkrzywka | e74c9e1 | 2018-06-06 10:43:53 +0200 | [diff] [blame] | 6 | ~ Copyright (C) 2018 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 | --> |
| 21 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
fkrzywka | 32aeb32 | 2018-06-13 10:02:03 +0200 | [diff] [blame] | 22 | 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 Jaszczyk | e98fdcc | 2018-04-26 09:17:09 +0200 | [diff] [blame] | 25 | |
fkrzywka | 32aeb32 | 2018-06-13 10:02:03 +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 | |
fkrzywka | 32aeb32 | 2018-06-13 10:02:03 +0200 | [diff] [blame] | 33 | <properties> |
| 34 | <skipAnalysis>false</skipAnalysis> |
| 35 | </properties> |
Piotr Jaszczyk | e98fdcc | 2018-04-26 09:17:09 +0200 | [diff] [blame] | 36 | |
fkrzywka | 32aeb32 | 2018-06-13 10:02:03 +0200 | [diff] [blame] | 37 | <parent> |
Piotr Jaszczyk | ae63393 | 2018-08-21 08:28:54 +0200 | [diff] [blame] | 38 | <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId> |
fkrzywka | 32aeb32 | 2018-06-13 10:02:03 +0200 | [diff] [blame] | 39 | <artifactId>ves-hv-collector</artifactId> |
Piotr Jaszczyk | db59763 | 2018-11-05 15:08:50 +0100 | [diff] [blame^] | 40 | <version>4.0.0-SNAPSHOT</version> |
fkrzywka | 32aeb32 | 2018-06-13 10:02:03 +0200 | [diff] [blame] | 41 | <relativePath>..</relativePath> |
| 42 | </parent> |
Piotr Jaszczyk | e98fdcc | 2018-04-26 09:17:09 +0200 | [diff] [blame] | 43 | |
fkrzywka | 32aeb32 | 2018-06-13 10:02:03 +0200 | [diff] [blame] | 44 | <artifactId>hv-collector-utils</artifactId> |
| 45 | <description>VES HighVolume Collector :: Utilities</description> |
Piotr Jaszczyk | e98fdcc | 2018-04-26 09:17:09 +0200 | [diff] [blame] | 46 | |
| 47 | |
fkrzywka | 32aeb32 | 2018-06-13 10:02:03 +0200 | [diff] [blame] | 48 | <build> |
| 49 | <plugins> |
| 50 | <plugin> |
| 51 | <artifactId>kotlin-maven-plugin</artifactId> |
| 52 | <groupId>org.jetbrains.kotlin</groupId> |
| 53 | </plugin> |
| 54 | <plugin> |
| 55 | <artifactId>maven-surefire-plugin</artifactId> |
| 56 | <groupId>org.apache.maven.plugins</groupId> |
| 57 | </plugin> |
| 58 | </plugins> |
| 59 | </build> |
Piotr Jaszczyk | e98fdcc | 2018-04-26 09:17:09 +0200 | [diff] [blame] | 60 | |
fkrzywka | 32aeb32 | 2018-06-13 10:02:03 +0200 | [diff] [blame] | 61 | <dependencies> |
| 62 | <dependency> |
Jakub Dudycz | f738ede | 2018-07-25 16:13:28 +0200 | [diff] [blame] | 63 | <groupId>${project.parent.groupId}</groupId> |
fkrzywka | 63f1796 | 2018-07-31 14:22:59 +0200 | [diff] [blame] | 64 | <artifactId>hv-collector-domain</artifactId> |
Jakub Dudycz | f738ede | 2018-07-25 16:13:28 +0200 | [diff] [blame] | 65 | <version>${project.parent.version}</version> |
| 66 | </dependency> |
| 67 | <dependency> |
fkrzywka | 32aeb32 | 2018-06-13 10:02:03 +0200 | [diff] [blame] | 68 | <groupId>commons-cli</groupId> |
| 69 | <artifactId>commons-cli</artifactId> |
| 70 | </dependency> |
| 71 | <dependency> |
| 72 | <groupId>org.jetbrains.kotlin</groupId> |
| 73 | <artifactId>kotlin-reflect</artifactId> |
| 74 | </dependency> |
| 75 | <dependency> |
Piotr Jaszczyk | 6768940 | 2018-06-14 09:48:46 +0200 | [diff] [blame] | 76 | <groupId>io.arrow-kt</groupId> |
| 77 | <artifactId>arrow-instances-data</artifactId> |
| 78 | </dependency> |
| 79 | <dependency> |
Piotr Jaszczyk | e31d59f | 2018-07-04 13:16:21 +0200 | [diff] [blame] | 80 | <groupId>io.arrow-kt</groupId> |
| 81 | <artifactId>arrow-effects</artifactId> |
| 82 | </dependency> |
| 83 | <dependency> |
| 84 | <groupId>io.arrow-kt</groupId> |
| 85 | <artifactId>arrow-syntax</artifactId> |
| 86 | </dependency> |
| 87 | <dependency> |
Piotr Jaszczyk | d6f5bfa | 2018-08-29 13:24:59 +0200 | [diff] [blame] | 88 | <groupId>org.jetbrains.kotlinx</groupId> |
| 89 | <artifactId>kotlinx-coroutines-core</artifactId> |
| 90 | </dependency> |
| 91 | <dependency> |
| 92 | <groupId>io.ratpack</groupId> |
| 93 | <artifactId>ratpack-core</artifactId> |
| 94 | <optional>true</optional> |
| 95 | </dependency> |
| 96 | <dependency> |
| 97 | <groupId>javax.json</groupId> |
| 98 | <artifactId>javax.json-api</artifactId> |
| 99 | <optional>true</optional> |
| 100 | </dependency> |
| 101 | <dependency> |
fkrzywka | 32aeb32 | 2018-06-13 10:02:03 +0200 | [diff] [blame] | 102 | <groupId>org.slf4j</groupId> |
| 103 | <artifactId>slf4j-api</artifactId> |
| 104 | </dependency> |
| 105 | <dependency> |
| 106 | <groupId>com.nhaarman</groupId> |
| 107 | <artifactId>mockito-kotlin</artifactId> |
| 108 | </dependency> |
| 109 | <dependency> |
| 110 | <groupId>org.mockito</groupId> |
| 111 | <artifactId>mockito-core</artifactId> |
| 112 | </dependency> |
| 113 | <dependency> |
| 114 | <groupId>org.assertj</groupId> |
| 115 | <artifactId>assertj-core</artifactId> |
| 116 | </dependency> |
| 117 | <dependency> |
| 118 | <groupId>org.jetbrains.kotlin</groupId> |
| 119 | <artifactId>kotlin-test</artifactId> |
| 120 | </dependency> |
| 121 | <dependency> |
| 122 | <groupId>org.jetbrains.spek</groupId> |
| 123 | <artifactId>spek-api</artifactId> |
| 124 | </dependency> |
| 125 | <dependency> |
| 126 | <groupId>org.jetbrains.spek</groupId> |
| 127 | <artifactId>spek-junit-platform-engine</artifactId> |
| 128 | </dependency> |
| 129 | <dependency> |
| 130 | <groupId>io.projectreactor</groupId> |
| 131 | <artifactId>reactor-test</artifactId> |
| 132 | </dependency> |
| 133 | <dependency> |
| 134 | <groupId>ch.qos.logback</groupId> |
| 135 | <artifactId>logback-classic</artifactId> |
| 136 | <scope>test</scope> |
| 137 | </dependency> |
Piotr Jaszczyk | d6f5bfa | 2018-08-29 13:24:59 +0200 | [diff] [blame] | 138 | <dependency> |
| 139 | <groupId>org.glassfish</groupId> |
| 140 | <artifactId>javax.json</artifactId> |
| 141 | <scope>provided</scope> |
| 142 | </dependency> |
fkrzywka | 32aeb32 | 2018-06-13 10:02:03 +0200 | [diff] [blame] | 143 | </dependencies> |
Piotr Jaszczyk | e98fdcc | 2018-04-26 09:17:09 +0200 | [diff] [blame] | 144 | </project> |