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>