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" |
Michal Kabaj | e3595ee | 2019-11-28 12:21:19 +0100 | [diff] [blame] | 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 | 174e3c8 | 2020-03-06 13:16:31 +0100 | [diff] [blame] | 35 | <version>1.5.3-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> |
kjaniak | 7a4bb60 | 2020-01-10 14:57:20 +0100 | [diff] [blame] | 49 | <java.version>11</java.version> |
pwielebs | bd39cf4 | 2019-11-20 09:08:35 +0100 | [diff] [blame] | 50 | <spring-boot.version>2.2.1.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> |
mharazin | b8d80b1 | 2020-01-15 15:37:31 +0100 | [diff] [blame] | 54 | <sdk.version>1.3.4</sdk.version> |
Hansen, Tony (th1395) | 8d6fec3 | 2020-02-11 22:07:14 +0000 | [diff] [blame] | 55 | <sonar.coverage.jacoco.xmlReportPaths> |
| 56 | ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml |
| 57 | </sonar.coverage.jacoco.xmlReportPaths> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 58 | </properties> |
wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 59 | |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 60 | <modules> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 61 | <module>prh-commons</module> |
pwielebs | 0386c75 | 2018-12-17 09:49:00 +0100 | [diff] [blame] | 62 | <module>prh-app-server</module> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 63 | </modules> |
wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 64 | |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 65 | <build> |
| 66 | <pluginManagement> |
| 67 | <plugins> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 68 | <plugin> |
| 69 | <groupId>org.apache.maven.plugins</groupId> |
| 70 | <artifactId>maven-resources-plugin</artifactId> |
| 71 | <version>3.1.0</version> |
| 72 | <configuration> |
| 73 | <encoding>${project.build.sourceEncoding}</encoding> |
| 74 | </configuration> |
| 75 | </plugin> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 76 | <plugin> |
| 77 | <groupId>org.apache.maven.plugins</groupId> |
| 78 | <artifactId>maven-compiler-plugin</artifactId> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 79 | <version>3.8.0</version> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 80 | <configuration> |
| 81 | <source>${java.version}</source> |
| 82 | <target>${java.version}</target> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 83 | <encoding>${project.build.sourceEncoding}</encoding> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 84 | <showWarnings>true</showWarnings> |
| 85 | <showDeprecation>true</showDeprecation> |
| 86 | </configuration> |
| 87 | </plugin> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 88 | <plugin> |
| 89 | <groupId>org.apache.maven.plugins</groupId> |
| 90 | <artifactId>maven-surefire-plugin</artifactId> |
| 91 | <version>2.19.1</version> |
| 92 | <dependencies> |
| 93 | <dependency> |
| 94 | <groupId>org.junit.platform</groupId> |
| 95 | <artifactId>junit-platform-surefire-provider</artifactId> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 96 | <version>1.1.0</version> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 97 | </dependency> |
| 98 | </dependencies> |
| 99 | </plugin> |
Lusheng Ji | 6bb4aa2 | 2018-04-06 10:26:18 -0400 | [diff] [blame] | 100 | <plugin> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 101 | <groupId>pl.project13.maven</groupId> |
| 102 | <artifactId>git-commit-id-plugin</artifactId> |
pwielebs | b32fb6d | 2019-07-15 17:25:26 +0200 | [diff] [blame] | 103 | <version>3.0.0</version> |
| 104 | </plugin> |
| 105 | <plugin> |
| 106 | <groupId>org.codehaus.mojo</groupId> |
| 107 | <artifactId>build-helper-maven-plugin</artifactId> |
| 108 | <version>3.0.0</version> |
Lusheng Ji | 6bb4aa2 | 2018-04-06 10:26:18 -0400 | [diff] [blame] | 109 | </plugin> |
wasala | 44ce56c | 2018-05-08 13:48:44 +0200 | [diff] [blame] | 110 | <plugin> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 111 | <groupId>org.apache.maven.plugins</groupId> |
| 112 | <artifactId>maven-jar-plugin</artifactId> |
pwielebs | b32fb6d | 2019-07-15 17:25:26 +0200 | [diff] [blame] | 113 | <version>3.1.2</version> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 114 | </plugin> |
| 115 | <plugin> |
pwielebs | b32fb6d | 2019-07-15 17:25:26 +0200 | [diff] [blame] | 116 | <groupId>io.fabric8</groupId> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 117 | <artifactId>docker-maven-plugin</artifactId> |
pwielebs | b32fb6d | 2019-07-15 17:25:26 +0200 | [diff] [blame] | 118 | <version>0.30.0</version> |
wasala | 96481e0 | 2018-05-16 15:17:56 +0200 | [diff] [blame] | 119 | </plugin> |
wasala | 2a6eb94 | 2018-06-18 11:45:08 +0200 | [diff] [blame] | 120 | <plugin> |
| 121 | <groupId>org.apache.maven.plugins</groupId> |
| 122 | <artifactId>maven-deploy-plugin</artifactId> |
wasala | 2a6eb94 | 2018-06-18 11:45:08 +0200 | [diff] [blame] | 123 | </plugin> |
Marcin Migdal | 4e1b7d3 | 2019-01-14 14:31:55 +0100 | [diff] [blame] | 124 | <plugin> |
| 125 | <groupId>org.apache.maven.plugins</groupId> |
| 126 | <artifactId>maven-enforcer-plugin</artifactId> |
| 127 | <configuration> |
| 128 | <skip>true</skip> |
| 129 | </configuration> |
| 130 | </plugin> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 131 | </plugins> |
| 132 | </pluginManagement> |
wasala | ec0cf09 | 2018-03-21 14:19:43 +0100 | [diff] [blame] | 133 | </build> |
wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 134 | |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 135 | <dependencyManagement> |
| 136 | <dependencies> |
wasala | b196f93 | 2018-04-17 12:25:54 +0200 | [diff] [blame] | 137 | <dependency> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 138 | <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |
| 139 | <artifactId>cbs-client</artifactId> |
pwielebs | 0386c75 | 2018-12-17 09:49:00 +0100 | [diff] [blame] | 140 | <version>${sdk.version}</version> |
wasala | 5fbcb63 | 2018-04-18 15:21:56 +0200 | [diff] [blame] | 141 | </dependency> |
| 142 | <dependency> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 143 | <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |
Michal Kabaj | e3595ee | 2019-11-28 12:21:19 +0100 | [diff] [blame] | 144 | <artifactId>http-client</artifactId> |
| 145 | <version>${sdk.version}</version> |
| 146 | </dependency> |
| 147 | <dependency> |
| 148 | <groupId>org.onap.dcaegen2.services.sdk.security</groupId> |
| 149 | <artifactId>ssl</artifactId> |
pwielebs | 0386c75 | 2018-12-17 09:49:00 +0100 | [diff] [blame] | 150 | <version>${sdk.version}</version> |
wasala | bb31441 | 2018-10-16 10:36:59 +0200 | [diff] [blame] | 151 | </dependency> |
| 152 | <dependency> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 153 | <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |
| 154 | <artifactId>dmaap-client</artifactId> |
pwielebs | 0386c75 | 2018-12-17 09:49:00 +0100 | [diff] [blame] | 155 | <version>${sdk.version}</version> |
| 156 | </dependency> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 157 | |
wasala | b0ef045 | 2018-04-16 09:52:34 +0200 | [diff] [blame] | 158 | <dependency> |
grabinsk | 4117c9f | 2019-06-04 15:18:44 +0200 | [diff] [blame] | 159 | <groupId>org.springframework.cloud</groupId> |
| 160 | <artifactId>spring-cloud-dependencies</artifactId> |
| 161 | <version>${spring-cloud.version}</version> |
| 162 | <type>pom</type> |
| 163 | <scope>import</scope> |
| 164 | </dependency> |
| 165 | |
| 166 | <dependency> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 167 | <groupId>org.springframework.boot</groupId> |
| 168 | <artifactId>spring-boot-dependencies</artifactId> |
| 169 | <version>${spring-boot.version}</version> |
| 170 | <type>pom</type> |
| 171 | <scope>import</scope> |
wasala | b0ef045 | 2018-04-16 09:52:34 +0200 | [diff] [blame] | 172 | </dependency> |
| 173 | <dependency> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 174 | <groupId>io.springfox</groupId> |
| 175 | <artifactId>springfox-swagger2</artifactId> |
| 176 | <version>${springfox.version}</version> |
| 177 | </dependency> |
| 178 | <dependency> |
| 179 | <groupId>io.springfox</groupId> |
| 180 | <artifactId>springfox-swagger-ui</artifactId> |
| 181 | <version>${springfox.version}</version> |
| 182 | </dependency> |
| 183 | <dependency> |
| 184 | <groupId>org.immutables</groupId> |
| 185 | <artifactId>value</artifactId> |
| 186 | <version>${immutables.version}</version> |
| 187 | </dependency> |
| 188 | <dependency> |
| 189 | <groupId>org.immutables</groupId> |
| 190 | <artifactId>gson</artifactId> |
| 191 | <version>${immutables.version}</version> |
| 192 | </dependency> |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 193 | </dependencies> |
| 194 | </dependencyManagement> |
Lusheng Ji | 44fb171 | 2018-03-21 16:42:36 -0400 | [diff] [blame] | 195 | </project> |