This repository was archived by the owner on Oct 30, 2023. It is now read-only.
File tree 1 file changed +13
-13
lines changed
java/java-cxf-spring-boot-minimal
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 12
12
<name >swagger-cxf-spring-boot-minimal-sample-app</name >
13
13
<version >2.0.0</version >
14
14
<properties >
15
- <cxf .version>3.2.4 </cxf .version>
16
- <spring-boot .version>2.0.2 .RELEASE</spring-boot .version>
15
+ <cxf .version>3.2.6 </cxf .version>
16
+ <spring-boot .version>2.0.5 .RELEASE</spring-boot .version>
17
17
</properties >
18
18
<build >
19
19
<sourceDirectory >src/main/java</sourceDirectory >
41
41
</plugins >
42
42
</build >
43
43
<dependencyManagement >
44
- <dependencies >
45
- <dependency >
46
- <!-- Import dependency management from Spring Boot -->
47
- <groupId >org.springframework.boot</groupId >
48
- <artifactId >spring-boot-dependencies</artifactId >
49
- <version >${spring-boot.version} </version >
50
- <type >pom</type >
51
- <scope >import</scope >
52
- </dependency >
53
- </dependencies >
44
+ <dependencies >
45
+ <dependency >
46
+ <!-- Import dependency management from Spring Boot -->
47
+ <groupId >org.springframework.boot</groupId >
48
+ <artifactId >spring-boot-dependencies</artifactId >
49
+ <version >${spring-boot.version} </version >
50
+ <type >pom</type >
51
+ <scope >import</scope >
52
+ </dependency >
53
+ </dependencies >
54
54
</dependencyManagement >
55
55
<dependencies >
56
56
<dependency >
67
67
<dependency >
68
68
<groupId >org.webjars</groupId >
69
69
<artifactId >swagger-ui</artifactId >
70
- <version >3.17 .0</version >
70
+ <version >3.19 .0</version >
71
71
</dependency >
72
72
<dependency >
73
73
<groupId >org.apache.cxf</groupId >
You can’t perform that action at this time.
0 commit comments