File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 51
51
<version .swagger>2.9.2</version .swagger>
52
52
<version .spring-boot>1.5.10.RELEASE</version .spring-boot>
53
53
<version .lombok>1.18.6</version .lombok>
54
+ <version .swagger-models>1.5.24</version .swagger-models>
54
55
</properties >
55
56
56
57
<dependencies >
78
79
<groupId >io.springfox</groupId >
79
80
<artifactId >springfox-swagger2</artifactId >
80
81
<version >${version.swagger} </version >
82
+ <exclusions >
83
+ <exclusion >
84
+ <artifactId >swagger-models</artifactId >
85
+ <groupId >io.swagger</groupId >
86
+ </exclusion >
87
+ </exclusions >
88
+ </dependency >
89
+ <dependency >
90
+ <groupId >io.swagger</groupId >
91
+ <artifactId >swagger-models</artifactId >
92
+ <version >${version.swagger-models} </version >
81
93
</dependency >
82
94
<dependency >
83
95
<groupId >io.springfox</groupId >
You can’t perform that action at this time.
0 commit comments