copy from ruoyi-oss/pom.xml
copy to ruoyi-common/ruoyi-common-security/pom.xml
文件从 ruoyi-oss/pom.xml 复制 |
| | |
| | | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| | | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| | | <parent> |
| | | <artifactId>ruoyi-vue-plus</artifactId> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-common</artifactId> |
| | | <version>${revision}</version> |
| | | <relativePath>../pom.xml</relativePath> |
| | | </parent> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | |
| | | <artifactId>ruoyi-oss</artifactId> |
| | | <artifactId>ruoyi-common-security</artifactId> |
| | | |
| | | <description> |
| | | OSS瀵硅薄瀛樺偍妯″潡 |
| | | ruoyi-common-security 瀹夊叏妯″潡 |
| | | </description> |
| | | |
| | | <dependencies> |
| | | |
| | | <!-- 閫氱敤宸ュ叿--> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-common</artifactId> |
| | | <artifactId>ruoyi-common-satoken</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- Sa-Token 鏉冮檺璁よ瘉, 鍦ㄧ嚎鏂囨。锛歨ttp://sa-token.dev33.cn/ --> |
| | | <dependency> |
| | | <groupId>com.amazonaws</groupId> |
| | | <artifactId>aws-java-sdk-s3</artifactId> |
| | | <groupId>cn.dev33</groupId> |
| | | <artifactId>sa-token-spring-boot3-starter</artifactId> |
| | | <version>${satoken.version}</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | </project> |