zouxuan 5 mesi fa
parent
commit
31354caf41
1 ha cambiato i file con 2 aggiunte e 6 eliminazioni
  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>