From 5f086bff017748a8614c0285919e7954852a9156 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期二, 11 七月 2023 20:27:16 +0800 Subject: [PATCH] pom文件修改 --- 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