|
@@ -36,6 +36,13 @@
|
|
|
<version>${project.version}</version>
|
|
<version>${project.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
+ <!-- 支付中心 -->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.github.microservice.payment</groupId>
|
|
|
|
|
+ <artifactId>PaymentClient</artifactId>
|
|
|
|
|
+ <version>${project.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.github.microservice.components</groupId>
|
|
<groupId>com.github.microservice.components</groupId>
|
|
|
<artifactId>RedisData</artifactId>
|
|
<artifactId>RedisData</artifactId>
|