From 7bacb4be65407d9f8a6bdcd44b4192aa32de91a1 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期四, 20 七月 2023 10:06:22 +0800 Subject: [PATCH] 提交代码 --- Source/UBCS/ubcs-service/ubcs-code/pom.xml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/Source/UBCS/ubcs-service/ubcs-code/pom.xml b/Source/UBCS/ubcs-service/ubcs-code/pom.xml index 88e3563..1d3a912 100644 --- a/Source/UBCS/ubcs-service/ubcs-code/pom.xml +++ b/Source/UBCS/ubcs-service/ubcs-code/pom.xml @@ -97,7 +97,6 @@ <artifactId>DmJdbcDriver18</artifactId> <optional>true</optional> </dependency>--> - <!--axis2 begin --> <dependency> <groupId>org.apache.axis2</groupId> @@ -145,6 +144,11 @@ </dependency> <!--axis2 end --> + <dependency> + <groupId>com.vci</groupId> + <artifactId>vci-file-api</artifactId> + <version>1.0-SNAPSHOT</version> + </dependency> </dependencies> <build> -- Gitblit v1.9.3