1
13693261870
2024-08-25 8634715802fcd62804d9c5bdda751414e677f9c2
se-auth/pom.xml
@@ -46,12 +46,18 @@
            <artifactId>spring-boot-starter-actuator</artifactId>
        </dependency>
      
        <!-- RuoYi Common Security-->
        <!-- SE Common Security-->
        <dependency>
            <groupId>com.se</groupId>
            <artifactId>se-common-security</artifactId>
        </dependency>
        <!--lombok-->
        <dependency>
            <groupId>org.projectlombok</groupId>
            <artifactId>lombok</artifactId>
            <optional>true</optional>
        </dependency>
    </dependencies>
   
    <build>