fwq
2022-10-14 cc1dd8bcb4027942a5427662ce58ff97a7625edd
pom.xml
@@ -4,13 +4,13 @@
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.hz</groupId>
    <artifactId>phi-sms-feign-parent</artifactId>
    <groupId>com.hx</groupId>
    <artifactId>phi-warehouse-feign-parent</artifactId>
    <version>1.0-SNAPSHOT</version>
    <packaging>pom</packaging>
    <modules>
        <module>phi-sms-feign</module>
        <module>phi-warehouse-feign</module>
    </modules>
    <parent>
@@ -189,13 +189,6 @@
                <groupId>cglib</groupId>
                <artifactId>cglib</artifactId>
                <version>${cglib.version}</version>
            </dependency>
            <!-- 数据库自动生成表 -->
            <dependency>
                <groupId>com.gitee.sunchenbin.mybatis.actable</groupId>
                <artifactId>mybatis-enhance-actable</artifactId>
                <version>${mybatis.actable}</version>
            </dependency>
            <!--发送邮件-->