From fbbd05825360b086821660269c1f7baf12d66db2 Mon Sep 17 00:00:00 2001 From: Administrator <zhubaomin> Date: 星期六, 13 七月 2024 10:59:04 +0800 Subject: [PATCH] 2024-07-13 朱宝民 wechat、remote 动态连接两套中间件 --- pipIrr-platform/pipIrr-common/pom.xml | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git a/pipIrr-platform/pipIrr-common/pom.xml b/pipIrr-platform/pipIrr-common/pom.xml index be19e3a..cbb2762 100644 --- a/pipIrr-platform/pipIrr-common/pom.xml +++ b/pipIrr-platform/pipIrr-common/pom.xml @@ -31,7 +31,11 @@ </exclusion> </exclusions> </dependency> - + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-configuration-processor</artifactId> + <optional>true</optional> + </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> @@ -122,12 +126,6 @@ <version>2.2.2</version> </dependency> - <!-- apache httpClient --> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - <version>4.5.14</version> - </dependency> <!-- quartz --> <dependency> <groupId>org.quartz-scheduler</groupId> @@ -139,6 +137,11 @@ <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-slf4j-impl</artifactId> + <version>2.17.2</version> + </dependency> </dependencies> <build> -- Gitblit v1.8.0