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> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 29 | <version>1.2.2</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> |
pwielebs | 72aa0aa | 2019-02-06 10:49:41 +0100 | [diff] [blame] | 35 | <version>1.2.1-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> |
| 51 | <springfox.version>2.9.2</springfox.version> |
| 52 | <immutables.version>2.7.5</immutables.version> |
pwielebs | 295746e | 2019-03-07 10:47:59 +0100 | [diff] [blame] | 53 | <sdk.version>1.1.4-SNAPSHOT</sdk.version> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 54 | </properties> |
wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 55 | |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 56 | <modules> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 57 | <module>prh-commons</module> |
pwielebs | 0386c75 | 2018-12-17 09:49:00 +0100 | [diff] [blame] | 58 | <module>prh-app-server</module> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 59 | </modules> |
wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 60 | |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 61 | <build> |
| 62 | <pluginManagement> |
| 63 | <plugins> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 64 | <plugin> |
| 65 | <groupId>org.apache.maven.plugins</groupId> |
| 66 | <artifactId>maven-resources-plugin</artifactId> |
| 67 | <version>3.1.0</version> |
| 68 | <configuration> |
| 69 | <encoding>${project.build.sourceEncoding}</encoding> |
| 70 | </configuration> |
| 71 | </plugin> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 72 | <plugin> |
| 73 | <groupId>org.apache.maven.plugins</groupId> |
| 74 | <artifactId>maven-compiler-plugin</artifactId> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 75 | <version>3.8.0</version> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 76 | <configuration> |
| 77 | <source>${java.version}</source> |
| 78 | <target>${java.version}</target> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 79 | <encoding>${project.build.sourceEncoding}</encoding> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 80 | <showWarnings>true</showWarnings> |
| 81 | <showDeprecation>true</showDeprecation> |
| 82 | </configuration> |
| 83 | </plugin> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 84 | <plugin> |
| 85 | <groupId>org.apache.maven.plugins</groupId> |
| 86 | <artifactId>maven-surefire-plugin</artifactId> |
| 87 | <version>2.19.1</version> |
| 88 | <dependencies> |
| 89 | <dependency> |
| 90 | <groupId>org.junit.platform</groupId> |
| 91 | <artifactId>junit-platform-surefire-provider</artifactId> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 92 | <version>1.1.0</version> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 93 | </dependency> |
| 94 | </dependencies> |
| 95 | </plugin> |
Lusheng Ji | 6bb4aa2 | 2018-04-06 10:26:18 -0400 | [diff] [blame] | 96 | <plugin> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 97 | <groupId>pl.project13.maven</groupId> |
| 98 | <artifactId>git-commit-id-plugin</artifactId> |
| 99 | <version>2.2.6</version> |
Lusheng Ji | 6bb4aa2 | 2018-04-06 10:26:18 -0400 | [diff] [blame] | 100 | </plugin> |
wasala | 44ce56c | 2018-05-08 13:48:44 +0200 | [diff] [blame] | 101 | <plugin> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 102 | <groupId>org.apache.maven.plugins</groupId> |
| 103 | <artifactId>maven-jar-plugin</artifactId> |
| 104 | <version>3.1.1</version> |
| 105 | </plugin> |
| 106 | <plugin> |
| 107 | <groupId>com.spotify</groupId> |
| 108 | <artifactId>docker-maven-plugin</artifactId> |
| 109 | <version>1.2.0</version> |
wasala | 96481e0 | 2018-05-16 15:17:56 +0200 | [diff] [blame] | 110 | </plugin> |
wasala | 2a6eb94 | 2018-06-18 11:45:08 +0200 | [diff] [blame] | 111 | <plugin> |
| 112 | <groupId>org.apache.maven.plugins</groupId> |
| 113 | <artifactId>maven-deploy-plugin</artifactId> |
| 114 | <configuration> |
| 115 | <skip>true</skip> |
| 116 | </configuration> |
| 117 | </plugin> |
Marcin Migdal | 4e1b7d3 | 2019-01-14 14:31:55 +0100 | [diff] [blame] | 118 | <plugin> |
| 119 | <groupId>org.apache.maven.plugins</groupId> |
| 120 | <artifactId>maven-enforcer-plugin</artifactId> |
| 121 | <configuration> |
| 122 | <skip>true</skip> |
| 123 | </configuration> |
| 124 | </plugin> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 125 | </plugins> |
| 126 | </pluginManagement> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 127 | </build> |
wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 128 | |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 129 | <dependencyManagement> |
| 130 | <dependencies> |
wasala | b196f93 | 2018-04-17 12:25:54 +0200 | [diff] [blame] | 131 | <dependency> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 132 | <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |
| 133 | <artifactId>cbs-client</artifactId> |
pwielebs | 0386c75 | 2018-12-17 09:49:00 +0100 | [diff] [blame] | 134 | <version>${sdk.version}</version> |
wasala | 5fbcb63 | 2018-04-18 15:21:56 +0200 | [diff] [blame] | 135 | </dependency> |
| 136 | <dependency> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 137 | <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |
| 138 | <artifactId>aai-client</artifactId> |
pwielebs | 0386c75 | 2018-12-17 09:49:00 +0100 | [diff] [blame] | 139 | <version>${sdk.version}</version> |
wasala | bb31441 | 2018-10-16 10:36:59 +0200 | [diff] [blame] | 140 | </dependency> |
| 141 | <dependency> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 142 | <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |
| 143 | <artifactId>dmaap-client</artifactId> |
pwielebs | 0386c75 | 2018-12-17 09:49:00 +0100 | [diff] [blame] | 144 | <version>${sdk.version}</version> |
| 145 | </dependency> |
| 146 | <dependency> |
| 147 | <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |
| 148 | <artifactId>common-dependency</artifactId> |
| 149 | <version>${sdk.version}</version> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 150 | </dependency> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 151 | |
wasala | b0ef045 | 2018-04-16 09:52:34 +0200 | [diff] [blame] | 152 | <dependency> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 153 | <groupId>org.springframework.boot</groupId> |
| 154 | <artifactId>spring-boot-dependencies</artifactId> |
| 155 | <version>${spring-boot.version}</version> |
| 156 | <type>pom</type> |
| 157 | <scope>import</scope> |
wasala | b0ef045 | 2018-04-16 09:52:34 +0200 | [diff] [blame] | 158 | </dependency> |
| 159 | <dependency> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 160 | <groupId>io.springfox</groupId> |
| 161 | <artifactId>springfox-swagger2</artifactId> |
| 162 | <version>${springfox.version}</version> |
| 163 | </dependency> |
| 164 | <dependency> |
| 165 | <groupId>io.springfox</groupId> |
| 166 | <artifactId>springfox-swagger-ui</artifactId> |
| 167 | <version>${springfox.version}</version> |
| 168 | </dependency> |
| 169 | <dependency> |
| 170 | <groupId>org.immutables</groupId> |
| 171 | <artifactId>value</artifactId> |
| 172 | <version>${immutables.version}</version> |
| 173 | </dependency> |
| 174 | <dependency> |
| 175 | <groupId>org.immutables</groupId> |
| 176 | <artifactId>gson</artifactId> |
| 177 | <version>${immutables.version}</version> |
| 178 | </dependency> |
| 179 | |
| 180 | <dependency> |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 181 | <groupId>org.testng</groupId> |
| 182 | <artifactId>testng</artifactId> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 183 | <version>6.14.3</version> |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 184 | <scope>test</scope> |
| 185 | </dependency> |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 186 | </dependencies> |
| 187 | </dependencyManagement> |
Lusheng Ji | 44fb171 | 2018-03-21 16:42:36 -0400 | [diff] [blame] | 188 | </project> |