48 lines
1.4 KiB
XML
48 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<artifactId>ruoyi-common</artifactId>
|
|
<groupId>org.dromara</groupId>
|
|
<version>${revision}</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>ruoyi-common-workflow</artifactId>
|
|
|
|
<description>
|
|
ruoyi-common-workflow Warm-Flow国产工作流引擎
|
|
</description>
|
|
|
|
<!-- 官方文档地址 -->
|
|
<url>http://warm-flow.cn/ </url>
|
|
|
|
<dependencies>
|
|
|
|
<!-- RuoYi Common Core-->
|
|
<dependency>
|
|
<groupId>org.dromara</groupId>
|
|
<artifactId>ruoyi-common-core</artifactId>
|
|
</dependency>
|
|
|
|
<!-- Warm-Flow国产工作流引擎-->
|
|
<dependency>
|
|
<groupId>io.github.minliuhua</groupId>
|
|
<artifactId>warm-flow-mybatis-plus-sb-starter</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>io.github.minliuhua</groupId>
|
|
<artifactId>warm-flow-plugin-spel</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>io.github.minliuhua</groupId>
|
|
<artifactId>warm-flow-plugin-ui-sb-web</artifactId>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|