|
|
@@ -247,7 +247,7 @@
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.usoftchina.saas</groupId>
|
|
|
- <artifactId>common-dto</artifactId>
|
|
|
+ <artifactId>commons</artifactId>
|
|
|
<version>${project.release.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
@@ -260,6 +260,16 @@
|
|
|
<artifactId>purchase-dto</artifactId>
|
|
|
<version>${project.release.version}</version>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.usoftchina.saas</groupId>
|
|
|
+ <artifactId>document-api</artifactId>
|
|
|
+ <version>${project.release.version}</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.usoftchina.saas</groupId>
|
|
|
+ <artifactId>document-dto</artifactId>
|
|
|
+ <version>${project.release.version}</version>
|
|
|
+ </dependency>
|
|
|
<!-- file upload -->
|
|
|
<dependency>
|
|
|
<groupId>io.github.openfeign.form</groupId>
|