ruoyi-common/ruoyi-common-excel/pom.xml
copy from ruoyi-oss/pom.xml copy to ruoyi-common/ruoyi-common-excel/pom.xml
文件从 ruoyi-oss/pom.xml 复制
@@ -3,32 +3,29 @@
         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-excel</artifactId>
    <description>
        OSS瀵硅薄瀛樺偍妯″潡
        ruoyi-common-excel
    </description>
    <dependencies>
        <!-- 閫氱敤宸ュ叿-->
        <dependency>
            <groupId>com.ruoyi</groupId>
            <artifactId>ruoyi-common</artifactId>
            <artifactId>ruoyi-common-core</artifactId>
        </dependency>
        <dependency>
            <groupId>com.amazonaws</groupId>
            <artifactId>aws-java-sdk-s3</artifactId>
            <groupId>com.alibaba</groupId>
            <artifactId>easyexcel</artifactId>
        </dependency>
    </dependencies>
</project>