安全模块 pom补充,消除多余pom

This commit is contained in:
lizhengwei 2025-01-06 22:44:10 +08:00
parent 009a207240
commit 2b117e7dd9
2 changed files with 23 additions and 14 deletions

View File

@ -79,10 +79,10 @@
<artifactId>ruoyi-system-saas</artifactId> <artifactId>ruoyi-system-saas</artifactId>
</dependency> </dependency>
<dependency> <!-- <dependency>-->
<groupId>org.dromara</groupId> <!-- <groupId>org.dromara</groupId>-->
<artifactId>ruoyi-job</artifactId> <!-- <artifactId>ruoyi-job</artifactId>-->
</dependency> <!-- </dependency>-->
<!-- 代码生成--> <!-- 代码生成-->
<dependency> <dependency>
@ -90,17 +90,17 @@
<artifactId>ruoyi-generator</artifactId> <artifactId>ruoyi-generator</artifactId>
</dependency> </dependency>
<!-- demo模块 --> <!-- &lt;!&ndash; demo模块 &ndash;&gt;-->
<dependency> <!-- <dependency>-->
<groupId>org.dromara</groupId> <!-- <groupId>org.dromara</groupId>-->
<artifactId>ruoyi-demo</artifactId> <!-- <artifactId>ruoyi-demo</artifactId>-->
</dependency> <!-- </dependency>-->
<!-- 工作流模块 --> <!-- &lt;!&ndash; 工作流模块 &ndash;&gt;-->
<dependency> <!-- <dependency>-->
<groupId>org.dromara</groupId> <!-- <groupId>org.dromara</groupId>-->
<artifactId>ruoyi-workflow</artifactId> <!-- <artifactId>ruoyi-workflow</artifactId>-->
</dependency> <!-- </dependency>-->
<dependency> <dependency>
<groupId>de.codecentric</groupId> <groupId>de.codecentric</groupId>

View File

@ -21,6 +21,15 @@
<artifactId>ruoyi-common-satoken</artifactId> <artifactId>ruoyi-common-satoken</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-spring-boot3-starter</artifactId>
</dependency>
</dependencies> </dependencies>
</project> </project>