From c8048941986b9a0bdcdc07e540cd2f6b33db60bd Mon Sep 17 00:00:00 2001
From: liuleilei <234@qq.com>
Date: 星期五, 22 十二月 2023 11:50:58 +0800
Subject: [PATCH] 员工列表

---
 server/pom.xml |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/server/pom.xml b/server/pom.xml
index 32c3e98..6044bf1 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -271,6 +271,17 @@
       <artifactId>artemis-http-client</artifactId>
       <version>1.1.3</version>
     </dependency>
+    <dependency>
+      <groupId>commons-net</groupId>
+      <artifactId>commons-net</artifactId>
+      <version>3.8.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter-data-redis</artifactId>
+    </dependency>
+
+
   </dependencies>
   <build>
     <plugins>

--
Gitblit v1.9.3