From 93681ca68a83ec3e071b2f85f7ed6449509a1dfb Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 21 十一月 2024 20:09:39 +0800 Subject: [PATCH] 初始化 --- pom.xml | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 51 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index ee46aba..f35e3b0 100644 --- a/pom.xml +++ b/pom.xml @@ -2,13 +2,13 @@ <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"> - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> - <groupId>com.hnct</groupId> - <artifactId>airport-screen-backend</artifactId> + <groupId>com.ycl</groupId> + <artifactId>project-management</artifactId> <version>1.0.0</version> - <name>airport-screen-backend</name> + <name>project-management</name> <description>涓�浣撳寲鏅鸿兘瑙嗛鍒嗘瀽骞冲彴</description> <properties> @@ -34,11 +34,47 @@ <lombok.version>1.18.24</lombok.version> <easyEacel.version>3.3.2</easyEacel.version> <knife.version>3.0.3</knife.version> + <flowable.version>6.8.1</flowable.version> + <flowable-other.version>6.8.1</flowable-other.version> </properties> <!-- 渚濊禆澹版槑 --> <dependencyManagement> <dependencies> + + <!-- flowable --> + <dependency> + <groupId>org.flowable</groupId> + <artifactId>flowable-spring-boot-starter</artifactId> + <version>${flowable.version}</version> + <exclusions> + <exclusion> + <groupId>org.flowable</groupId> + <artifactId>flowable-spring-security</artifactId> + </exclusion> + </exclusions> + </dependency> + + <dependency> + <groupId>org.flowable</groupId> + <artifactId>flowable-spring-boot-starter-process</artifactId> + <version>${flowable.version}</version> + </dependency> + + <dependency> + <groupId>org.flowable</groupId> + <artifactId>flowable-json-converter</artifactId> + <version>${flowable-other.version}</version> + </dependency> + + <dependency> + <groupId>org.flowable</groupId> + <artifactId>flowable-bpmn-layout</artifactId> + <version>${flowable-other.version}</version> + </dependency> + + + <!-- swagger-knife --> <dependency> @@ -181,21 +217,28 @@ <!-- 绯荤粺妯″潡--> <dependency> - <groupId>com.hnct</groupId> + <groupId>com.ycl</groupId> <artifactId>business</artifactId> <version>${platform.version}</version> </dependency> <!-- 绯荤粺妯″潡--> <dependency> - <groupId>com.hnct</groupId> + <groupId>com.ycl</groupId> <artifactId>system</artifactId> + <version>${platform.version}</version> + </dependency> + + <!-- 宸ヤ綔娴佹ā鍧� --> + <dependency> + <groupId>com.ycl</groupId> + <artifactId>flowable</artifactId> <version>${platform.version}</version> </dependency> <!-- 閫氱敤宸ュ叿--> <dependency> - <groupId>com.hnct</groupId> + <groupId>com.ycl</groupId> <artifactId>common</artifactId> <version>${platform.version}</version> </dependency> @@ -208,6 +251,7 @@ <module>common</module> <module>system</module> <module>business</module> + <module>flowable</module> </modules> <packaging>pom</packaging> -- Gitblit v1.8.0