From 6293d2b460bd17eee8b078f5a53ee4b2a0eea88e Mon Sep 17 00:00:00 2001
From: yanzhaofeige <yanzhaofeige@qq.com>
Date: Mon, 30 Sep 2024 11:15:40 +0800
Subject: [PATCH] init

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

diff --git a/cpzidc-admin/pom.xml b/cpzidc-admin/pom.xml
index 02fc635..79801fb 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>

--
Gitblit v1.9.3