We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420e146 commit 1242a30Copy full SHA for 1242a30
1 file changed
pom.xml
@@ -51,6 +51,7 @@
51
<version.swagger>2.9.2</version.swagger>
52
<version.spring-boot>1.5.10.RELEASE</version.spring-boot>
53
<version.lombok>1.18.6</version.lombok>
54
+ <version.swagger-models>1.5.24</version.swagger-models>
55
</properties>
56
57
<dependencies>
@@ -78,6 +79,17 @@
78
79
<groupId>io.springfox</groupId>
80
<artifactId>springfox-swagger2</artifactId>
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
91
92
+ <version>version.swagger-models</version>
93
</dependency>
94
<dependency>
95
0 commit comments