Переглянути джерело

svr-authentication添加common-util依赖

LiTaohong 5 роки тому
батько
коміт
7457a9441b
1 змінених файлів з 4 додано та 0 видалено
  1. 4 0
      server/svr-authentication/pom.xml

+ 4 - 0
server/svr-authentication/pom.xml

@ -118,6 +118,10 @@
            <artifactId>mysql-starter</artifactId>
            <version>2.0.0</version>
        </dependency>
        <dependency>
            <groupId>com.yihu.jw</groupId>
            <artifactId>common-util</artifactId>
        </dependency>
    </dependencies>