Browse Source

增加结算任务调用营销接口,调用财务系统接口进行记账

master
陈裕财 5 years ago
parent
commit
48c062c367
  1. 5
      pom.xml
  2. 5
      xm-core/pom.xml

5
pom.xml

@ -38,6 +38,11 @@
<artifactId>mdp-oauth2-client</artifactId>
<version>${mdp.version}</version>
</dependency>
<dependency>
<groupId>com.mdp</groupId>
<artifactId>mdp-tpa-client</artifactId>
<version>${mdp.version}</version>
</dependency>
<dependency>
<groupId>com.mdp</groupId>
<artifactId>mdp-audit-log-client</artifactId>

5
xm-core/pom.xml

@ -19,6 +19,11 @@
<artifactId>mdp-boot-starter</artifactId>
<version>${mdp.version}</version>
</dependency>
<dependency>
<groupId>com.mdp</groupId>
<artifactId>mdp-tpa-client</artifactId>
<version>${mdp.version}</version>
</dependency>
<dependency>
<groupId>com.mdp</groupId>
<artifactId>mdp-oauth2-client</artifactId>

Loading…
Cancel
Save