Skip to content

Commit 359f9cd

Browse files
committed
升级swagger 2.9.2
1 parent cfd2c7f commit 359f9cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
<artifactId>spring-boot-configuration-processor</artifactId>
6565
<optional>true</optional>
6666
</dependency>
67+
<dependency>
68+
<groupId>org.springframework.boot</groupId>
69+
<artifactId>spring-boot-starter-web</artifactId>
70+
<optional>true</optional>
71+
</dependency>
6772
<dependency>
6873
<groupId>io.springfox</groupId>
6974
<artifactId>springfox-swagger-ui</artifactId>
@@ -85,11 +90,6 @@
8590
<version>${version.lombok}</version>
8691
<scope>provided</scope>
8792
</dependency>
88-
<dependency>
89-
<groupId>org.springframework.boot</groupId>
90-
<artifactId>spring-boot-starter-web</artifactId>
91-
<optional>true</optional>
92-
</dependency>
9393
</dependencies>
9494

9595
<dependencyManagement>

0 commit comments

Comments
 (0)