From 17493a2a158ad6f04f482ed4a86fd1ec62bb520f Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Wed, 02 Jun 2021 12:00:20 +0800
Subject: [PATCH] 优化图片工具类读取文件
---
ruoyi-auth/pom.xml | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/ruoyi-auth/pom.xml b/ruoyi-auth/pom.xml
index 451d20d..41652aa 100644
--- a/ruoyi-auth/pom.xml
+++ b/ruoyi-auth/pom.xml
@@ -45,12 +45,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
-
- <!-- Mysql Connector -->
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- </dependency>
<!-- RuoYi Common Security-->
<dependency>
--
Gitblit v1.9.3