From 0f03e47899d7fd52ab5c7ad11a3bc5d4eec413cb Mon Sep 17 00:00:00 2001
From: yanzhaofeige <yanzhaofeige@qq.com>
Date: Mon, 30 Sep 2024 11:33:18 +0800
Subject: [PATCH] init

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

diff --git a/cpzidc-admin/pom.xml b/cpzidc-admin/pom.xml
index 02fc635..23e8a6f 100644
--- a/cpzidc-admin/pom.xml
+++ b/cpzidc-admin/pom.xml
@@ -23,7 +23,11 @@
             <artifactId>spring-boot-devtools</artifactId>
             <optional>true</optional> <!-- 表示依赖不会传递 -->
         </dependency>
-
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
         <!-- swagger3-->
         <dependency>
             <groupId>io.springfox</groupId>
@@ -60,6 +64,12 @@
             <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