瀏覽代碼

支付组件

zouxuan 5 月之前
父節點
當前提交
31354caf41
共有 1 個文件被更改,包括 2 次插入6 次删除
  1. 2 6
      mec-biz/pom.xml

+ 2 - 6
mec-biz/pom.xml

@@ -66,8 +66,8 @@
 					<groupId>com.baomidou</groupId>
 				</exclusion>
 				<exclusion>
-					<artifactId>commons-logging</artifactId>
-					<groupId>commons-logging</groupId>
+					<artifactId>microsvc-payment-common</artifactId>
+					<groupId>com.microsvc.toolkit.middleware</groupId>
 				</exclusion>
 			</exclusions>
 		</dependency>
@@ -129,10 +129,6 @@
 					<artifactId>fastjson</artifactId>
 					<groupId>com.alibaba</groupId>
 				</exclusion>
-				<exclusion>
-					<artifactId>commons-logging</artifactId>
-					<groupId>commons-logging</groupId>
-				</exclusion>
 			</exclusions>
 			<groupId>com.microsvc.toolkit.common</groupId>
 			<version>${microsvc.version}</version>