Browse Source

支付组件

zouxuan 5 months ago
parent
commit
324955d138
2 changed files with 1 additions and 7 deletions
  1. 1 0
      mec-biz/pom.xml
  2. 0 7
      pom.xml

+ 1 - 0
mec-biz/pom.xml

@@ -19,6 +19,7 @@
 		<dependency>
 			<groupId>com.microsvc.toolkit.middleware</groupId>
 			<artifactId>microsvc-middleware-payment</artifactId>
+			<version>${microsvc.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>com.ym</groupId>

+ 0 - 7
pom.xml

@@ -38,13 +38,6 @@
 				<version>2.2.1.RELEASE</version>
 			</dependency>-->
 			<dependency>
-				<groupId>com.microsvc.toolkit</groupId>
-				<artifactId>microsvc-dependencies-bom</artifactId>
-				<version>${microsvc.version}</version>
-				<type>pom</type>
-				<scope>import</scope>
-			</dependency>
-			<dependency>
 				<groupId>org.springframework.cloud</groupId>
 				<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
 				<version>0.9.0.RELEASE</version>