From a3d588a997397578a4a241f694156ead3eb15bb9 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期三, 12 七月 2023 10:03:52 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/UBCS/ubcs-service-api/ubcs-workflow-api/pom.xml | 21 +++++++++++++++++++++ Source/UBCS/ubcs-service-api/pom.xml | 1 + 2 files changed, 22 insertions(+), 0 deletions(-) diff --git a/Source/UBCS/ubcs-service-api/pom.xml b/Source/UBCS/ubcs-service-api/pom.xml index 8ee821c..a9abd8a 100644 --- a/Source/UBCS/ubcs-service-api/pom.xml +++ b/Source/UBCS/ubcs-service-api/pom.xml @@ -26,6 +26,7 @@ <module>ubcs-util-api</module> <module>ubcs-ddl-api</module> <module>ubcs-webservice-api</module> + <module>ubcs-workflow-api</module> </modules> <dependencies> diff --git a/Source/UBCS/ubcs-service-api/ubcs-workflow-api/pom.xml b/Source/UBCS/ubcs-service-api/ubcs-workflow-api/pom.xml new file mode 100644 index 0000000..ab98da1 --- /dev/null +++ b/Source/UBCS/ubcs-service-api/ubcs-workflow-api/pom.xml @@ -0,0 +1,21 @@ +<?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>ubcs-service-api</artifactId> + <groupId>com.vci.ubcs</groupId> + <version>3.0.1.RELEASE</version> + </parent> + <modelVersion>4.0.0</modelVersion> + + <artifactId>ubcs-workflow-api</artifactId> + <name>${project.artifactId}</name> + <version>3.0.1.RELEASE</version> + <packaging>jar</packaging> + + <dependencies> + + </dependencies> + +</project> -- Gitblit v1.9.3