1
13693261870
2024-08-25 8634715802fcd62804d9c5bdda751414e677f9c2
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,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>