pwielebs | a393ae3 | 2018-05-07 16:58:20 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 2 | <!-- |
| 3 | ~ ============LICENSE_START======================================================= |
| 4 | ~ PNF-REGISTRATION-HANDLER |
| 5 | ~ ================================================================================ |
| 6 | ~ Copyright (C) 2018-2019 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 | 2a6eb94 | 2018-06-18 11:45:08 +0200 | [diff] [blame] | 24 | <modelVersion>4.0.0</modelVersion> |
pwielebs | a393ae3 | 2018-05-07 16:58:20 +0200 | [diff] [blame] | 25 | |
wasala | 2a6eb94 | 2018-06-18 11:45:08 +0200 | [diff] [blame] | 26 | <parent> |
wasala | 2a6eb94 | 2018-06-18 11:45:08 +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> |
pwielebs | 72aa0aa | 2019-02-06 10:49:41 +0100 | [diff] [blame] | 29 | <version>1.2.1-SNAPSHOT</version> |
wasala | 2a6eb94 | 2018-06-18 11:45:08 +0200 | [diff] [blame] | 30 | </parent> |
pwielebs | a393ae3 | 2018-05-07 16:58:20 +0200 | [diff] [blame] | 31 | |
wasala | 2a6eb94 | 2018-06-18 11:45:08 +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-commons</artifactId> |
wasala | 2a6eb94 | 2018-06-18 11:45:08 +0200 | [diff] [blame] | 34 | <packaging>jar</packaging> |
pwielebs | cb85d68 | 2018-05-07 16:58:20 +0200 | [diff] [blame] | 35 | |
wasala | 2a6eb94 | 2018-06-18 11:45:08 +0200 | [diff] [blame] | 36 | <dependencies> |
| 37 | <dependency> |
pwielebs | 0386c75 | 2018-12-17 09:49:00 +0100 | [diff] [blame] | 38 | <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |
| 39 | <artifactId>common-dependency</artifactId> |
| 40 | </dependency> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 41 | |
wasala | 2a6eb94 | 2018-06-18 11:45:08 +0200 | [diff] [blame] | 42 | <dependency> |
| 43 | <groupId>org.slf4j</groupId> |
| 44 | <artifactId>log4j-over-slf4j</artifactId> |
| 45 | </dependency> |
wasala | 4a1457c | 2018-09-11 09:50:21 +0200 | [diff] [blame] | 46 | <dependency> |
| 47 | <groupId>org.springframework</groupId> |
| 48 | <artifactId>spring-web</artifactId> |
wasala | 4a1457c | 2018-09-11 09:50:21 +0200 | [diff] [blame] | 49 | </dependency> |
Maciej Wejs | 8330d0e | 2018-11-06 12:07:12 +0100 | [diff] [blame] | 50 | <dependency> |
| 51 | <groupId>io.projectreactor.netty</groupId> |
| 52 | <artifactId>reactor-netty</artifactId> |
| 53 | </dependency> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 54 | <dependency> |
| 55 | <groupId>org.immutables</groupId> |
| 56 | <artifactId>value</artifactId> |
| 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>org.immutables</groupId> |
| 60 | <artifactId>gson</artifactId> |
| 61 | </dependency> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 62 | |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 63 | <dependency> |
| 64 | <groupId>org.junit.jupiter</groupId> |
| 65 | <artifactId>junit-jupiter-engine</artifactId> |
| 66 | <scope>test</scope> |
| 67 | </dependency> |
| 68 | <dependency> |
| 69 | <groupId>org.mockito</groupId> |
| 70 | <artifactId>mockito-core</artifactId> |
| 71 | <scope>test</scope> |
| 72 | </dependency> |
grabinsk | f34a9a0 | 2019-04-05 13:34:14 +0200 | [diff] [blame] | 73 | <dependency> |
| 74 | <groupId>org.assertj</groupId> |
| 75 | <artifactId>assertj-core</artifactId> |
| 76 | <scope>test</scope> |
| 77 | </dependency> |
wasala | 2a6eb94 | 2018-06-18 11:45:08 +0200 | [diff] [blame] | 78 | </dependencies> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 79 | </project> |