|
|
|
@ -32,6 +32,7 @@
|
|
|
|
|
<velocity.version>2.3</velocity.version>
|
|
|
|
|
<jwt.version>0.9.1</jwt.version>
|
|
|
|
|
<warm-flow>1.3.4</warm-flow>
|
|
|
|
|
<hutool.version>5.6.5</hutool.version>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<!-- 依赖声明 -->
|
|
|
|
@ -200,6 +201,11 @@
|
|
|
|
|
<artifactId>warm-flow-plugin-ui-sb-web</artifactId>
|
|
|
|
|
<version>${warm-flow}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
|
|
<artifactId>hutool-all</artifactId>
|
|
|
|
|
<version>${hutool.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
|