copy from ruoyi-common/ruoyi-common-security/pom.xml
copy to hs-common/hs-common-sensitive/pom.xml
| File was copied from ruoyi-common/ruoyi-common-security/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-security</artifactId> |
| | | <artifactId>hs-common-sensitive</artifactId> |
| | | |
| | | <description> |
| | | ruoyi-common-security 安全模块 |
| | | hs-common-sensitive 脱敏模块 |
| | | </description> |
| | | |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>com.sunsail</groupId> |
| | | <artifactId>ruoyi-common-satoken</artifactId> |
| | | <artifactId>hs-common-json</artifactId> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | </project> |