ruoyi-common/ruoyi-common-sms/pom.xml
文件名从 ruoyi-sms/pom.xml 修改
@@ -3,25 +3,23 @@
         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-sms</artifactId>
    <artifactId>ruoyi-common-sms</artifactId>
    <description>
        SMS鐭俊妯″潡
        ruoyi-common-sms 鐭俊妯″潡
    </description>
    <dependencies>
        <!-- 閫氱敤宸ュ叿-->
        <dependency>
            <groupId>com.ruoyi</groupId>
            <artifactId>ruoyi-common</artifactId>
            <artifactId>ruoyi-common-core</artifactId>
        </dependency>
        <dependency>
@@ -33,9 +31,7 @@
        <dependency>
            <groupId>com.tencentcloudapi</groupId>
            <artifactId>tencentcloud-sdk-java-sms</artifactId>
            <optional>true</optional>
        </dependency>
    </dependencies>
</project>