From 329b1cb2b08a4043af1262872bb8de88cf665219 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 03 一月 2025 16:17:58 +0800 Subject: [PATCH] 赋码startId调整 --- business/pom.xml | 38 ++++++++++++++++++++++---------------- 1 files changed, 22 insertions(+), 16 deletions(-) diff --git a/business/pom.xml b/business/pom.xml index 56d3b52..555f263 100644 --- a/business/pom.xml +++ b/business/pom.xml @@ -1,26 +1,32 @@ <?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"> - <modelVersion>4.0.0</modelVersion> + 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> - <artifactId>business</artifactId> + <artifactId>business</artifactId> - <parent> - <artifactId>airport-screen-backend</artifactId> - <groupId>com.hnct</groupId> - <version>1.0.0</version> - </parent> + <parent> + <artifactId>project-management</artifactId> + <groupId>com.ycl</groupId> + <version>1.0.0</version> + </parent> - <name>business</name> + <name>business</name> - <dependencies> + <dependencies> - <!-- 绯荤粺鍔熻兘--> - <dependency> - <groupId>com.hnct</groupId> - <artifactId>system</artifactId> - </dependency> + <!-- 绯荤粺鍔熻兘--> + <dependency> + <groupId>com.ycl</groupId> + <artifactId>system</artifactId> + </dependency> - </dependencies> + <!-- flowable --> + <dependency> + <groupId>com.ycl</groupId> + <artifactId>flowable</artifactId> + </dependency> + + </dependencies> </project> -- Gitblit v1.8.0