wasala | 961af3e | 2018-03-27 13:02:10 +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 | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 24 | <modelVersion>4.0.0</modelVersion> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 25 | |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 26 | <parent> |
| 27 | <groupId>org.onap.oparent</groupId> |
| 28 | <artifactId>oparent</artifactId> |
Gerard Hickey | 84c1e63 | 2019-07-11 12:50:10 +0100 | [diff] [blame] | 29 | <version>2.0.0</version> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 30 | <relativePath/> |
| 31 | </parent> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 32 | |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 33 | <groupId>org.onap.dcaegen2.services</groupId> |
Lusheng Ji | 44fb171 | 2018-03-21 16:42:36 -0400 | [diff] [blame] | 34 | <artifactId>prh</artifactId> |
Joanna Jeremicz | 157c52f | 2019-10-10 16:32:31 +0200 | [diff] [blame] | 35 | <version>1.4.0-SNAPSHOT</version> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 36 | |
wasala | 35ee40c | 2018-05-21 20:57:50 +0200 | [diff] [blame] | 37 | <name>dcaegen2-services-prh</name> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 38 | <description>PNF Registration Handler</description> |
wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 39 | <packaging>pom</packaging> |
| 40 | |
| 41 | <licenses> |
| 42 | <license> |
| 43 | <name>The Apache Software License, Version 2.0</name> |
| 44 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 45 | </license> |
| 46 | </licenses> |
| 47 | |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 48 | <properties> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 49 | <java.version>8</java.version> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 50 | <spring-boot.version>2.1.2.RELEASE</spring-boot.version> |
grabinsk | 4117c9f | 2019-06-04 15:18:44 +0200 | [diff] [blame] | 51 | <spring-cloud.version>Greenwich.SR1</spring-cloud.version> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 52 | <springfox.version>2.9.2</springfox.version> |
| 53 | <immutables.version>2.7.5</immutables.version> |
Joanna Jeremicz | 3d6161b | 2019-09-27 08:42:35 +0200 | [diff] [blame] | 54 | <sdk.version>1.3.1</sdk.version> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 55 | </properties> |
wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 56 | |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 57 | <modules> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 58 | <module>prh-commons</module> |
pwielebs | 0386c75 | 2018-12-17 09:49:00 +0100 | [diff] [blame] | 59 | <module>prh-app-server</module> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 60 | </modules> |
wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 61 | |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 62 | <build> |
| 63 | <pluginManagement> |
| 64 | <plugins> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 65 | <plugin> |
| 66 | <groupId>org.apache.maven.plugins</groupId> |
| 67 | <artifactId>maven-resources-plugin</artifactId> |
| 68 | <version>3.1.0</version> |
| 69 | <configuration> |
| 70 | <encoding>${project.build.sourceEncoding}</encoding> |
| 71 | </configuration> |
| 72 | </plugin> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 73 | <plugin> |
| 74 | <groupId>org.apache.maven.plugins</groupId> |
| 75 | <artifactId>maven-compiler-plugin</artifactId> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 76 | <version>3.8.0</version> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 77 | <configuration> |
| 78 | <source>${java.version}</source> |
| 79 | <target>${java.version}</target> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 80 | <encoding>${project.build.sourceEncoding}</encoding> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 81 | <showWarnings>true</showWarnings> |
| 82 | <showDeprecation>true</showDeprecation> |
| 83 | </configuration> |
| 84 | </plugin> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 85 | <plugin> |
| 86 | <groupId>org.apache.maven.plugins</groupId> |
| 87 | <artifactId>maven-surefire-plugin</artifactId> |
| 88 | <version>2.19.1</version> |
| 89 | <dependencies> |
| 90 | <dependency> |
| 91 | <groupId>org.junit.platform</groupId> |
| 92 | <artifactId>junit-platform-surefire-provider</artifactId> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 93 | <version>1.1.0</version> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 94 | </dependency> |
| 95 | </dependencies> |
| 96 | </plugin> |
Lusheng Ji | 6bb4aa2 | 2018-04-06 10:26:18 -0400 | [diff] [blame] | 97 | <plugin> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 98 | <groupId>pl.project13.maven</groupId> |
| 99 | <artifactId>git-commit-id-plugin</artifactId> |
pwielebs | b32fb6d | 2019-07-15 17:25:26 +0200 | [diff] [blame] | 100 | <version>3.0.0</version> |
| 101 | </plugin> |
| 102 | <plugin> |
| 103 | <groupId>org.codehaus.mojo</groupId> |
| 104 | <artifactId>build-helper-maven-plugin</artifactId> |
| 105 | <version>3.0.0</version> |
Lusheng Ji | 6bb4aa2 | 2018-04-06 10:26:18 -0400 | [diff] [blame] | 106 | </plugin> |
wasala | 44ce56c | 2018-05-08 13:48:44 +0200 | [diff] [blame] | 107 | <plugin> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 108 | <groupId>org.apache.maven.plugins</groupId> |
| 109 | <artifactId>maven-jar-plugin</artifactId> |
pwielebs | b32fb6d | 2019-07-15 17:25:26 +0200 | [diff] [blame] | 110 | <version>3.1.2</version> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 111 | </plugin> |
| 112 | <plugin> |
pwielebs | b32fb6d | 2019-07-15 17:25:26 +0200 | [diff] [blame] | 113 | <groupId>io.fabric8</groupId> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 114 | <artifactId>docker-maven-plugin</artifactId> |
pwielebs | b32fb6d | 2019-07-15 17:25:26 +0200 | [diff] [blame] | 115 | <version>0.30.0</version> |
wasala | 96481e0 | 2018-05-16 15:17:56 +0200 | [diff] [blame] | 116 | </plugin> |
wasala | 2a6eb94 | 2018-06-18 11:45:08 +0200 | [diff] [blame] | 117 | <plugin> |
| 118 | <groupId>org.apache.maven.plugins</groupId> |
| 119 | <artifactId>maven-deploy-plugin</artifactId> |
wasala | 2a6eb94 | 2018-06-18 11:45:08 +0200 | [diff] [blame] | 120 | </plugin> |
Marcin Migdal | 4e1b7d3 | 2019-01-14 14:31:55 +0100 | [diff] [blame] | 121 | <plugin> |
| 122 | <groupId>org.apache.maven.plugins</groupId> |
| 123 | <artifactId>maven-enforcer-plugin</artifactId> |
| 124 | <configuration> |
| 125 | <skip>true</skip> |
| 126 | </configuration> |
| 127 | </plugin> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 128 | </plugins> |
| 129 | </pluginManagement> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 130 | </build> |
wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 131 | |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 132 | <dependencyManagement> |
| 133 | <dependencies> |
wasala | b196f93 | 2018-04-17 12:25:54 +0200 | [diff] [blame] | 134 | <dependency> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 135 | <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |
| 136 | <artifactId>cbs-client</artifactId> |
pwielebs | 0386c75 | 2018-12-17 09:49:00 +0100 | [diff] [blame] | 137 | <version>${sdk.version}</version> |
wasala | 5fbcb63 | 2018-04-18 15:21:56 +0200 | [diff] [blame] | 138 | </dependency> |
| 139 | <dependency> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 140 | <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |
| 141 | <artifactId>aai-client</artifactId> |
pwielebs | 0386c75 | 2018-12-17 09:49:00 +0100 | [diff] [blame] | 142 | <version>${sdk.version}</version> |
wasala | bb31441 | 2018-10-16 10:36:59 +0200 | [diff] [blame] | 143 | </dependency> |
| 144 | <dependency> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 145 | <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |
| 146 | <artifactId>dmaap-client</artifactId> |
pwielebs | 0386c75 | 2018-12-17 09:49:00 +0100 | [diff] [blame] | 147 | <version>${sdk.version}</version> |
| 148 | </dependency> |
| 149 | <dependency> |
| 150 | <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |
| 151 | <artifactId>common-dependency</artifactId> |
| 152 | <version>${sdk.version}</version> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 153 | </dependency> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 154 | |
wasala | b0ef045 | 2018-04-16 09:52:34 +0200 | [diff] [blame] | 155 | <dependency> |
grabinsk | 4117c9f | 2019-06-04 15:18:44 +0200 | [diff] [blame] | 156 | <groupId>org.springframework.cloud</groupId> |
| 157 | <artifactId>spring-cloud-dependencies</artifactId> |
| 158 | <version>${spring-cloud.version}</version> |
| 159 | <type>pom</type> |
| 160 | <scope>import</scope> |
| 161 | </dependency> |
| 162 | |
| 163 | <dependency> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 164 | <groupId>org.springframework.boot</groupId> |
| 165 | <artifactId>spring-boot-dependencies</artifactId> |
| 166 | <version>${spring-boot.version}</version> |
| 167 | <type>pom</type> |
| 168 | <scope>import</scope> |
wasala | b0ef045 | 2018-04-16 09:52:34 +0200 | [diff] [blame] | 169 | </dependency> |
| 170 | <dependency> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 171 | <groupId>io.springfox</groupId> |
| 172 | <artifactId>springfox-swagger2</artifactId> |
| 173 | <version>${springfox.version}</version> |
| 174 | </dependency> |
| 175 | <dependency> |
| 176 | <groupId>io.springfox</groupId> |
| 177 | <artifactId>springfox-swagger-ui</artifactId> |
| 178 | <version>${springfox.version}</version> |
| 179 | </dependency> |
| 180 | <dependency> |
| 181 | <groupId>org.immutables</groupId> |
| 182 | <artifactId>value</artifactId> |
| 183 | <version>${immutables.version}</version> |
| 184 | </dependency> |
| 185 | <dependency> |
| 186 | <groupId>org.immutables</groupId> |
| 187 | <artifactId>gson</artifactId> |
| 188 | <version>${immutables.version}</version> |
| 189 | </dependency> |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 190 | </dependencies> |
| 191 | </dependencyManagement> |
Lusheng Ji | 44fb171 | 2018-03-21 16:42:36 -0400 | [diff] [blame] | 192 | </project> |