blob: f08fed321842504f4d943142bebfab015b7b35a9 [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">
wasala961af3e2018-03-27 13:02:10 +020024 <modelVersion>4.0.0</modelVersion>
25
wasalab80bcb82018-03-26 15:48:46 +020026 <parent>
wasalab80bcb82018-03-26 15:48:46 +020027 <groupId>org.onap.dcaegen2.services</groupId>
Piotr Bochenski3c2766d2018-08-31 11:49:21 +020028 <artifactId>prh</artifactId>
wasalabb314412018-10-16 10:36:59 +020029 <version>1.1.1-SNAPSHOT</version>
wasalab80bcb82018-03-26 15:48:46 +020030 </parent>
wasalab80bcb82018-03-26 15:48:46 +020031
wasala961af3e2018-03-27 13:02:10 +020032 <groupId>org.onap.dcaegen2.services.prh</groupId>
Piotr Bochenski3c2766d2018-08-31 11:49:21 +020033 <artifactId>prh-aai-client</artifactId>
wasala961af3e2018-03-27 13:02:10 +020034 <packaging>jar</packaging>
35
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>
pwielebsf355da42018-03-27 19:49:29 +020041 <dependency>
wasalab196f932018-04-17 12:25:54 +020042 <groupId>org.immutables</groupId>
43 <artifactId>gson</artifactId>
44 </dependency>
45 <dependency>
pwielebsf355da42018-03-27 19:49:29 +020046 <groupId>org.springframework</groupId>
47 <artifactId>spring-beans</artifactId>
48 </dependency>
pwielebsf355da42018-03-27 19:49:29 +020049 <dependency>
50 <groupId>org.springframework</groupId>
wasalabb314412018-10-16 10:36:59 +020051 <artifactId>spring-core</artifactId>
52 </dependency>
53 <dependency>
54 <groupId>org.springframework</groupId>
pwielebsf355da42018-03-27 19:49:29 +020055 <artifactId>spring-context</artifactId>
pwielebsf355da42018-03-27 19:49:29 +020056 </dependency>
wasala3c2e8c92018-04-12 13:37:41 +020057 <dependency>
Piotr Bochenski3c2766d2018-08-31 11:49:21 +020058 <groupId>org.springframework</groupId>
wasalabb314412018-10-16 10:36:59 +020059 <artifactId>spring-web</artifactId>
60 </dependency>
61 <dependency>
62 <groupId>org.springframework</groupId>
Piotr Bochenski3c2766d2018-08-31 11:49:21 +020063 <artifactId>spring-webflux</artifactId>
64 </dependency>
65 <dependency>
pwielebs2cd01242018-07-12 10:16:00 +020066 <groupId>org.springframework.boot</groupId>
67 <artifactId>spring-boot-starter-reactor-netty</artifactId>
pwielebs2cd01242018-07-12 10:16:00 +020068 </dependency>
69 <dependency>
wasalabb314412018-10-16 10:36:59 +020070 <groupId>io.projectreactor.netty</groupId>
71 <artifactId>reactor-netty</artifactId>
72 </dependency>
73 <dependency>
pwielebscb85d682018-05-07 16:58:20 +020074 <groupId>org.onap.dcaegen2.services.prh</groupId>
75 <artifactId>prh-commons</artifactId>
Piotr Bochenski3c2766d2018-08-31 11:49:21 +020076 <version>${project.version}</version>
pwielebsa393ae32018-05-07 16:58:20 +020077 </dependency>
wasala961af3e2018-03-27 13:02:10 +020078
wasala961af3e2018-03-27 13:02:10 +020079 <dependency>
wasala961af3e2018-03-27 13:02:10 +020080 <groupId>ch.qos.logback</groupId>
81 <artifactId>logback-classic</artifactId>
82 </dependency>
wasalad8e4e882018-03-28 14:20:58 +020083 <dependency>
84 <groupId>org.slf4j</groupId>
85 <artifactId>jul-to-slf4j</artifactId>
86 </dependency>
87 <dependency>
88 <groupId>org.slf4j</groupId>
89 <artifactId>log4j-over-slf4j</artifactId>
90 </dependency>
wasala961af3e2018-03-27 13:02:10 +020091
wasala961af3e2018-03-27 13:02:10 +020092 <dependency>
93 <groupId>junit</groupId>
94 <artifactId>junit</artifactId>
95 <scope>test</scope>
96 </dependency>
97 <dependency>
98 <groupId>org.junit.jupiter</groupId>
Piotr Bochenski3c2766d2018-08-31 11:49:21 +020099 <artifactId>junit-jupiter-api</artifactId>
100 <scope>test</scope>
101 </dependency>
102 <dependency>
103 <groupId>org.junit.jupiter</groupId>
wasala961af3e2018-03-27 13:02:10 +0200104 <artifactId>junit-jupiter-engine</artifactId>
105 <scope>test</scope>
106 </dependency>
107 <dependency>
108 <groupId>org.junit.vintage</groupId>
109 <artifactId>junit-vintage-engine</artifactId>
110 <scope>test</scope>
111 </dependency>
Lukasz Muszkieta8779df02018-03-30 16:23:59 +0200112 <dependency>
113 <groupId>org.mockito</groupId>
114 <artifactId>mockito-core</artifactId>
Lukasz Muszkieta8779df02018-03-30 16:23:59 +0200115 <scope>test</scope>
116 </dependency>
pwielebs2cd01242018-07-12 10:16:00 +0200117 <dependency>
118 <groupId>io.projectreactor</groupId>
119 <artifactId>reactor-test</artifactId>
120 <scope>test</scope>
121 </dependency>
wasala961af3e2018-03-27 13:02:10 +0200122 </dependencies>
pwielebsf355da42018-03-27 19:49:29 +0200123</project>