upd pom 10 20

master
冯凯 2023-10-20 12:50:05 +08:00
parent e36730c268
commit a5f1767038
1 changed files with 3 additions and 17 deletions

View File

@ -32,20 +32,6 @@
</properties> </properties>
<dependencies> <dependencies>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>4.5.16</version>
</dependency>
<!-- 邮箱依赖 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
<dependency>
<groupId>com.health</groupId>
<artifactId>base-file-remote</artifactId>
</dependency>
<dependency> <dependency>
<groupId>com.health</groupId> <groupId>com.health</groupId>
<artifactId>base-system-common</artifactId> <artifactId>base-system-common</artifactId>
@ -104,12 +90,12 @@
<groupId>com.health</groupId> <groupId>com.health</groupId>
<artifactId>health-common-log</artifactId> <artifactId>health-common-log</artifactId>
</dependency> </dependency>
<!-- RuoYi Common Swagger -->
<dependency> <dependency>
<groupId>com.health</groupId> <groupId>com.health</groupId>
<artifactId>health-common-security</artifactId> <artifactId>health-common-swagger</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<finalName>${project.artifactId}</finalName> <finalName>${project.artifactId}</finalName>