|
@@ -60,6 +60,7 @@
|
|
|
<common.collect>4.4</common.collect>
|
|
|
<geotools.version>20.0</geotools.version>
|
|
|
<jsqlparser.version>4.6</jsqlparser.version>
|
|
|
+ <warm-flow>1.6.7</warm-flow>
|
|
|
</properties>
|
|
|
|
|
|
<!-- 依赖声明 -->
|
|
@@ -222,7 +223,11 @@
|
|
|
<artifactId>ruoyi-common</artifactId>
|
|
|
<version>${ruoyi.version}</version>
|
|
|
</dependency>
|
|
|
-
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.huashe.application</groupId>
|
|
|
+ <artifactId>ruoyi-flow</artifactId>
|
|
|
+ <version>${ruoyi.version}</version>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.dtflys.forest</groupId>
|
|
|
<artifactId>forest-spring-boot-starter</artifactId>
|
|
@@ -407,6 +412,16 @@
|
|
|
<artifactId>gt-epsg-hsql</artifactId>
|
|
|
<version>${geotools.version}</version>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.dromara.warm</groupId>
|
|
|
+ <artifactId>warm-flow-mybatis-sb-starter</artifactId>
|
|
|
+ <version>${warm-flow}</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.dromara.warm</groupId>
|
|
|
+ <artifactId>warm-flow-plugin-ui-sb-web</artifactId>
|
|
|
+ <version>${warm-flow}</version>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
<repositories>
|