From d97fedd09ef0d768fe97f803b6568dbb96f74071 Mon Sep 17 00:00:00 2001 From: yuxc <653031404@qq.com> Date: 星期四, 15 六月 2023 11:09:59 +0800 Subject: [PATCH] 1、主要完成密级服务的编写 --- Source/UBCS/ubcs-service-api/ubcs-omd-api/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Source/UBCS/ubcs-service-api/ubcs-omd-api/pom.xml b/Source/UBCS/ubcs-service-api/ubcs-omd-api/pom.xml index 69dc113..d44c9e9 100644 --- a/Source/UBCS/ubcs-service-api/ubcs-omd-api/pom.xml +++ b/Source/UBCS/ubcs-service-api/ubcs-omd-api/pom.xml @@ -20,6 +20,12 @@ <artifactId>ubcs-util-api</artifactId> <version>3.0.1.RELEASE</version> </dependency> + <dependency> + <groupId>com.vci.ubcs</groupId> + <artifactId>ubcs-user-api</artifactId> + <version>3.0.1.RELEASE</version> + <scope>compile</scope> + </dependency> </dependencies> </project> -- Gitblit v1.9.3