Pārlūkot izejas kodu

增加common依赖

hym 4 gadi atpakaļ
vecāks
revīzija
e601578485
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      user_center/pom.xml

+ 5 - 0
user_center/pom.xml

@@ -16,6 +16,11 @@
            <artifactId>hutool-all</artifactId>
            <version>5.4.5</version>
        </dependency>
+       <dependency>
+           <groupId>com.huaxu</groupId>
+           <artifactId>common</artifactId>
+           <version>1.0-SNAPSHOT</version>
+       </dependency>
    </dependencies>
 
 </project>