From d1a64213237de51bd77d32709a1e1cbb6c8417b5 Mon Sep 17 00:00:00 2001 From: fwq <582742538@qq.com> Date: 星期一, 17 十月 2022 12:02:18 +0800 Subject: [PATCH] 删除接口 --- pom.xml | 13 +++---------- 1 files changed, 3 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 4e71708..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> @@ -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> <!--鍙戦�侀偖浠�--> -- Gitblit v1.8.0