Selaa lähdekoodia

资金模块报错问题处理

guq 8 vuotta sitten
vanhempi
commit
1d1b1282ae
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. 8 0
      applications/money/money-server/pom.xml

+ 8 - 0
applications/money/money-server/pom.xml

@@ -21,6 +21,14 @@
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.usoftchina.saas</groupId>
+            <artifactId>auth-client</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.usoftchina.saas</groupId>
+            <artifactId>server-starter</artifactId>
+        </dependency>
 
         <!-- db -->
         <dependency>