Skip to content

Commit

Permalink
去除swagger重复依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
theshy9999 committed Apr 14, 2022
1 parent 7db88a8 commit c5b85eb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,16 +174,16 @@
<artifactId>springfox-swagger-ui</artifactId>
<version>${swagger.version}</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<version>${annotations.version}</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-models</artifactId>
<version>${models.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>io.swagger</groupId>-->
<!-- <artifactId>swagger-annotations</artifactId>-->
<!-- <version>${annotations.version}</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>io.swagger</groupId>-->
<!-- <artifactId>swagger-models</artifactId>-->
<!-- <version>${models.version}</version>-->
<!-- </dependency>-->
<!--单应用-->
<dependency>
<groupId>com.github.xiaoymin</groupId>
Expand Down

0 comments on commit c5b85eb

Please sign in to comment.