| File was renamed from ruoyi-common/ruoyi-common-satoken/pom.xml |
| | |
| | | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| | | <parent> |
| | | <groupId>com.sunsail</groupId> |
| | | <artifactId>ruoyi-common</artifactId> |
| | | <artifactId>hs-common</artifactId> |
| | | <version>${revision}</version> |
| | | </parent> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | |
| | | <artifactId>ruoyi-common-satoken</artifactId> |
| | | <artifactId>hs-common-satoken</artifactId> |
| | | |
| | | <dependencies> |
| | | |
| | | <dependency> |
| | | <groupId>com.sunsail</groupId> |
| | | <artifactId>ruoyi-common-core</artifactId> |
| | | <artifactId>hs-common-core</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- RuoYi Common Redis--> |
| | | <dependency> |
| | | <groupId>com.sunsail</groupId> |
| | | <artifactId>ruoyi-common-redis</artifactId> |
| | | <artifactId>hs-common-redis</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- Sa-Token 权限认证, 在线文档:http://sa-token.dev33.cn/ --> |