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>
|
2025-07-17 18:07:48 +08:00
|
|
|
<artifactId>klp-oa</artifactId>
|
|
|
|
|
<groupId>com.klp</groupId>
|
2023-05-14 16:15:21 +08:00
|
|
|
<version>0.8.3</version>
|
2021-12-24 11:06:04 +08:00
|
|
|
</parent>
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2022-01-28 14:53:05 +08:00
|
|
|
|
2025-07-17 18:07:48 +08:00
|
|
|
<artifactId>klp-flowable</artifactId>
|
2021-12-24 11:06:04 +08:00
|
|
|
|
2022-01-28 14:53:05 +08:00
|
|
|
<description>
|
|
|
|
|
flowable工作流
|
|
|
|
|
</description>
|
|
|
|
|
|
2021-12-24 11:06:04 +08:00
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
2025-07-17 18:07:48 +08:00
|
|
|
<groupId>com.klp</groupId>
|
|
|
|
|
<artifactId>klp-common</artifactId>
|
2021-12-24 11:06:04 +08:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.flowable</groupId>
|
2022-01-19 17:46:56 +08:00
|
|
|
<artifactId>flowable-spring-boot-starter-process</artifactId>
|
2021-12-24 11:06:04 +08:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
2022-05-06 23:51:22 +08:00
|
|
|
<groupId>com.googlecode.aviator</groupId>
|
|
|
|
|
<artifactId>aviator</artifactId>
|
|
|
|
|
<version>5.3.1</version>
|
2021-12-24 11:06:04 +08:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
</project>
|