From a4b0fdfdcde6e01caac8a6c8c12d463fb1040077 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期二, 20 八月 2024 17:38:41 +0800
Subject: [PATCH] 1

---
 se-auth/pom.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/se-auth/pom.xml b/se-auth/pom.xml
index 3424107..09989cd 100644
--- a/se-auth/pom.xml
+++ b/se-auth/pom.xml
@@ -2,8 +2,8 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
-        <groupId>com.ruoyi</groupId>
-        <artifactId>ruoyi</artifactId>
+        <groupId>com.se</groupId>
+        <artifactId>se</artifactId>
         <version>3.6.4</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -46,10 +46,10 @@
             <artifactId>spring-boot-starter-actuator</artifactId>
         </dependency>
 		
-        <!-- RuoYi Common Security-->
+        <!-- SE Common Security-->
         <dependency>
-            <groupId>com.ruoyi</groupId>
-            <artifactId>ruoyi-common-security</artifactId>
+            <groupId>com.se</groupId>
+            <artifactId>se-common-security</artifactId>
         </dependency>
         
     </dependencies>

--
Gitblit v1.9.3