Browse Source

支付组件

zouxuan 5 months ago
parent
commit
d73e5ba57d
1 changed files with 6 additions and 0 deletions
  1. 6 0
      mec-biz/pom.xml

+ 6 - 0
mec-biz/pom.xml

@@ -20,6 +20,12 @@
 			<groupId>com.microsvc.toolkit.middleware</groupId>
 			<artifactId>microsvc-middleware-payment</artifactId>
 			<version>${microsvc.version}</version>
+			<exclusions>
+				<exclusion>
+					<artifactId>mybatis-plus-annotation</artifactId>
+					<groupId>com.baomidou</groupId>
+				</exclusion>
+			</exclusions>
 		</dependency>
 		<dependency>
 			<groupId>com.ym</groupId>