Skip to content

Commit 5b39820

Browse files
committed
Remove fixed version dependencies
* io.swagger:swagger-core:1.5.17 * io.swagger:swagger-models:1.5.17
1 parent 329a15c commit 5b39820

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

modules/swagger-codegen/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -198,16 +198,6 @@
198198
<diffutils-version>1.3.0</diffutils-version>
199199
</properties>
200200
<dependencies>
201-
<dependency>
202-
<groupId>io.swagger</groupId>
203-
<artifactId>swagger-models</artifactId>
204-
<version>1.5.17</version>
205-
</dependency>
206-
<dependency>
207-
<groupId>io.swagger</groupId>
208-
<artifactId>swagger-core</artifactId>
209-
<version>1.5.17</version>
210-
</dependency>
211201
<dependency>
212202
<groupId>io.swagger.core.v3</groupId>
213203
<artifactId>swagger-models</artifactId>

0 commit comments

Comments
 (0)