From e1357ea1af1a473dc9fa93be458fd1578885630c Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期二, 05 十二月 2023 17:29:52 +0800
Subject: [PATCH] 1、用户增加所属片区外键ID; 2、修改重置密码的方法名;
---
pipIrr-platform/pipIrr-common/pom.xml | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/pipIrr-platform/pipIrr-common/pom.xml b/pipIrr-platform/pipIrr-common/pom.xml
index 893e832..2b86036 100644
--- a/pipIrr-platform/pipIrr-common/pom.xml
+++ b/pipIrr-platform/pipIrr-common/pom.xml
@@ -56,6 +56,12 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>*</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- api鍦ㄧ嚎鏂囨。 https://springdoc.org/#modules-->
@@ -115,6 +121,20 @@
<artifactId>mina-core</artifactId>
<version>2.2.2</version>
</dependency>
+
+ <!-- apache httpClient -->
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.5.14</version>
+ </dependency>
+ <!-- apache poi -->
+ <dependency>
+ <groupId>org.apache.poi</groupId>
+ <artifactId>poi</artifactId>
+ <version>3.14</version>
+ </dependency>
+
<!-- quartz -->
<dependency>
<groupId>org.quartz-scheduler</groupId>
--
Gitblit v1.8.0