From 3ac8ee52eef07ff8deeea11015035ad17c4d67e8 Mon Sep 17 00:00:00 2001
From: lihang <lihang@vci-tech.com>
Date: 星期二, 13 六月 2023 17:58:37 +0800
Subject: [PATCH] 链接类型feign添加;状态池查询应用范围按钮修正;
---
Source/UBCS/ubcs-service/ubcs-code/pom.xml | 43 +++++++++++++++++++++++++++++++++++++------
1 files changed, 37 insertions(+), 6 deletions(-)
diff --git a/Source/UBCS/ubcs-service/ubcs-code/pom.xml b/Source/UBCS/ubcs-service/ubcs-code/pom.xml
index 48af8ec..65412a1 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,12 +51,48 @@
<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-user-api</artifactId>
+ <version>3.0.1.RELEASE</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.vci.ubcs</groupId>
+ <artifactId>ubcs-system-api</artifactId>
+ <version>3.0.1.RELEASE</version>
+ <scope>compile</scope>
+ </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