|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 4 | <modelVersion>4.0.0</modelVersion> |
4 | 5 |
|
5 | | - <artifactId>ChannelFinder</artifactId> |
6 | | - <groupId>org.phoebus</groupId> |
7 | | - <version>5.0.1-SNAPSHOT</version> |
8 | | - <name>ChannelFinder Service</name> |
| 6 | + <artifactId>ChannelFinder</artifactId> |
| 7 | + <groupId>org.phoebus</groupId> |
| 8 | + <version>5.0.1-SNAPSHOT</version> |
| 9 | + <name>ChannelFinder Service</name> |
9 | 10 |
|
10 | 11 | <description>A RESTful directory services for a list channels</description> |
11 | 12 | <url>https://channelfinder.readthedocs.io/</url> |
|
155 | 156 | </dependency> |
156 | 157 | <dependency> |
157 | 158 | <groupId>org.springdoc</groupId> |
158 | | - <artifactId>springdoc-openapi-ui</artifactId> |
159 | | - <version>1.7.0</version> |
| 159 | + <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
| 160 | + <version>2.8.5</version> |
160 | 161 | </dependency> |
161 | 162 | <dependency> |
162 | 163 | <groupId>org.testcontainers</groupId> |
|
186 | 187 | <artifactId>micrometer-registry-prometheus</artifactId> |
187 | 188 | <scope>runtime</scope> |
188 | 189 | </dependency> |
189 | | - <dependency> |
190 | | - <groupId>io.swagger.core.v3</groupId> |
191 | | - <artifactId>swagger-core</artifactId> |
192 | | - <version>2.2.20</version> |
193 | | - </dependency> |
194 | 190 | </dependencies> |
195 | 191 | <build> |
196 | 192 | <!-- read properties from the pom file and add them to the application.properties --> |
|
303 | 299 | <id>merge</id> |
304 | 300 | <phase>verify</phase> |
305 | 301 | <goals> |
306 | | - <goal>merge</goal> |
| 302 | + <goal>merge</goal> |
307 | 303 | </goals> |
308 | 304 | <configuration> |
309 | 305 | <fileSets> |
|
373 | 369 | <prefix>git</prefix> |
374 | 370 | <verbose>false</verbose> |
375 | 371 | <generateGitPropertiesFile>true</generateGitPropertiesFile> |
376 | | - <generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename> |
| 372 | + <generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties |
| 373 | + </generateGitPropertiesFilename> |
377 | 374 | <format>json</format> |
378 | 375 | <excludeProperties> |
379 | 376 | <excludeProperty>^git.build.*$</excludeProperty> |
|
0 commit comments