From ee07d050ac5e52ded8f0de0872085ef9b00790ee Mon Sep 17 00:00:00 2001
From: fujunling <2984387807@qq.com>
Date: 星期一, 05 六月 2023 18:09:21 +0800
Subject: [PATCH] 动态表单
---
Source/UBCS/ubcs-service/ubcs-code/pom.xml | 32 ++++++++++++++++++++++++--------
1 files changed, 24 insertions(+), 8 deletions(-)
diff --git a/Source/UBCS/ubcs-service/ubcs-code/pom.xml b/Source/UBCS/ubcs-service/ubcs-code/pom.xml
index 0f0edc2..c885818 100644
--- a/Source/UBCS/ubcs-service/ubcs-code/pom.xml
+++ b/Source/UBCS/ubcs-service/ubcs-code/pom.xml
@@ -25,11 +25,6 @@
</dependency>
<dependency>
<groupId>com.vci.ubcs</groupId>
- <artifactId>ubcs-webservice</artifactId>
- <version>3.0.1.RELEASE</version>
- </dependency>
- <dependency>
- <groupId>com.vci.ubcs</groupId>
<artifactId>ubcs-ddl</artifactId>
<version>3.0.1.RELEASE</version>
</dependency>
@@ -56,14 +51,35 @@
<version>${mybatisplus.join.version}</version>
</dependency>
<dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-spring-boot-starter-jaxws</artifactId>
+ <version>3.3.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.validation</groupId>
+ <artifactId>validation-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-web</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <!--<dependency>
<groupId>com.vci.ubcs</groupId>
<artifactId>ubcs-webservice</artifactId>
<version>3.0.1.RELEASE</version>
<scope>compile</scope>
- </dependency>
-
+ </dependency>-->
</dependencies>
-
<build>
<plugins>
<plugin>
--
Gitblit v1.9.3