From 0a71b2c8ea2e8ca9969111187e66260ce518b7b5 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期日, 09 十月 2022 15:02:45 +0800
Subject: [PATCH] 类型查询 部门添加修改 查询修改
---
ycl-platform/pom.xml | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/ycl-platform/pom.xml b/ycl-platform/pom.xml
index 3f73696..084ec6a 100644
--- a/ycl-platform/pom.xml
+++ b/ycl-platform/pom.xml
@@ -25,7 +25,11 @@
<artifactId>ycl-common</artifactId>
<version>1.0.0</version>
</dependency>
-
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.0.1</version>
+ </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
--
Gitblit v1.8.0