移除一些没必要的依赖

This commit is contained in:
xuwenbo
2020-05-21 18:48:50 +08:00
parent aa91f23a82
commit 0ac50aff91
13 changed files with 7 additions and 51 deletions

19
pom.xml
View File

@ -45,13 +45,6 @@
<dependencies>
<!--Spring boot start-->
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
@ -132,11 +125,6 @@
<artifactId>swagger-models</artifactId>
<version>1.5.21</version>
</dependency>
<!-- <dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>swagger-bootstrap-ui</artifactId>
<version>1.9.6</version>
</dependency>-->
<!--单应用-->
<dependency>
<groupId>com.github.xiaoymin</groupId>
@ -225,13 +213,6 @@
<artifactId>UserAgentUtils</artifactId>
<version>1.20</version>
</dependency>
</dependencies>
<build>