kjaniak | ff1ce82 | 2018-05-29 13:32:14 +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 |
kjaniak | ff1ce82 | 2018-05-29 13:32:14 +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 | 185bc70 | 2018-07-31 14:26:09 +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"> |
kjaniak | ff1ce82 | 2018-05-29 13:32:14 +0200 | [diff] [blame] | 24 | <modelVersion>4.0.0</modelVersion> |
| 25 | |
| 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> |
| 32 | |
| 33 | <parent> |
Piotr Jaszczyk | ae63393 | 2018-08-21 08:28:54 +0200 | [diff] [blame] | 34 | <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId> |
kjaniak | ff1ce82 | 2018-05-29 13:32:14 +0200 | [diff] [blame] | 35 | <artifactId>ves-hv-collector</artifactId> |
Jakub Dudycz | 4aa75b5 | 2018-11-15 13:45:44 +0100 | [diff] [blame^] | 36 | <version>1.0.2-SNAPSHOT</version> |
kjaniak | ff1ce82 | 2018-05-29 13:32:14 +0200 | [diff] [blame] | 37 | <relativePath>..</relativePath> |
| 38 | </parent> |
| 39 | |
Jakub Dudycz | 1383775 | 2018-07-09 08:06:01 +0200 | [diff] [blame] | 40 | <artifactId>hv-collector-xnf-simulator</artifactId> |
| 41 | <description>VES HighVolume Collector :: XNF simulator</description> |
kjaniak | ff1ce82 | 2018-05-29 13:32:14 +0200 | [diff] [blame] | 42 | |
| 43 | <properties> |
| 44 | <skipAnalysis>false</skipAnalysis> |
| 45 | </properties> |
| 46 | |
| 47 | <build> |
| 48 | <plugins> |
| 49 | <plugin> |
| 50 | <artifactId>kotlin-maven-plugin</artifactId> |
| 51 | <groupId>org.jetbrains.kotlin</groupId> |
| 52 | </plugin> |
| 53 | <plugin> |
| 54 | <artifactId>maven-surefire-plugin</artifactId> |
| 55 | <groupId>org.apache.maven.plugins</groupId> |
| 56 | </plugin> |
| 57 | </plugins> |
| 58 | </build> |
Jakub Dudycz | 8543949 | 2018-06-08 12:57:13 +0200 | [diff] [blame] | 59 | <profiles> |
| 60 | <profile> |
| 61 | <id>docker</id> |
| 62 | <activation> |
| 63 | <property> |
| 64 | <name>!skipDocker</name> |
| 65 | </property> |
| 66 | </activation> |
| 67 | <build> |
| 68 | <plugins> |
| 69 | <plugin> |
| 70 | <groupId>org.apache.maven.plugins</groupId> |
| 71 | <artifactId>maven-dependency-plugin</artifactId> |
Jakub Dudycz | 8543949 | 2018-06-08 12:57:13 +0200 | [diff] [blame] | 72 | </plugin> |
Jakub Dudycz | 8543949 | 2018-06-08 12:57:13 +0200 | [diff] [blame] | 73 | <plugin> |
| 74 | <groupId>io.fabric8</groupId> |
| 75 | <artifactId>docker-maven-plugin</artifactId> |
| 76 | </plugin> |
Jakub Dudycz | 8543949 | 2018-06-08 12:57:13 +0200 | [diff] [blame] | 77 | </plugins> |
| 78 | </build> |
| 79 | </profile> |
| 80 | </profiles> |
kjaniak | ff1ce82 | 2018-05-29 13:32:14 +0200 | [diff] [blame] | 81 | |
| 82 | <dependencies> |
| 83 | <dependency> |
Jakub Dudycz | 7bc4137 | 2018-05-29 14:46:27 +0200 | [diff] [blame] | 84 | <groupId>${project.parent.groupId}</groupId> |
fkrzywka | 2343816 | 2018-06-05 12:55:06 +0200 | [diff] [blame] | 85 | <artifactId>hv-collector-domain</artifactId> |
Jakub Dudycz | 7bc4137 | 2018-05-29 14:46:27 +0200 | [diff] [blame] | 86 | <version>${project.parent.version}</version> |
| 87 | </dependency> |
| 88 | <dependency> |
| 89 | <groupId>${project.parent.groupId}</groupId> |
Piotr Jaszczyk | 069dcc1 | 2018-09-20 12:04:03 +0200 | [diff] [blame] | 90 | <artifactId>hv-collector-ssl</artifactId> |
| 91 | <version>${project.parent.version}</version> |
| 92 | </dependency> |
| 93 | <dependency> |
| 94 | <groupId>${project.parent.groupId}</groupId> |
Jakub Dudycz | 7bc4137 | 2018-05-29 14:46:27 +0200 | [diff] [blame] | 95 | <artifactId>hv-collector-utils</artifactId> |
| 96 | <version>${project.parent.version}</version> |
| 97 | </dependency> |
| 98 | <dependency> |
kjaniak | 3bdd417 | 2018-07-12 10:57:58 +0200 | [diff] [blame] | 99 | <groupId>${project.parent.groupId}</groupId> |
| 100 | <artifactId>hv-collector-ves-message-generator</artifactId> |
| 101 | <version>${project.parent.version}</version> |
| 102 | </dependency> |
| 103 | <dependency> |
fkrzywka | 185bc70 | 2018-07-31 14:26:09 +0200 | [diff] [blame] | 104 | <groupId>${project.parent.groupId}</groupId> |
| 105 | <artifactId>hv-collector-test-utils</artifactId> |
| 106 | <version>${project.parent.version}</version> |
| 107 | <scope>test</scope> |
| 108 | </dependency> |
| 109 | <dependency> |
Piotr Jaszczyk | 6768940 | 2018-06-14 09:48:46 +0200 | [diff] [blame] | 110 | <groupId>io.arrow-kt</groupId> |
| 111 | <artifactId>arrow-effects</artifactId> |
| 112 | </dependency> |
| 113 | <dependency> |
Piotr Jaszczyk | d6f5bfa | 2018-08-29 13:24:59 +0200 | [diff] [blame] | 114 | <groupId>org.jetbrains.kotlinx</groupId> |
| 115 | <artifactId>kotlinx-coroutines-core</artifactId> |
| 116 | </dependency> |
| 117 | <dependency> |
Jakub Dudycz | 7bc4137 | 2018-05-29 14:46:27 +0200 | [diff] [blame] | 118 | <groupId>commons-cli</groupId> |
| 119 | <artifactId>commons-cli</artifactId> |
| 120 | </dependency> |
| 121 | <dependency> |
kjaniak | ff1ce82 | 2018-05-29 13:32:14 +0200 | [diff] [blame] | 122 | <groupId>org.slf4j</groupId> |
| 123 | <artifactId>slf4j-api</artifactId> |
| 124 | </dependency> |
| 125 | <dependency> |
| 126 | <groupId>org.jetbrains.kotlin</groupId> |
| 127 | <artifactId>kotlin-stdlib-jdk8</artifactId> |
| 128 | </dependency> |
Piotr Jaszczyk | 069dcc1 | 2018-09-20 12:04:03 +0200 | [diff] [blame] | 129 | <!-- See comment in main pom |
| 130 | <dependency> |
| 131 | <groupId>io.netty</groupId> |
| 132 | <artifactId>netty-transport-native-epoll</artifactId> |
| 133 | <classifier>${os.detected.classifier}</classifier> |
| 134 | </dependency> |
kjaniak | ff1ce82 | 2018-05-29 13:32:14 +0200 | [diff] [blame] | 135 | <dependency> |
Piotr Jaszczyk | 07bbbf7 | 2018-06-07 11:52:16 +0200 | [diff] [blame] | 136 | <groupId>io.netty</groupId> |
| 137 | <artifactId>netty-tcnative-boringssl-static</artifactId> |
Piotr Jaszczyk | 07bbbf7 | 2018-06-07 11:52:16 +0200 | [diff] [blame] | 138 | <classifier>${os.detected.classifier}</classifier> |
| 139 | </dependency> |
Piotr Jaszczyk | 069dcc1 | 2018-09-20 12:04:03 +0200 | [diff] [blame] | 140 | --> |
Piotr Jaszczyk | 07bbbf7 | 2018-06-07 11:52:16 +0200 | [diff] [blame] | 141 | <dependency> |
kjaniak | ff1ce82 | 2018-05-29 13:32:14 +0200 | [diff] [blame] | 142 | <groupId>com.nhaarman</groupId> |
| 143 | <artifactId>mockito-kotlin</artifactId> |
| 144 | </dependency> |
| 145 | <dependency> |
| 146 | <groupId>org.mockito</groupId> |
| 147 | <artifactId>mockito-core</artifactId> |
| 148 | </dependency> |
| 149 | <dependency> |
| 150 | <groupId>org.assertj</groupId> |
| 151 | <artifactId>assertj-core</artifactId> |
| 152 | </dependency> |
| 153 | <dependency> |
| 154 | <groupId>org.jetbrains.kotlin</groupId> |
| 155 | <artifactId>kotlin-test</artifactId> |
| 156 | </dependency> |
| 157 | <dependency> |
| 158 | <groupId>org.jetbrains.spek</groupId> |
| 159 | <artifactId>spek-api</artifactId> |
| 160 | </dependency> |
| 161 | <dependency> |
| 162 | <groupId>org.jetbrains.spek</groupId> |
| 163 | <artifactId>spek-junit-platform-engine</artifactId> |
| 164 | </dependency> |
| 165 | <dependency> |
| 166 | <groupId>io.projectreactor</groupId> |
| 167 | <artifactId>reactor-test</artifactId> |
| 168 | </dependency> |
| 169 | <dependency> |
| 170 | <groupId>ch.qos.logback</groupId> |
| 171 | <artifactId>logback-classic</artifactId> |
Jakub Dudycz | 7bc4137 | 2018-05-29 14:46:27 +0200 | [diff] [blame] | 172 | <scope>runtime</scope> |
kjaniak | ff1ce82 | 2018-05-29 13:32:14 +0200 | [diff] [blame] | 173 | </dependency> |
Jakub Dudycz | 85a59b8 | 2018-06-11 16:54:47 +0200 | [diff] [blame] | 174 | <dependency> |
| 175 | <groupId>org.glassfish</groupId> |
| 176 | <artifactId>javax.json</artifactId> |
| 177 | </dependency> |
| 178 | <dependency> |
| 179 | <groupId>io.ratpack</groupId> |
| 180 | <artifactId>ratpack-core</artifactId> |
| 181 | </dependency> |
kjaniak | ff1ce82 | 2018-05-29 13:32:14 +0200 | [diff] [blame] | 182 | </dependencies> |
| 183 | |
| 184 | |
| 185 | </project> |