From e04fc2cae8d82955af0110b2de98abe629b02a94 Mon Sep 17 00:00:00 2001
From: liewstar <2935437378@qq.com>
Date: Sat, 5 Oct 2024 16:44:01 +0800
Subject: [PATCH] fix: add junit dependency
---
pom.xml | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9bb3765..ff4fccd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,9 +19,9 @@
- org.sonatype.oss
- oss-parent
- 7
+ org.springframework.boot
+ spring-boot-starter-parent
+ 2.7.12
@@ -58,6 +58,7 @@
mysql
mysql-connector-java
+ 8.0.33
org.casbin
@@ -80,6 +81,12 @@
spring-boot-starter-test
+
+ junit
+ junit
+ test
+
+
\ No newline at end of file