安全模块 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>
</dependency>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-job</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.dromara</groupId>-->
<!-- <artifactId>ruoyi-job</artifactId>-->
<!-- </dependency>-->
<!-- 代码生成-->
<dependency>
@ -90,17 +90,17 @@
<artifactId>ruoyi-generator</artifactId>
</dependency>
<!-- demo模块 -->
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-demo</artifactId>
</dependency>
<!-- &lt;!&ndash; demo模块 &ndash;&gt;-->
<!-- <dependency>-->
<!-- <groupId>org.dromara</groupId>-->
<!-- <artifactId>ruoyi-demo</artifactId>-->
<!-- </dependency>-->
<!-- 工作流模块 -->
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-workflow</artifactId>
</dependency>
<!-- &lt;!&ndash; 工作流模块 &ndash;&gt;-->
<!-- <dependency>-->
<!-- <groupId>org.dromara</groupId>-->
<!-- <artifactId>ruoyi-workflow</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>de.codecentric</groupId>

View File

@ -21,6 +21,15 @@
<artifactId>ruoyi-common-satoken</artifactId>
</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>
</project>