瀏覽代碼

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>