pom:账务中心
parent
5e07ab5ebe
commit
7675c18b87
5
pom.xml
5
pom.xml
|
|
@ -100,6 +100,11 @@
|
|||
<artifactId>scfs-api-service-equity</artifactId>
|
||||
<version>2.0.4-snapshot</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-service-accountant</artifactId>
|
||||
<version>2.0.4-snapshot</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-sm</artifactId>
|
||||
|
|
|
|||
|
|
@ -33,6 +33,11 @@
|
|||
<artifactId>scfs-api-service-equity</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-service-accountant</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue