Commit 934b6f59 by huluobin

# 费用系统 管理成本

parent 5890f4fb
......@@ -19,6 +19,7 @@
<datacenter-job.version>1.0-SNAPSHOT</datacenter-job.version>
<datacenter-domain.version>1.0-SNAPSHOT</datacenter-domain.version>
<bailuntec-cost-api.version>1.0-SNAPSHOT</bailuntec-cost-api.version>
<cost-interfaces.version>1.0-SNAPSHOT</cost-interfaces.version>
<elastic-job-spring-boot-starter.version>1.0-SNAPSHOT</elastic-job-spring-boot-starter.version>
</properties>
......@@ -34,6 +35,12 @@
<dependency>
<groupId>com.bailuntec</groupId>
<artifactId>cost-interfaces</artifactId>
<version>${cost-interfaces.version}</version>
</dependency>
<dependency>
<groupId>com.bailuntec</groupId>
<artifactId>bailuntec-api</artifactId>
<version>${bailuntec-api.version}</version>
</dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment