copy from ruoyi-oss/pom.xml
copy to ruoyi-common/ruoyi-common-log/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-log</artifactId> |
| | | |
| | | <description> |
| | | OSS瀵硅薄瀛樺偍妯″潡 |
| | | ruoyi-common-log 鏃ュ織璁板綍 |
| | | </description> |
| | | |
| | | <dependencies> |
| | | |
| | | <!-- 閫氱敤宸ュ叿--> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-common</artifactId> |
| | | <artifactId>ruoyi-common-satoken</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.amazonaws</groupId> |
| | | <artifactId>aws-java-sdk-s3</artifactId> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | </project> |