Prechádzať zdrojové kódy

分数据中心功能

yingp 7 rokov pred
rodič
commit
2dbee35fb2
1 zmenil súbory, kde vykonal 15 pridanie a 0 odobranie
  1. 15 0
      pom.xml

+ 15 - 0
pom.xml

@@ -319,6 +319,21 @@
                 <artifactId>sms-api</artifactId>
                 <version>${project.release.version}</version>
             </dependency>
+            <dependency>
+                <groupId>com.usoftchina.saas</groupId>
+                <artifactId>datacenter-dto</artifactId>
+                <version>${project.release.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.usoftchina.saas</groupId>
+                <artifactId>datacenter-api</artifactId>
+                <version>${project.release.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.usoftchina.saas</groupId>
+                <artifactId>datacenter-client</artifactId>
+                <version>${project.release.version}</version>
+            </dependency>
             <!-- file upload -->
             <dependency>
                 <groupId>io.github.openfeign.form</groupId>