blob: 9f60f8da1c12ebd6bdc25c4419c1cfd81cde27f0 [file] [log] [blame]
elinuxhenrikd661dbc2018-08-17 12:34:58 +02001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ~ ============LICENSE_START=======================================================
elinuxhenrikf3945942018-09-14 15:49:10 +02004 ~ Copyright (C) 2018 NOKIA Intellectual Property, 2018 Nordix Foundation. All rights reserved.
elinuxhenrikd661dbc2018-08-17 12:34:58 +02005 ~ ================================================================================
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 ~
elinuxhenrikf3945942018-09-14 15:49:10 +020010 ~ http://www.apache.org/licenses/LICENSE-2.0
elinuxhenrikd661dbc2018-08-17 12:34:58 +020011 ~
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.
17 ~ ============LICENSE_END=========================================================
18 -->
19<project xmlns="http://maven.apache.org/POM/4.0.0"
20 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22 <parent>
elinuxhenrikd661dbc2018-08-17 12:34:58 +020023 <groupId>org.onap.dcaegen2.collectors</groupId>
elinuxhenrikf3945942018-09-14 15:49:10 +020024 <artifactId>datafile</artifactId>
elinuxhenrikd661dbc2018-08-17 12:34:58 +020025 <version>1.0.0-SNAPSHOT</version>
26 </parent>
27 <modelVersion>4.0.0</modelVersion>
28
elinuxhenrikd661dbc2018-08-17 12:34:58 +020029 <groupId>org.onap.dcaegen2.collectors.datafile</groupId>
elinuxhenrikf3945942018-09-14 15:49:10 +020030 <artifactId>datafile-dmaap-client</artifactId>
elinuxhenrikd661dbc2018-08-17 12:34:58 +020031 <packaging>jar</packaging>
32
33
34 <properties>
35 <main.basedir>${project.parent.basedir}</main.basedir>
36 </properties>
elinuxhenrikf3945942018-09-14 15:49:10 +020037
elinuxhenrikd661dbc2018-08-17 12:34:58 +020038 <dependencies>
39
40 <!-- DEVELOPMENT DEPENDENCIES -->
41 <dependency>
42 <groupId>org.immutables</groupId>
43 <artifactId>value</artifactId>
44 </dependency>
45 <dependency>
46 <groupId>org.immutables</groupId>
47 <artifactId>gson</artifactId>
48 </dependency>
49 <dependency>
50 <groupId>org.springframework</groupId>
51 <artifactId>spring-webflux</artifactId>
elinuxhenrikd661dbc2018-08-17 12:34:58 +020052 </dependency>
53 <dependency>
wasala93adeb42018-09-18 14:17:19 +020054 <groupId>org.springframework</groupId>
55 <artifactId>spring-context</artifactId>
elinuxhenrikf3945942018-09-14 15:49:10 +020056 </dependency>
57 <dependency>
58 <groupId>org.apache.httpcomponents</groupId>
59 <artifactId>httpclient</artifactId>
elinuxhenrikd661dbc2018-08-17 12:34:58 +020060 </dependency>
61 <dependency>
62 <groupId>org.onap.dcaegen2.collectors.datafile</groupId>
63 <artifactId>datafile-commons</artifactId>
64 <version>1.0.0-SNAPSHOT</version>
65 </dependency>
wasala93adeb42018-09-18 14:17:19 +020066 <dependency>
67 <groupId>org.springframework.boot</groupId>
68 <artifactId>spring-boot-starter-reactor-netty</artifactId>
69 </dependency>
elinuxhenrikd661dbc2018-08-17 12:34:58 +020070 <dependency>
elinuxhenrik18f56932018-10-01 16:51:05 +020071 <groupId>commons-io</groupId>
72 <artifactId>commons-io</artifactId>
73 </dependency>
74 <dependency>
elinuxhenrikd661dbc2018-08-17 12:34:58 +020075 <groupId>org.junit.jupiter</groupId>
76 <artifactId>junit-jupiter-api</artifactId>
77 <scope>test</scope>
78 </dependency>
79 <dependency>
80 <groupId>junit</groupId>
81 <artifactId>junit</artifactId>
82 <scope>test</scope>
83 </dependency>
84 <dependency>
85 <groupId>org.junit.jupiter</groupId>
86 <artifactId>junit-jupiter-engine</artifactId>
87 <scope>test</scope>
88 </dependency>
89 <dependency>
90 <groupId>org.junit.vintage</groupId>
91 <artifactId>junit-vintage-engine</artifactId>
92 <scope>test</scope>
93 </dependency>
94 <dependency>
elinuxhenrikd661dbc2018-08-17 12:34:58 +020095 <groupId>org.mockito</groupId>
96 <artifactId>mockito-core</artifactId>
97 <scope>test</scope>
98 </dependency>
elinuxhenrikf3945942018-09-14 15:49:10 +020099
100 <!-- https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher -->
101 <dependency>
102 <groupId>org.junit.platform</groupId>
103 <artifactId>junit-platform-launcher</artifactId>
104 <scope>test</scope>
105 </dependency>
106 <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpmime -->
107 <dependency>
108 <groupId>org.apache.httpcomponents</groupId>
109 <artifactId>httpmime</artifactId>
110 </dependency>
elinuxhenrikd661dbc2018-08-17 12:34:58 +0200111 <dependency>
112 <groupId>io.projectreactor</groupId>
113 <artifactId>reactor-test</artifactId>
114 <scope>test</scope>
115 </dependency>
elinuxhenrikf3945942018-09-14 15:49:10 +0200116 <dependency>
117 <groupId>com.google.code.findbugs</groupId>
118 <artifactId>jsr305</artifactId>
119 <version>2.0.1</version>
120 </dependency>
elinuxhenrikd661dbc2018-08-17 12:34:58 +0200121 </dependencies>
elinuxhenrikf3945942018-09-14 15:49:10 +0200122</project>