Files
klp-oa/ruoyi-flowable/pom.xml

38 lines
1.1 KiB
XML
Raw Normal View History

2021-12-24 11:06:04 +08:00
<?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-flowable-plus</artifactId>
<groupId>com.ruoyi</groupId>
2023-01-02 01:20:23 +08:00
<version>0.7.2</version>
2021-12-24 11:06:04 +08:00
</parent>
<modelVersion>4.0.0</modelVersion>
2022-01-28 14:53:05 +08:00
2021-12-24 11:06:04 +08:00
<artifactId>ruoyi-flowable</artifactId>
2022-01-28 14:53:05 +08:00
<description>
flowable工作流
</description>
2021-12-24 11:06:04 +08:00
<dependencies>
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common</artifactId>
</dependency>
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-process</artifactId>
2021-12-24 11:06:04 +08:00
</dependency>
<dependency>
<groupId>com.googlecode.aviator</groupId>
<artifactId>aviator</artifactId>
<version>5.3.1</version>
2021-12-24 11:06:04 +08:00
</dependency>
</dependencies>
</project>