From 9d0cbfb3bbe2b0767c60dc0dfc60016fe264c0fb Mon Sep 17 00:00:00 2001 From: 童刚 <pBP8jclM@8yTJ@4h> Date: 星期一, 19 九月 2022 17:58:18 +0800 Subject: [PATCH] 优化 --- pom.xml | 18 +++--------------- 1 files changed, 3 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 68c2a5a..97b3b58 100644 --- a/pom.xml +++ b/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> @@ -191,13 +191,6 @@ <version>${cglib.version}</version> </dependency> - <!-- 鏁版嵁搴撹嚜鍔ㄧ敓鎴愯〃 --> - <dependency> - <groupId>com.gitee.sunchenbin.mybatis.actable</groupId> - <artifactId>mybatis-enhance-actable</artifactId> - <version>${mybatis.actable}</version> - </dependency> - <!--鍙戦�侀偖浠�--> <dependency> <groupId>com.sun.mail</groupId> @@ -301,11 +294,6 @@ <version>${spring.redis.version}</version> </dependency> - <dependency> - <groupId>org.projectlombok</groupId> - <artifactId>lombok</artifactId> - <version>${lombok.version}</version> - </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> -- Gitblit v1.8.0