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