fuyongxin
2026-06-03 1fd34350ea68fe820c4b62881b13c9f01082e6c0
sgd-auth/pom.xml
File was renamed from ruoyi-auth/pom.xml
@@ -2,16 +2,16 @@
         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.sgd</groupId>
        <artifactId>sgd</artifactId>
        <version>3.6.8</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    
    <artifactId>ruoyi-auth</artifactId>
    <artifactId>sgd-auth</artifactId>
   
    <description>
        ruoyi-auth认证授权中心
        sgd-auth认证授权中心
    </description>
    
    <dependencies>
@@ -46,10 +46,10 @@
            <artifactId>spring-boot-starter-actuator</artifactId>
        </dependency>
      
        <!-- RuoYi Common Security-->
        <!-- sgd Common Security-->
        <dependency>
            <groupId>com.ruoyi</groupId>
            <artifactId>ruoyi-common-security</artifactId>
            <groupId>com.sgd</groupId>
            <artifactId>sgd-common-security</artifactId>
        </dependency>
        
    </dependencies>