yz_08
2021-02-09 165e00495c05e4f89ac6c3902620e235944965ab
febs-server/febs-server-hr/pom.xml
@@ -11,7 +11,7 @@
    <artifactId>febs-server-hr</artifactId>
   <version>0.0.1-SNAPSHOT</version>
   <name>febs-server-hr</name>
   <name>FEBS-Server-Hr</name>
   <description>人力资源服务模块</description>
    <properties>
@@ -52,7 +52,18 @@
            <groupId>com.codingapi.txlcn</groupId>
            <artifactId>txlcn-txmsg-netty</artifactId>
        </dependency>
   </dependencies>
        <dependency>
            <groupId>cc.mrbird</groupId>
            <artifactId>febs-common-redis-starter</artifactId>
            <version>2.2-RELEASE</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>cn.hutool</groupId>
            <artifactId>hutool-all</artifactId>
            <version>5.5.8</version>
        </dependency>
    </dependencies>
   <build>
      <plugins>