From d16b55507ee921564c75032e46759bbea1b77455 Mon Sep 17 00:00:00 2001
From: yanzhaofeige <yanzhaofeige@qq.com>
Date: Tue, 08 Oct 2024 23:24:25 +0800
Subject: [PATCH] init

---
 cpzidc-admin/pom.xml |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/cpzidc-admin/pom.xml b/cpzidc-admin/pom.xml
index 79801fb..f9fbefc 100644
--- a/cpzidc-admin/pom.xml
+++ b/cpzidc-admin/pom.xml
@@ -58,12 +58,21 @@
             <groupId>com.odcc.cpzidc</groupId>
             <artifactId>cpzidc-quartz</artifactId>
         </dependency>
-
+        <dependency>
+            <groupId>cn.smallbun.screw</groupId>
+            <artifactId>screw-core</artifactId>
+        </dependency>
         <!-- ไปฃ็ ็”Ÿๆˆ-->
         <dependency>
             <groupId>com.odcc.cpzidc</groupId>
             <artifactId>cpzidc-generator</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-test</artifactId>
+            <version>2.7.6</version>
+            <scope>test</scope>
+        </dependency>
 
     </dependencies>
 

--
Gitblit v1.9.3