blob: 384f652dcf89902304f9980f462eb6b9bac90b7a [file] [log] [blame]
wasalab80bcb82018-03-26 15:48:46 +02001<?xml version="1.0" encoding="UTF-8"?>
wasala961af3e2018-03-27 13:02:10 +02002<!--
3 ~ ============LICENSE_START=======================================================
wasala9292dd22018-03-28 19:04:20 +02004 ~ PNF-REGISTRATION-HANDLER
wasala961af3e2018-03-27 13:02:10 +02005 ~ ================================================================================
6 ~ Copyright (C) 2018 NOKIA Intellectual Property. All rights reserved.
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 -->
Piotr Bochenski3c2766d2018-08-31 11:49:21 +020021<project xmlns="http://maven.apache.org/POM/4.0.0"
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">
wasalab80bcb82018-03-26 15:48:46 +020024 <modelVersion>4.0.0</modelVersion>
25
Piotr Bochenski3c2766d2018-08-31 11:49:21 +020026 <parent>
27 <groupId>org.onap.dcaegen2.services</groupId>
28 <artifactId>prh</artifactId>
wasalabb314412018-10-16 10:36:59 +020029 <version>1.1.1-SNAPSHOT</version>
Piotr Bochenski3c2766d2018-08-31 11:49:21 +020030 </parent>
31
wasala961af3e2018-03-27 13:02:10 +020032 <groupId>org.onap.dcaegen2.services.prh</groupId>
Piotr Bochenski3c2766d2018-08-31 11:49:21 +020033 <artifactId>prh-dmaap-client</artifactId>
wasala961af3e2018-03-27 13:02:10 +020034 <packaging>jar</packaging>
wasalab80bcb82018-03-26 15:48:46 +020035
wasala961af3e2018-03-27 13:02:10 +020036 <dependencies>
wasala961af3e2018-03-27 13:02:10 +020037 <dependency>
38 <groupId>org.immutables</groupId>
39 <artifactId>value</artifactId>
40 </dependency>
wasala3c2e8c92018-04-12 13:37:41 +020041 <dependency>
wasalab196f932018-04-17 12:25:54 +020042 <groupId>org.immutables</groupId>
43 <artifactId>gson</artifactId>
wasala3c2e8c92018-04-12 13:37:41 +020044 </dependency>
wasala23f7acc2018-04-18 11:03:03 +020045 <dependency>
wasala8b1502f2018-06-26 15:15:03 +020046 <groupId>org.springframework</groupId>
Piotr Bochenski3c2766d2018-08-31 11:49:21 +020047 <artifactId>spring-context</artifactId>
48 </dependency>
49 <dependency>
50 <groupId>org.springframework</groupId>
wasalabb314412018-10-16 10:36:59 +020051 <artifactId>spring-web</artifactId>
52 </dependency>
53 <dependency>
54 <groupId>org.springframework</groupId>
55 <artifactId>spring-core</artifactId>
56 </dependency>
57 <dependency>
58 <groupId>io.projectreactor.netty</groupId>
59 <artifactId>reactor-netty</artifactId>
60 </dependency>
61 <dependency>
62 <groupId>org.springframework</groupId>
wasala8b1502f2018-06-26 15:15:03 +020063 <artifactId>spring-webflux</artifactId>
wasala8b1502f2018-06-26 15:15:03 +020064 </dependency>
65 <dependency>
wasala79984d72018-06-27 14:29:06 +020066 <groupId>org.springframework.boot</groupId>
67 <artifactId>spring-boot-starter-reactor-netty</artifactId>
wasala79984d72018-06-27 14:29:06 +020068 </dependency>
69 <dependency>
pwielebscb85d682018-05-07 16:58:20 +020070 <groupId>org.onap.dcaegen2.services.prh</groupId>
71 <artifactId>prh-commons</artifactId>
Piotr Bochenski3c2766d2018-08-31 11:49:21 +020072 <version>${project.version}</version>
pwielebscb85d682018-05-07 16:58:20 +020073 </dependency>
wasala23f7acc2018-04-18 11:03:03 +020074
wasala961af3e2018-03-27 13:02:10 +020075 <dependency>
wasala961af3e2018-03-27 13:02:10 +020076 <groupId>ch.qos.logback</groupId>
77 <artifactId>logback-classic</artifactId>
78 </dependency>
wasalad8e4e882018-03-28 14:20:58 +020079 <dependency>
80 <groupId>org.slf4j</groupId>
81 <artifactId>jul-to-slf4j</artifactId>
82 </dependency>
83 <dependency>
84 <groupId>org.slf4j</groupId>
85 <artifactId>log4j-over-slf4j</artifactId>
86 </dependency>
wasala961af3e2018-03-27 13:02:10 +020087
wasala961af3e2018-03-27 13:02:10 +020088 <dependency>
89 <groupId>org.junit.jupiter</groupId>
90 <artifactId>junit-jupiter-api</artifactId>
91 <scope>test</scope>
92 </dependency>
93 <dependency>
94 <groupId>junit</groupId>
95 <artifactId>junit</artifactId>
96 <scope>test</scope>
97 </dependency>
98 <dependency>
99 <groupId>org.junit.jupiter</groupId>
100 <artifactId>junit-jupiter-engine</artifactId>
101 <scope>test</scope>
102 </dependency>
103 <dependency>
104 <groupId>org.junit.vintage</groupId>
105 <artifactId>junit-vintage-engine</artifactId>
106 <scope>test</scope>
107 </dependency>
wasala86690cd2018-04-03 14:41:23 +0200108 <dependency>
pwielebsa2743742018-04-21 16:51:20 +0200109 <groupId>org.mockito</groupId>
110 <artifactId>mockito-core</artifactId>
111 <scope>test</scope>
112 </dependency>
wasala79984d72018-06-27 14:29:06 +0200113 <dependency>
114 <groupId>io.projectreactor</groupId>
115 <artifactId>reactor-test</artifactId>
116 <scope>test</scope>
117 </dependency>
wasala961af3e2018-03-27 13:02:10 +0200118 </dependencies>
Piotr Bochenski3c2766d2018-08-31 11:49:21 +0200119</project>