|
|
@ -18,18 +18,6 @@ |
|
|
|
<description>客户端token</description> |
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<dependency> |
|
|
|
<groupId>com.esua.epdc.shibei</groupId> |
|
|
|
<artifactId>epdc-commons-tools</artifactId> |
|
|
|
<version>${epdc-cloud-commons.version}</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>com.esua.epdc.shibei</groupId> |
|
|
|
<artifactId>epdc-cloud-user-client</artifactId> |
|
|
|
<version>${epdc-cloud-commons.version}</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-web</artifactId> |
|
|
@ -78,6 +66,19 @@ |
|
|
|
<artifactId>jjwt</artifactId> |
|
|
|
<version>0.7.0</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- epdc --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.esua.epdc.shibei</groupId> |
|
|
|
<artifactId>epdc-commons-tools</artifactId> |
|
|
|
<version>${epdc-cloud-commons.version}</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>com.esua.epdc.shibei</groupId> |
|
|
|
<artifactId>epdc-cloud-user-client</artifactId> |
|
|
|
<version>${epdc-cloud-commons.version}</version> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<build> |
|
|
|