TRX 1 年間 前
コミット
871453f06d
1 ファイル変更7 行追加0 行削除
  1. 7 0
      PaymentClient/pom.xml

+ 7 - 0
PaymentClient/pom.xml

@@ -68,6 +68,13 @@
 			<version>1.0.0-SNAPSHOT</version>
 		</dependency>
 
+		<!--    全卡业务    -->
+		<dependency>
+			<groupId>com.github.microservice.card</groupId>
+			<artifactId>FullCardClient</artifactId>
+			<version>${project.version}</version>
+		</dependency>
+
 	</dependencies>
 
 </project>