调整人员选择
This commit is contained in:
parent
46614f06f5
commit
21627cd878
@ -1,4 +1,4 @@
|
||||
package com.cm.common.controller.route;
|
||||
package com.cm.common.plugin.controller.routes.common;
|
||||
|
||||
import com.cm.common.constants.ISystemConstant;
|
||||
import io.swagger.annotations.Api;
|
32
pom.xml
32
pom.xml
@ -70,6 +70,11 @@
|
||||
<knife4j.version>2.0.4</knife4j.version>
|
||||
<jwt.version>1.0.9.RELEASE</jwt.version>
|
||||
<email.version>1.6.2</email.version>
|
||||
<oshi-core.version>5.2.2</oshi-core.version>
|
||||
<jna.version>5.6.0</jna.version>
|
||||
<jna-platform.version>5.6.0</jna-platform.version>
|
||||
<spring-security-jwt.version>1.0.9.RELEASE</spring-security-jwt.version>
|
||||
<netty.version>4.1.50.Final</netty.version>
|
||||
</properties>
|
||||
|
||||
<!-- 依赖管理 -->
|
||||
@ -380,7 +385,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.security</groupId>
|
||||
<artifactId>spring-security-jwt</artifactId>
|
||||
<version>1.0.9.RELEASE</version>
|
||||
<version>${spring-security-jwt.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- sauronsoftware start -->
|
||||
@ -398,6 +403,31 @@
|
||||
<version>${email.version}</version>
|
||||
</dependency>
|
||||
<!-- email end -->
|
||||
|
||||
<!-- 设备信息 start -->
|
||||
<dependency>
|
||||
<groupId>com.github.oshi</groupId>
|
||||
<artifactId>oshi-core</artifactId>
|
||||
<version>${oshi-core.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
<artifactId>jna</artifactId>
|
||||
<version>${jna.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
<artifactId>jna-platform</artifactId>
|
||||
<version>${jna-platform.version}</version>
|
||||
</dependency>
|
||||
<!-- 设备信息 end -->
|
||||
<!-- netty start -->
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-all</artifactId>
|
||||
<version>${netty.version}</version>
|
||||
</dependency>
|
||||
<!-- netty end -->
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user