elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 3 | ~ ============LICENSE_START===================================================================== |
| 4 | ~ Copyright (C) 2018 NOKIA Intellectual Property, 2018 Nordix Foundation. All rights reserved. |
| 5 | ~ ============================================================================================== |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 6 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | ~ you may not use this file except in compliance with the License. |
| 8 | ~ You may obtain a copy of the License at |
| 9 | ~ |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 10 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 11 | ~ |
| 12 | ~ Unless required by applicable law or agreed to in writing, software |
| 13 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | ~ See the License for the specific language governing permissions and |
| 16 | ~ limitations under the License. |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 17 | ~ ============LICENSE_END======================================================================= |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 18 | --> |
Gary Wu | 7ceca5d | 2018-08-24 15:20:31 -0700 | [diff] [blame] | 19 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 20 | <modelVersion>4.0.0</modelVersion> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 21 | |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 22 | <parent> |
| 23 | <groupId>org.onap.oparent</groupId> |
| 24 | <artifactId>oparent</artifactId> |
Gary Wu | 7ceca5d | 2018-08-24 15:20:31 -0700 | [diff] [blame] | 25 | <version>1.2.0</version> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 26 | <relativePath /> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 27 | </parent> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 28 | |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 29 | <groupId>org.onap.dcaegen2.collectors</groupId> |
| 30 | <artifactId>datafile</artifactId> |
| 31 | <version>1.0.0-SNAPSHOT</version> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 32 | <name>dcaegen2-collectors.datafile</name> |
| 33 | <description>datafile collector</description> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 34 | <packaging>pom</packaging> |
| 35 | |
| 36 | <licenses> |
| 37 | <license> |
| 38 | <name>The Apache Software License, Version 2.0</name> |
| 39 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 40 | </license> |
| 41 | </licenses> |
| 42 | |
| 43 | |
| 44 | <properties> |
| 45 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 46 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| 47 | |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 48 | <!-- JAVA VERSION --> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 49 | <java.version>8</java.version> |
| 50 | <compiler.plugin.version>3.7.0</compiler.plugin.version> |
| 51 | <tomcat.version>8.5.28</tomcat.version> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 52 | <spring-boot.version>2.0.4.RELEASE</spring-boot.version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 53 | <docker.maven.version>1.0.0</docker.maven.version> |
| 54 | <resource.maven.plugin.version>3.1.0</resource.maven.plugin.version> |
| 55 | <!-- DEVELOPMENT SETTINGS --> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 56 | <immutable.version>2.7.1</immutable.version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 57 | |
| 58 | <!-- LOGGING SETTINGS --> |
| 59 | <slf4j.version>1.7.25</slf4j.version> |
| 60 | <logback.version>1.2.3</logback.version> |
| 61 | |
| 62 | <!--TEST SETTINGS --> |
| 63 | <surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile> |
| 64 | <junit.version>4.12</junit.version> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 65 | <junit-jupiter.version>5.1.0</junit-jupiter.version> |
| 66 | <junit-vintage.version>5.1.0</junit-vintage.version> |
| 67 | <junit-platform.version>1.1.0</junit-platform.version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 68 | </properties> |
| 69 | |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 70 | <modules> |
| 71 | <module>datafile-app-server</module> |
| 72 | <module>datafile-dmaap-client</module> |
| 73 | <module>datafile-commons</module> |
| 74 | </modules> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 75 | |
| 76 | <build> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 77 | <pluginManagement> |
| 78 | <plugins> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 79 | <plugin> |
| 80 | <groupId>org.apache.maven.plugins</groupId> |
| 81 | <artifactId>maven-resources-plugin</artifactId> |
| 82 | <version>3.1.0</version> |
| 83 | <configuration> |
| 84 | <encoding>${project.build.sourceEncoding}</encoding> |
| 85 | </configuration> |
| 86 | </plugin> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 87 | <plugin> |
| 88 | <groupId>org.apache.maven.plugins</groupId> |
| 89 | <artifactId>maven-compiler-plugin</artifactId> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 90 | <version>3.7.0</version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 91 | <configuration> |
| 92 | <source>${java.version}</source> |
| 93 | <target>${java.version}</target> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 94 | <encoding>${project.build.sourceEncoding}</encoding> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 95 | <showWarnings>true</showWarnings> |
| 96 | <showDeprecation>true</showDeprecation> |
| 97 | </configuration> |
| 98 | </plugin> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 99 | <plugin> |
| 100 | <groupId>org.apache.maven.plugins</groupId> |
| 101 | <artifactId>maven-surefire-plugin</artifactId> |
| 102 | <version>2.19.1</version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 103 | <dependencies> |
| 104 | <dependency> |
| 105 | <groupId>org.junit.platform</groupId> |
| 106 | <artifactId>junit-platform-surefire-provider</artifactId> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 107 | <version>${junit-platform.version}</version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 108 | </dependency> |
| 109 | </dependencies> |
| 110 | </plugin> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 111 | <plugin> |
| 112 | <groupId>com.spotify</groupId> |
| 113 | <artifactId>docker-maven-plugin</artifactId> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 114 | <version>1.1.1</version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 115 | </plugin> |
| 116 | <plugin> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 117 | <groupId>org.springframework.boot</groupId> |
| 118 | <artifactId>spring-boot-maven-plugin</artifactId> |
| 119 | <version>${spring-boot.version}</version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 120 | <executions> |
| 121 | <execution> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 122 | <goals> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 123 | <goal>repackage</goal> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 124 | </goals> |
| 125 | </execution> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 126 | </executions> |
| 127 | </plugin> |
| 128 | <plugin> |
| 129 | <groupId>org.apache.maven.plugins</groupId> |
| 130 | <artifactId>maven-deploy-plugin</artifactId> |
| 131 | <configuration> |
| 132 | <skip>true</skip> |
| 133 | </configuration> |
| 134 | </plugin> |
| 135 | </plugins> |
| 136 | </pluginManagement> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 137 | </build> |
| 138 | |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 139 | <dependencyManagement> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 140 | <dependencies> |
| 141 | |
| 142 | <!-- DEVELOPMENT TOOLS DEPENDENCIES --> |
| 143 | <dependency> |
| 144 | <groupId>org.immutables</groupId> |
| 145 | <artifactId>value</artifactId> |
| 146 | <version>${immutable.version}</version> |
| 147 | <scope>provided</scope> |
| 148 | </dependency> |
| 149 | <dependency> |
| 150 | <groupId>org.immutables</groupId> |
| 151 | <artifactId>gson</artifactId> |
| 152 | <version>${immutable.version}</version> |
| 153 | </dependency> |
| 154 | <dependency> |
| 155 | <groupId>io.projectreactor</groupId> |
| 156 | <artifactId>reactor-bom</artifactId> |
| 157 | <version>Bismuth-RELEASE</version> |
| 158 | <type>pom</type> |
| 159 | <scope>import</scope> |
| 160 | </dependency> |
| 161 | <dependency> |
| 162 | <groupId>com.spotify</groupId> |
| 163 | <artifactId>docker-maven-plugin</artifactId> |
| 164 | <version>${docker.maven.version}</version> |
| 165 | </dependency> |
| 166 | <dependency> |
| 167 | <groupId>org.apache.maven.plugins</groupId> |
| 168 | <artifactId>maven-resources-plugin</artifactId> |
| 169 | <version>${resource.maven.plugin.version}</version> |
| 170 | </dependency> |
| 171 | <dependency> |
| 172 | <groupId>org.bouncycastle</groupId> |
| 173 | <artifactId>bcprov-jdk15on</artifactId> |
| 174 | <version>1.59</version> |
| 175 | </dependency> |
| 176 | <dependency> |
| 177 | <groupId>org.bouncycastle</groupId> |
| 178 | <artifactId>bcpkix-jdk15on</artifactId> |
| 179 | <version>1.59</version> |
| 180 | </dependency> |
| 181 | <dependency> |
| 182 | <groupId>org.codehaus.plexus</groupId> |
| 183 | <artifactId>plexus-utils</artifactId> |
| 184 | <version>3.1.0</version> |
| 185 | </dependency> |
| 186 | <dependency> |
| 187 | <groupId>org.apache.httpcomponents</groupId> |
| 188 | <artifactId>httpclient</artifactId> |
| 189 | <version>4.5.4</version> |
| 190 | </dependency> |
| 191 | <dependency> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 192 | <groupId>org.apache.httpcomponents</groupId> |
| 193 | <artifactId>httpmime</artifactId> |
| 194 | <version>4.3.1</version> |
| 195 | </dependency> |
| 196 | <dependency> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 197 | <groupId>org.apache.commons</groupId> |
| 198 | <artifactId>commons-lang3</artifactId> |
| 199 | <version>3.6</version> |
| 200 | </dependency> |
| 201 | <dependency> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 202 | <groupId>commons-io</groupId> |
| 203 | <artifactId>commons-io</artifactId> |
| 204 | <version>1.3.2</version> |
| 205 | </dependency> |
| 206 | <dependency> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 207 | <groupId>org.springframework</groupId> |
| 208 | <artifactId>spring-beans</artifactId> |
| 209 | <version>5.0.5.RELEASE</version> |
| 210 | </dependency> |
| 211 | <dependency> |
| 212 | <groupId>org.springframework</groupId> |
| 213 | <artifactId>spring-context</artifactId> |
| 214 | <version>5.0.5.RELEASE</version> |
| 215 | </dependency> |
| 216 | <dependency> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 217 | <groupId>org.springframework</groupId> |
| 218 | <artifactId>spring-webflux</artifactId> |
| 219 | <version>5.0.5.RELEASE</version> |
| 220 | <scope>compile</scope> |
| 221 | </dependency> |
| 222 | <dependency> |
| 223 | <groupId>org.springframework.boot</groupId> |
| 224 | <artifactId>spring-boot-starter-reactor-netty</artifactId> |
| 225 | <version>2.0.4.RELEASE</version> |
| 226 | </dependency> |
| 227 | <dependency> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 228 | <groupId>org.apache.tomcat.embed</groupId> |
| 229 | <artifactId>tomcat-embed-core</artifactId> |
| 230 | <version>${tomcat.version}</version> |
| 231 | </dependency> |
| 232 | <dependency> |
| 233 | <groupId>org.apache.tomcat.embed</groupId> |
| 234 | <artifactId>tomcat-embed-el</artifactId> |
| 235 | <version>${tomcat.version}</version> |
| 236 | </dependency> |
| 237 | <dependency> |
| 238 | <groupId>org.apache.tomcat.embed</groupId> |
| 239 | <artifactId>tomcat-embed-websocket</artifactId> |
| 240 | <version>${tomcat.version}</version> |
| 241 | </dependency> |
| 242 | |
| 243 | <!-- LOGGING dependencies> --> |
| 244 | <dependency> |
| 245 | <groupId>ch.qos.logback</groupId> |
| 246 | <artifactId>logback-classic</artifactId> |
| 247 | <version>${logback.version}</version> |
| 248 | <scope>provided</scope> |
| 249 | </dependency> |
| 250 | <dependency> |
| 251 | <groupId>org.slf4j</groupId> |
| 252 | <artifactId>jul-to-slf4j</artifactId> |
| 253 | <version>1.7.25</version> |
| 254 | </dependency> |
| 255 | <dependency> |
| 256 | <groupId>org.slf4j</groupId> |
| 257 | <artifactId>log4j-over-slf4j</artifactId> |
| 258 | <version>1.7.25</version> |
| 259 | </dependency> |
| 260 | |
| 261 | <!-- TESTING TOOLS DEPENDENCIES --> |
| 262 | <dependency> |
| 263 | <groupId>org.junit.jupiter</groupId> |
| 264 | <artifactId>junit-jupiter-api</artifactId> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 265 | <version>${junit-jupiter.version}</version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 266 | <scope>test</scope> |
| 267 | </dependency> |
| 268 | <dependency> |
| 269 | <groupId>junit</groupId> |
| 270 | <artifactId>junit</artifactId> |
| 271 | <version>${junit.version}</version> |
| 272 | <scope>test</scope> |
| 273 | </dependency> |
| 274 | <dependency> |
| 275 | <groupId>org.junit.jupiter</groupId> |
| 276 | <artifactId>junit-jupiter-engine</artifactId> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 277 | <version>${junit-jupiter.version}</version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 278 | <scope>test</scope> |
| 279 | </dependency> |
| 280 | <dependency> |
| 281 | <groupId>org.junit.vintage</groupId> |
| 282 | <artifactId>junit-vintage-engine</artifactId> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 283 | <version>${junit-vintage.version}</version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 284 | <scope>test</scope> |
| 285 | </dependency> |
| 286 | <dependency> |
| 287 | <groupId>org.springframework</groupId> |
| 288 | <artifactId>spring-test</artifactId> |
| 289 | <version>5.0.4.RELEASE</version> |
| 290 | <scope>test</scope> |
| 291 | </dependency> |
| 292 | <dependency> |
| 293 | <groupId>org.mockito</groupId> |
| 294 | <artifactId>mockito-core</artifactId> |
| 295 | <version>2.16.0</version> |
| 296 | <scope>test</scope> |
| 297 | </dependency> |
| 298 | <dependency> |
| 299 | <groupId>org.testng</groupId> |
| 300 | <artifactId>testng</artifactId> |
| 301 | <version>6.14.2</version> |
| 302 | <scope>test</scope> |
| 303 | </dependency> |
| 304 | <dependency> |
| 305 | <groupId>org.glassfish.jersey.connectors</groupId> |
| 306 | <artifactId>jersey-apache-connector</artifactId> |
| 307 | <version>2.25.1</version> |
| 308 | <scope>test</scope> |
| 309 | </dependency> |
| 310 | <dependency> |
| 311 | <groupId>org.springframework.boot</groupId> |
| 312 | <artifactId>spring-boot-starter-test</artifactId> |
| 313 | <version>2.0.1.RELEASE</version> |
| 314 | <scope>test</scope> |
| 315 | </dependency> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 316 | <dependency> |
| 317 | <groupId>org.mockftpserver</groupId> |
| 318 | <artifactId>MockFtpServer</artifactId> |
| 319 | <version>2.0.2</version> |
| 320 | <scope>test</scope> |
| 321 | </dependency> |
| 322 | <dependency> |
| 323 | <groupId>com.github.stefanbirkner</groupId> |
| 324 | <artifactId>fake-sftp-server-rule</artifactId> |
| 325 | <version>2.0.1</version> |
| 326 | </dependency> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 327 | |
| 328 | <!--REQUIRED TO GENERATE DOCUMENTATION --> |
| 329 | <dependency> |
| 330 | <groupId>io.springfox</groupId> |
| 331 | <artifactId>springfox-swagger2</artifactId> |
| 332 | <version>2.8.0</version> |
| 333 | </dependency> |
| 334 | <dependency> |
| 335 | <groupId>io.springfox</groupId> |
| 336 | <artifactId>springfox-swagger-ui</artifactId> |
| 337 | <version>2.8.0</version> |
| 338 | </dependency> |
| 339 | |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 340 | <!-- https://mvnrepository.com/artifact/commons-net/commons-net --> |
| 341 | <dependency> |
| 342 | <groupId>commons-net</groupId> |
| 343 | <artifactId>commons-net</artifactId> |
| 344 | <version>3.3</version> |
| 345 | </dependency> |
| 346 | |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 347 | <!-- ONLY REQUIRED TO RUN TESTS IN AN IDE THAT BUNDLES AN OLDER VERSION --> |
| 348 | <dependency> |
| 349 | <groupId>org.junit.platform</groupId> |
| 350 | <artifactId>junit-platform-launcher</artifactId> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame^] | 351 | <version>${junit-platform.version}</version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 352 | <scope>test</scope> |
| 353 | </dependency> |
| 354 | |
| 355 | </dependencies> |
| 356 | </dependencyManagement> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 357 | </project> |