Browse Source

pom版本统一定义

guq 7 years ago
parent
commit
df35024c6c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -291,6 +291,11 @@
                 <artifactId>storage-dto</artifactId>
                 <version>${project.release.version}</version>
             </dependency>
+            <dependency>
+                <groupId>com.usoftchina.saas</groupId>
+                <artifactId>sale-dto</artifactId>
+                <version>${project.release.version}</version>
+            </dependency>
             <dependency>
                 <groupId>com.usoftchina.saas</groupId>
                 <artifactId>test-starter</artifactId>