From c798e8ad78073ef106c79a83f39a2f2eba22e461 Mon Sep 17 00:00:00 2001
From: cjl <276999030@qq.com>
Date: Thu, 06 Jul 2023 11:25:11 +0800
Subject: [PATCH] 测试提交

---
 screen-common/pom.xml |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/screen-common/pom.xml b/screen-common/pom.xml
index 5fed457..7c4afd5 100644
--- a/screen-common/pom.xml
+++ b/screen-common/pom.xml
@@ -12,7 +12,7 @@
     <artifactId>screen-common</artifactId>
 
     <properties>
-
+        <commons-net>3.6</commons-net>
         <spring-boot-starter-data-redis.version>2.1.3.RELEASE</spring-boot-starter-data-redis.version>
         <jedis.version>2.9.0</jedis.version>
     </properties>
@@ -32,6 +32,16 @@
             <groupId>com.alibaba</groupId>
             <artifactId>fastjson</artifactId>
             <version>${com.alibaba.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-net</groupId>
+            <artifactId>commons-net</artifactId>
+            <version>3.6</version>
+        </dependency>
+        <dependency>
+            <groupId>com.google.code.kaptcha</groupId>
+            <artifactId>kaptcha</artifactId>
+            <version>2.3.2</version>
         </dependency>
     </dependencies>
 
@@ -65,6 +75,11 @@
                         <artifactId>maven-shared-incremental</artifactId>
                         <version>${maven-shared-incremental.version}</version>
                     </dependency>
+                    <dependency>
+                        <groupId>commons-net</groupId>
+                        <artifactId>commons-net</artifactId>
+                        <version>${commons-net}</version>
+                    </dependency>
                 </dependencies>
             </plugin>
 

--
Gitblit v1.8.0