Browse Source

支付组件

zouxuan 3 months ago
parent
commit
18dafc2f2f
1 changed files with 2 additions and 10 deletions
  1. 2 10
      mec-biz/pom.xml

+ 2 - 10
mec-biz/pom.xml

@@ -60,16 +60,8 @@
 					<groupId>com.baomidou</groupId>
 				</exclusion>
 				<exclusion>
-					<groupId>org.springframework.boot</groupId>
-					<artifactId>spring-boot-starter-log4j2</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>com.microsvc.toolkit.middleware</groupId>
-					<artifactId>microsvc-payment-wxpay</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>com.microsvc.toolkit.middleware</groupId>
-					<artifactId>microsvc-payment-alipay</artifactId>
+					<artifactId>slf4j-api</artifactId>
+					<groupId>org.slf4j</groupId>
 				</exclusion>
 			</exclusions>
 		</dependency>