wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
wasala | 9292dd2 | 2018-03-28 19:04:20 +0200 | [diff] [blame] | 2 | <!-- |
| 3 | ~ ============LICENSE_START======================================================= |
| 4 | ~ PNF-REGISTRATION-HANDLER |
| 5 | ~ ================================================================================ |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 6 | ~ Copyright (C) 2018-2019 NOKIA Intellectual Property. All rights reserved. |
wasala | 9292dd2 | 2018-03-28 19:04:20 +0200 | [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========================================================= |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 20 | --> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 21 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +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 | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 24 | <modelVersion>4.0.0</modelVersion> |
| 25 | |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 26 | <parent> |
| 27 | <groupId>org.onap.dcaegen2.services</groupId> |
| 28 | <artifactId>prh</artifactId> |
Joanna Jeremicz | 174e3c8 | 2020-03-06 13:16:31 +0100 | [diff] [blame^] | 29 | <version>1.5.3-SNAPSHOT</version> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 30 | </parent> |
| 31 | |
wasala | 961af3e | 2018-03-27 13:02:10 +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-app-server</artifactId> |
wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 34 | <packaging>jar</packaging> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 35 | |
wasala | 112044f | 2018-03-28 20:08:54 +0200 | [diff] [blame] | 36 | <properties> |
| 37 | <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format> |
Piotr Bocheński | 05fd72a | 2019-01-23 15:01:00 +0100 | [diff] [blame] | 38 | |
| 39 | <prh.main.class>org.onap.dcaegen2.services.prh.MainApp</prh.main.class> |
pwielebs | b32fb6d | 2019-07-15 17:25:26 +0200 | [diff] [blame] | 40 | <classpath.separator>@@</classpath.separator> |
| 41 | <dep.dir.name>libs</dep.dir.name> |
| 42 | <ext.dep.dir.path>${dep.dir.name}/external</ext.dep.dir.path> |
| 43 | <int.dep.dir.path>${dep.dir.name}/internal</int.dep.dir.path> |
Piotr Bochenski | 84a6982 | 2019-06-18 12:03:42 +0200 | [diff] [blame] | 44 | |
pwielebs | b32fb6d | 2019-07-15 17:25:26 +0200 | [diff] [blame] | 45 | <skipDocker>false</skipDocker> |
Piotr Bochenski | 84a6982 | 2019-06-18 12:03:42 +0200 | [diff] [blame] | 46 | <docker.user.name>prh</docker.user.name> |
| 47 | <docker.user.dir>/home/${docker.user.name}</docker.user.dir> |
mharazin | b8d80b1 | 2020-01-15 15:37:31 +0100 | [diff] [blame] | 48 | <docker.user.id>1414</docker.user.id> |
wasala | 112044f | 2018-03-28 20:08:54 +0200 | [diff] [blame] | 49 | </properties> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 50 | |
wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 51 | <build> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 52 | <resources> |
| 53 | <resource> |
pwielebs | be31272 | 2018-09-04 09:50:05 +0200 | [diff] [blame] | 54 | <directory>src/main/resources</directory> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 55 | </resource> |
| 56 | </resources> |
| 57 | |
wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 58 | <plugins> |
| 59 | <plugin> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 60 | <groupId>pl.project13.maven</groupId> |
| 61 | <artifactId>git-commit-id-plugin</artifactId> |
| 62 | <configuration> |
| 63 | <dateFormat>${maven.build.timestamp.format}</dateFormat> |
| 64 | <generateGitPropertiesFile>true</generateGitPropertiesFile> |
| 65 | <format>json</format> |
| 66 | <generateGitPropertiesFilename>${project.build.outputDirectory}/git_info.json</generateGitPropertiesFilename> |
| 67 | </configuration> |
| 68 | <executions> |
| 69 | <execution> |
| 70 | <id>get-git-info</id> |
| 71 | <goals> |
| 72 | <goal>revision</goal> |
| 73 | </goals> |
| 74 | </execution> |
| 75 | </executions> |
| 76 | </plugin> |
pwielebs | b32fb6d | 2019-07-15 17:25:26 +0200 | [diff] [blame] | 77 | |
| 78 | <plugin> |
| 79 | <groupId>org.apache.maven.plugins</groupId> |
| 80 | <artifactId>maven-dependency-plugin</artifactId> |
| 81 | <configuration> |
| 82 | <silent>true</silent> |
| 83 | <includeScope>runtime</includeScope> |
| 84 | <pathSeparator>${classpath.separator}</pathSeparator> |
| 85 | </configuration> |
| 86 | <executions> |
| 87 | <execution> |
| 88 | <id>copy-external-dependencies</id> |
| 89 | <phase>prepare-package</phase> |
| 90 | <goals> |
| 91 | <goal>copy-dependencies</goal> |
| 92 | <goal>build-classpath</goal> |
| 93 | </goals> |
| 94 | <configuration> |
| 95 | <excludeGroupIds>${project.parent.groupId}</excludeGroupIds> |
| 96 | <outputDirectory>${project.build.directory}/${ext.dep.dir.path}</outputDirectory> |
| 97 | <prefix>./${ext.dep.dir.path}</prefix> |
| 98 | <outputProperty>classpath.external</outputProperty> |
| 99 | </configuration> |
| 100 | </execution> |
| 101 | <execution> |
| 102 | <id>copy-internal-dependencies</id> |
| 103 | <phase>prepare-package</phase> |
| 104 | <goals> |
| 105 | <goal>copy-dependencies</goal> |
| 106 | <goal>build-classpath</goal> |
| 107 | </goals> |
| 108 | <configuration> |
| 109 | <includeGroupIds>${project.parent.groupId}</includeGroupIds> |
| 110 | <outputDirectory>${project.build.directory}/${int.dep.dir.path}</outputDirectory> |
| 111 | <prefix>./${int.dep.dir.path}</prefix> |
| 112 | <outputProperty>classpath.internal</outputProperty> |
| 113 | </configuration> |
| 114 | </execution> |
| 115 | </executions> |
| 116 | </plugin> |
| 117 | |
| 118 | <plugin> <!-- workaround for MDEP-541 --> |
| 119 | <groupId>org.codehaus.mojo</groupId> |
| 120 | <artifactId>build-helper-maven-plugin</artifactId> |
| 121 | <executions> |
| 122 | <execution> |
| 123 | <id>fix-classpath-separator</id> |
| 124 | <phase>prepare-package</phase> |
| 125 | <goals> |
| 126 | <goal>regex-properties</goal> |
| 127 | </goals> |
| 128 | <configuration> |
| 129 | <regexPropertySettings> |
| 130 | <regexPropertySetting> |
| 131 | <name>classpath.external</name> |
| 132 | <value>${classpath.external}</value> |
| 133 | <regex>${classpath.separator}</regex> |
| 134 | <replacement xml:space="preserve"> </replacement> |
| 135 | </regexPropertySetting> |
| 136 | <regexPropertySetting> |
| 137 | <name>classpath.internal</name> |
| 138 | <value>${classpath.internal}</value> |
| 139 | <regex>${classpath.separator}</regex> |
| 140 | <replacement xml:space="preserve"> </replacement> |
| 141 | </regexPropertySetting> |
| 142 | </regexPropertySettings> |
| 143 | </configuration> |
| 144 | </execution> |
| 145 | </executions> |
| 146 | </plugin> |
| 147 | |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 148 | <plugin> |
Piotr Bocheński | 05fd72a | 2019-01-23 15:01:00 +0100 | [diff] [blame] | 149 | <groupId>org.apache.maven.plugins</groupId> |
| 150 | <artifactId>maven-jar-plugin</artifactId> |
wasala | d8e4e88 | 2018-03-28 14:20:58 +0200 | [diff] [blame] | 151 | <configuration> |
Piotr Bocheński | 05fd72a | 2019-01-23 15:01:00 +0100 | [diff] [blame] | 152 | <archive> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 153 | <manifest> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 154 | <mainClass>${prh.main.class}</mainClass> |
| 155 | <addDefaultImplementationEntries>true</addDefaultImplementationEntries> |
pwielebs | b32fb6d | 2019-07-15 17:25:26 +0200 | [diff] [blame] | 156 | <addBuildEnvironmentEntries>true</addBuildEnvironmentEntries> |
| 157 | <useUniqueVersions>false</useUniqueVersions> <!-- workaround for MJAR-156 --> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 158 | </manifest> |
Piotr Bocheński | 05fd72a | 2019-01-23 15:01:00 +0100 | [diff] [blame] | 159 | <manifestEntries> |
pwielebs | b32fb6d | 2019-07-15 17:25:26 +0200 | [diff] [blame] | 160 | <Class-Path>${classpath.external} ${classpath.internal}</Class-Path> |
| 161 | <Git-Branch>${git.branch}</Git-Branch> |
| 162 | <Git-Build-Host>${git.build.host}</Git-Build-Host> |
| 163 | <Git-Build-Time>${git.build.time}</Git-Build-Time> |
| 164 | <Git-Build-User-Email>${git.build.user.email}</Git-Build-User-Email> |
| 165 | <Git-Build-User-Name>${git.build.user.name}</Git-Build-User-Name> |
| 166 | <Git-Build-Version>${git.build.version}</Git-Build-Version> |
| 167 | <Git-Closest-Tag-Name>${git.closest.tag.name}</Git-Closest-Tag-Name> |
| 168 | <Git-Commit-Id>${git.commit.id}</Git-Commit-Id> |
| 169 | <Git-Commit-Message-Short>${git.commit.message.short}</Git-Commit-Message-Short> |
| 170 | <Git-Commit-Time>${git.commit.time}</Git-Commit-Time> |
| 171 | <Git-Commit-User-Email>${git.commit.user.email}</Git-Commit-User-Email> |
| 172 | <Git-Commit-User-Name>${git.commit.user.name}</Git-Commit-User-Name> |
Piotr Bocheński | 05fd72a | 2019-01-23 15:01:00 +0100 | [diff] [blame] | 173 | </manifestEntries> |
| 174 | </archive> |
wasala | d8e4e88 | 2018-03-28 14:20:58 +0200 | [diff] [blame] | 175 | </configuration> |
wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 176 | </plugin> |
pwielebs | b32fb6d | 2019-07-15 17:25:26 +0200 | [diff] [blame] | 177 | |
wasala | 112044f | 2018-03-28 20:08:54 +0200 | [diff] [blame] | 178 | <plugin> |
pwielebs | b32fb6d | 2019-07-15 17:25:26 +0200 | [diff] [blame] | 179 | <groupId>io.fabric8</groupId> |
wasala | 112044f | 2018-03-28 20:08:54 +0200 | [diff] [blame] | 180 | <artifactId>docker-maven-plugin</artifactId> |
wasala | 112044f | 2018-03-28 20:08:54 +0200 | [diff] [blame] | 181 | <configuration> |
kjaniak | bb1f25d | 2019-09-10 09:14:31 +0200 | [diff] [blame] | 182 | <verbose>true</verbose> |
| 183 | <imagePullPolicy>IfNotPresent</imagePullPolicy> |
pwielebs | b32fb6d | 2019-07-15 17:25:26 +0200 | [diff] [blame] | 184 | <images> |
| 185 | <image> |
Vijay Venkatesh Kumar | 7231ec8 | 2019-07-21 01:34:38 +0000 | [diff] [blame] | 186 | <name>onap/${project.groupId}.${project.artifactId}</name> |
pwielebs | b32fb6d | 2019-07-15 17:25:26 +0200 | [diff] [blame] | 187 | <registry>${onap.nexus.dockerregistry.daily}</registry> |
| 188 | <build> |
| 189 | <contextDir>${project.basedir}</contextDir> |
| 190 | <cleanup>none</cleanup> |
| 191 | <tags> |
| 192 | <tag>latest</tag> |
| 193 | <tag>${project.version}</tag> |
| 194 | <tag>${project.version}-${maven.build.timestamp}Z</tag> |
| 195 | </tags> |
| 196 | </build> |
| 197 | </image> |
| 198 | </images> |
wasala | 86690cd | 2018-04-03 14:41:23 +0200 | [diff] [blame] | 199 | </configuration> |
Vijay Venkatesh Kumar | 488ad0f | 2019-09-10 05:24:39 +0000 | [diff] [blame] | 200 | <!-- <executions> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 201 | <execution> |
pwielebs | b32fb6d | 2019-07-15 17:25:26 +0200 | [diff] [blame] | 202 | <id>docker-build-image</id> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 203 | <phase>package</phase> |
| 204 | <goals> |
| 205 | <goal>build</goal> |
| 206 | </goals> |
| 207 | </execution> |
| 208 | <execution> |
pwielebs | b32fb6d | 2019-07-15 17:25:26 +0200 | [diff] [blame] | 209 | <id>docker-push-image</id> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 210 | <phase>deploy</phase> |
| 211 | <goals> |
pwielebs | b32fb6d | 2019-07-15 17:25:26 +0200 | [diff] [blame] | 212 | <goal>push</goal> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 213 | </goals> |
Vijay Venkatesh Kumar | 488ad0f | 2019-09-10 05:24:39 +0000 | [diff] [blame] | 214 | </execution> |
| 215 | </executions> --> |
wasala | a684d47 | 2018-06-19 09:27:20 +0200 | [diff] [blame] | 216 | </plugin> |
wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 217 | </plugins> |
| 218 | </build> |
Piotr Bocheński | 2ce68d3 | 2019-02-08 13:38:02 +0100 | [diff] [blame] | 219 | |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 220 | <dependencies> |
wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 221 | <dependency> |
Piotr Bochenski | 3c2766d | 2018-08-31 11:49:21 +0200 | [diff] [blame] | 222 | <groupId>org.onap.dcaegen2.services.prh</groupId> |
| 223 | <artifactId>prh-commons</artifactId> |
Piotr Jaszczyk | 3d20b25 | 2019-05-06 12:26:34 +0200 | [diff] [blame] | 224 | <version>${project.version}</version> |
wasala | 44ce56c | 2018-05-08 13:48:44 +0200 | [diff] [blame] | 225 | </dependency> |
Piotr Bocheński | 85e1d39 | 2018-11-30 18:03:17 +0100 | [diff] [blame] | 226 | <dependency> |
| 227 | <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |
| 228 | <artifactId>cbs-client</artifactId> |
| 229 | </dependency> |
micdzied | 19ff70f | 2018-12-03 11:01:37 +0100 | [diff] [blame] | 230 | <dependency> |
| 231 | <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |
micdzied | 19ff70f | 2018-12-03 11:01:37 +0100 | [diff] [blame] | 232 | <artifactId>dmaap-client</artifactId> |
| 233 | </dependency> |
pwielebs | a393ae3 | 2018-05-07 16:58:20 +0200 | [diff] [blame] | 234 | |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 235 | <dependency> |
grabinsk | 4117c9f | 2019-06-04 15:18:44 +0200 | [diff] [blame] | 236 | <groupId>org.springframework.cloud</groupId> |
| 237 | <artifactId>spring-cloud-starter-config</artifactId> |
| 238 | </dependency> |
| 239 | <dependency> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 240 | <groupId>org.springframework.boot</groupId> |
| 241 | <artifactId>spring-boot-starter-web</artifactId> |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 242 | </dependency> |
wasala | d8e4e88 | 2018-03-28 14:20:58 +0200 | [diff] [blame] | 243 | <dependency> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 244 | <groupId>org.springframework.boot</groupId> |
| 245 | <artifactId>spring-boot-starter-webflux</artifactId> |
wasala | d8e4e88 | 2018-03-28 14:20:58 +0200 | [diff] [blame] | 246 | </dependency> |
| 247 | <dependency> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 248 | <groupId>io.springfox</groupId> |
| 249 | <artifactId>springfox-swagger2</artifactId> |
wasala | d8e4e88 | 2018-03-28 14:20:58 +0200 | [diff] [blame] | 250 | </dependency> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 251 | <dependency> |
| 252 | <groupId>io.springfox</groupId> |
| 253 | <artifactId>springfox-swagger-ui</artifactId> |
| 254 | </dependency> |
wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 255 | <dependency> |
wasala | 5fbcb63 | 2018-04-18 15:21:56 +0200 | [diff] [blame] | 256 | <groupId>io.projectreactor</groupId> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 257 | <artifactId>reactor-core</artifactId> |
wasala | 5fbcb63 | 2018-04-18 15:21:56 +0200 | [diff] [blame] | 258 | </dependency> |
| 259 | <dependency> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 260 | <groupId>org.apache.tomcat.embed</groupId> |
| 261 | <artifactId>tomcat-embed-core</artifactId> |
| 262 | </dependency> |
| 263 | <dependency> |
| 264 | <groupId>org.apache.tomcat.embed</groupId> |
| 265 | <artifactId>tomcat-embed-el</artifactId> |
| 266 | </dependency> |
| 267 | <dependency> |
| 268 | <groupId>org.apache.tomcat.embed</groupId> |
| 269 | <artifactId>tomcat-embed-websocket</artifactId> |
| 270 | </dependency> |
| 271 | |
| 272 | <dependency> |
grabinsk | 526dfb0 | 2019-06-04 15:37:52 +0200 | [diff] [blame] | 273 | <groupId>org.springframework.boot</groupId> |
grabinsk | 4117c9f | 2019-06-04 15:18:44 +0200 | [diff] [blame] | 274 | <artifactId>spring-boot-configuration-processor</artifactId> |
| 275 | <optional>true</optional> |
| 276 | </dependency> |
grabinsk | 4117c9f | 2019-06-04 15:18:44 +0200 | [diff] [blame] | 277 | <dependency> |
| 278 | <groupId>org.springframework.boot</groupId> |
grabinsk | 526dfb0 | 2019-06-04 15:37:52 +0200 | [diff] [blame] | 279 | <artifactId>spring-boot-starter-actuator</artifactId> |
| 280 | </dependency> |
| 281 | |
| 282 | <dependency> |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 283 | <groupId>org.junit.jupiter</groupId> |
| 284 | <artifactId>junit-jupiter-engine</artifactId> |
| 285 | <scope>test</scope> |
| 286 | </dependency> |
| 287 | <dependency> |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 288 | <groupId>org.mockito</groupId> |
grabinsk | c0d1ad4 | 2019-05-30 14:43:14 +0200 | [diff] [blame] | 289 | <artifactId>mockito-junit-jupiter</artifactId> |
wasala | 961af3e | 2018-03-27 13:02:10 +0200 | [diff] [blame] | 290 | <scope>test</scope> |
| 291 | </dependency> |
| 292 | <dependency> |
wasala | 4a1457c | 2018-09-11 09:50:21 +0200 | [diff] [blame] | 293 | <groupId>org.assertj</groupId> |
| 294 | <artifactId>assertj-core</artifactId> |
Piotr Bocheński | 85e1d39 | 2018-11-30 18:03:17 +0100 | [diff] [blame] | 295 | <scope>test</scope> |
wasala | 4a1457c | 2018-09-11 09:50:21 +0200 | [diff] [blame] | 296 | </dependency> |
micdzied | 7e7aa0c | 2018-05-07 08:42:44 +0200 | [diff] [blame] | 297 | <dependency> |
grabinsk | 6ae123a | 2019-05-29 15:06:10 +0200 | [diff] [blame] | 298 | <groupId>org.springframework.boot</groupId> |
| 299 | <artifactId>spring-boot-starter-test</artifactId> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 300 | <scope>test</scope> |
grabinsk | 6ae123a | 2019-05-29 15:06:10 +0200 | [diff] [blame] | 301 | <exclusions> |
| 302 | <exclusion> |
| 303 | <groupId>junit</groupId> |
| 304 | <artifactId>junit</artifactId> |
| 305 | </exclusion> |
| 306 | </exclusions> |
micdzied | 7e7aa0c | 2018-05-07 08:42:44 +0200 | [diff] [blame] | 307 | </dependency> |
| 308 | <dependency> |
grabinsk | 4858975 | 2019-07-09 09:56:58 +0200 | [diff] [blame] | 309 | <groupId>org.springframework.cloud</groupId> |
| 310 | <artifactId>spring-cloud-contract-wiremock</artifactId> |
| 311 | <scope>test</scope> |
| 312 | <exclusions> |
| 313 | <exclusion> |
| 314 | <groupId>junit</groupId> |
| 315 | <artifactId>junit</artifactId> |
| 316 | </exclusion> |
| 317 | </exclusions> |
| 318 | </dependency> |
| 319 | <dependency> |
micdzied | 8e8d8f7 | 2018-12-12 14:03:19 +0100 | [diff] [blame] | 320 | <groupId>io.projectreactor</groupId> |
| 321 | <artifactId>reactor-test</artifactId> |
| 322 | <scope>test</scope> |
| 323 | </dependency> |
| 324 | <dependency> |
| 325 | <groupId>org.glassfish.jersey.connectors</groupId> |
| 326 | <artifactId>jersey-apache-connector</artifactId> |
| 327 | <scope>test</scope> |
micdzied | 7e7aa0c | 2018-05-07 08:42:44 +0200 | [diff] [blame] | 328 | </dependency> |
wasala | b80bcb8 | 2018-03-26 15:48:46 +0200 | [diff] [blame] | 329 | </dependencies> |
Lusheng Ji | 6bb4aa2 | 2018-04-06 10:26:18 -0400 | [diff] [blame] | 330 | </project> |