wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 2 | <!-- |
| 3 | ~ ============LICENSE_START======================================================= |
wasala | 9292dd2 | 2018-03-28 19:04:20 +0200 | [diff] [blame] | 4 | ~ PNF-REGISTRATION-HANDLER |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 5 | ~ ================================================================================ |
| 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 Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 21 | <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"> |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 24 | <modelVersion>4.0.0</modelVersion> |
| 25 | |
wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 26 | <parent> |
wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 27 | <groupId>org.onap.dcaegen2.services</groupId> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 28 | <artifactId>prh</artifactId> |
wasala | bb31441 | 2018-10-16 10:36:59 +0200 | [diff] [blame^] | 29 | <version>1.1.1-SNAPSHOT</version> |
wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 30 | </parent> |
wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 31 | |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 32 | <groupId>org.onap.dcaegen2.services.prh</groupId> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 33 | <artifactId>prh-aai-client</artifactId> |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 34 | <packaging>jar</packaging> |
| 35 | |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 36 | <dependencies> |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 37 | <dependency> |
| 38 | <groupId>org.immutables</groupId> |
| 39 | <artifactId>value</artifactId> |
| 40 | </dependency> |
pwielebs | f355da4 | 2018-03-27 19:49:29 +0200 | [diff] [blame] | 41 | <dependency> |
wasala | b196f93 | 2018-04-17 12:25:54 +0200 | [diff] [blame] | 42 | <groupId>org.immutables</groupId> |
| 43 | <artifactId>gson</artifactId> |
| 44 | </dependency> |
| 45 | <dependency> |
pwielebs | f355da4 | 2018-03-27 19:49:29 +0200 | [diff] [blame] | 46 | <groupId>org.springframework</groupId> |
| 47 | <artifactId>spring-beans</artifactId> |
| 48 | </dependency> |
pwielebs | f355da4 | 2018-03-27 19:49:29 +0200 | [diff] [blame] | 49 | <dependency> |
| 50 | <groupId>org.springframework</groupId> |
wasala | bb31441 | 2018-10-16 10:36:59 +0200 | [diff] [blame^] | 51 | <artifactId>spring-core</artifactId> |
| 52 | </dependency> |
| 53 | <dependency> |
| 54 | <groupId>org.springframework</groupId> |
pwielebs | f355da4 | 2018-03-27 19:49:29 +0200 | [diff] [blame] | 55 | <artifactId>spring-context</artifactId> |
pwielebs | f355da4 | 2018-03-27 19:49:29 +0200 | [diff] [blame] | 56 | </dependency> |
wasala | 3c2e8c9 | 2018-04-12 13:37:41 +0200 | [diff] [blame] | 57 | <dependency> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 58 | <groupId>org.springframework</groupId> |
wasala | bb31441 | 2018-10-16 10:36:59 +0200 | [diff] [blame^] | 59 | <artifactId>spring-web</artifactId> |
| 60 | </dependency> |
| 61 | <dependency> |
| 62 | <groupId>org.springframework</groupId> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 63 | <artifactId>spring-webflux</artifactId> |
| 64 | </dependency> |
| 65 | <dependency> |
pwielebs | 2cd0124 | 2018-07-12 10:16:00 +0200 | [diff] [blame] | 66 | <groupId>org.springframework.boot</groupId> |
| 67 | <artifactId>spring-boot-starter-reactor-netty</artifactId> |
pwielebs | 2cd0124 | 2018-07-12 10:16:00 +0200 | [diff] [blame] | 68 | </dependency> |
| 69 | <dependency> |
wasala | bb31441 | 2018-10-16 10:36:59 +0200 | [diff] [blame^] | 70 | <groupId>io.projectreactor.netty</groupId> |
| 71 | <artifactId>reactor-netty</artifactId> |
| 72 | </dependency> |
| 73 | <dependency> |
pwielebs | cb85d68 | 2018-05-07 16:58:20 +0200 | [diff] [blame] | 74 | <groupId>org.onap.dcaegen2.services.prh</groupId> |
| 75 | <artifactId>prh-commons</artifactId> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 76 | <version>${project.version}</version> |
pwielebs | a393ae3 | 2018-05-07 16:58:20 +0200 | [diff] [blame] | 77 | </dependency> |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 78 | |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 79 | <dependency> |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 80 | <groupId>ch.qos.logback</groupId> |
| 81 | <artifactId>logback-classic</artifactId> |
| 82 | </dependency> |
wasala | d8e4e88 | 2018-03-28 14:20:58 +0200 | [diff] [blame] | 83 | <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> |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 91 | |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 92 | <dependency> |
| 93 | <groupId>junit</groupId> |
| 94 | <artifactId>junit</artifactId> |
| 95 | <scope>test</scope> |
| 96 | </dependency> |
| 97 | <dependency> |
| 98 | <groupId>org.junit.jupiter</groupId> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 99 | <artifactId>junit-jupiter-api</artifactId> |
| 100 | <scope>test</scope> |
| 101 | </dependency> |
| 102 | <dependency> |
| 103 | <groupId>org.junit.jupiter</groupId> |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 104 | <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 Muszkieta | 8779df0 | 2018-03-30 16:23:59 +0200 | [diff] [blame] | 112 | <dependency> |
| 113 | <groupId>org.mockito</groupId> |
| 114 | <artifactId>mockito-core</artifactId> |
Lukasz Muszkieta | 8779df0 | 2018-03-30 16:23:59 +0200 | [diff] [blame] | 115 | <scope>test</scope> |
| 116 | </dependency> |
pwielebs | 2cd0124 | 2018-07-12 10:16:00 +0200 | [diff] [blame] | 117 | <dependency> |
| 118 | <groupId>io.projectreactor</groupId> |
| 119 | <artifactId>reactor-test</artifactId> |
| 120 | <scope>test</scope> |
| 121 | </dependency> |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 122 | </dependencies> |
pwielebs | f355da4 | 2018-03-27 19:49:29 +0200 | [diff] [blame] | 123 | </project> |