diff --git a/nl-module-wms/nl-module-wms-server/pom.xml b/nl-module-wms/nl-module-wms-server/pom.xml
index be10ce4c..ef12b750 100644
--- a/nl-module-wms/nl-module-wms-server/pom.xml
+++ b/nl-module-wms/nl-module-wms-server/pom.xml
@@ -42,11 +42,6 @@
nl-module-task-api
${revision}
-
- cn.nl.cloud
- nl-module-base-api
- ${revision}
-
diff --git a/nl-module-wms/nl-module-wms-server/src/main/java/cn/code/nl/module/wms/framework/rpc/config/RpcConfiguration.java b/nl-module-wms/nl-module-wms-server/src/main/java/cn/code/nl/module/wms/framework/rpc/config/RpcConfiguration.java
deleted file mode 100644
index dfe143ac..00000000
--- a/nl-module-wms/nl-module-wms-server/src/main/java/cn/code/nl/module/wms/framework/rpc/config/RpcConfiguration.java
+++ /dev/null
@@ -1,15 +0,0 @@
-package cn.code.nl.module.wms.framework.rpc.config;
-
-import cn.code.nl.module.base.api.codegen.CodeGenApi;
-import org.springframework.cloud.openfeign.EnableFeignClients;
-import org.springframework.context.annotation.Configuration;
-
-/**
- * WMS 模块 RPC 配置
- *
- * @author zhouz
- */
-@Configuration(value = "wmsRpcConfiguration", proxyBeanMethods = false)
-@EnableFeignClients(clients = {CodeGenApi.class})
-public class RpcConfiguration {
-}