From 537954d30f284e76a567ebd92f4d501dfa5e0958 Mon Sep 17 00:00:00 2001 From: "review512jwy@163.com" <“review512jwy@163.com”> Date: Tue, 18 Nov 2025 12:25:08 +0800 Subject: [PATCH] =?UTF-8?q?inspector=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/ProjectServiceImpl.java | 1 - data-center-business-util/pom.xml | 10 +-- pom.xml | 79 +++++++++++++++---- 3 files changed, 65 insertions(+), 25 deletions(-) diff --git a/data-center-business-service/src/main/java/com/techsor/datacenter/business/service/impl/ProjectServiceImpl.java b/data-center-business-service/src/main/java/com/techsor/datacenter/business/service/impl/ProjectServiceImpl.java index 4346950..866d07b 100644 --- a/data-center-business-service/src/main/java/com/techsor/datacenter/business/service/impl/ProjectServiceImpl.java +++ b/data-center-business-service/src/main/java/com/techsor/datacenter/business/service/impl/ProjectServiceImpl.java @@ -10,7 +10,6 @@ import com.techsor.datacenter.business.model.BasicBuilding; import com.techsor.datacenter.business.model.UserOperationLogs; import com.techsor.datacenter.business.service.UserOperationLogsService; import org.apache.commons.lang3.StringUtils; -import org.apache.poi.ss.formula.functions.Odd; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.BeanUtils; diff --git a/data-center-business-util/pom.xml b/data-center-business-util/pom.xml index 72e85fc..0883470 100644 --- a/data-center-business-util/pom.xml +++ b/data-center-business-util/pom.xml @@ -27,10 +27,6 @@ - org.apache.commons - commons-lang3 - - org.apache.commons commons-pool2 @@ -66,7 +62,7 @@ com.opencsv opencsv - 5.6 + 5.12.0 @@ -91,13 +87,13 @@ org.springframework.security spring-security-oauth2-authorization-server - 1.5.1 + 1.5.3 com.nimbusds nimbus-jose-jwt - 9.37.3 + 10.6 diff --git a/pom.xml b/pom.xml index 6da677e..bb8ff0d 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ org.apache.tomcat.embed tomcat-embed-core - 10.1.39 + 10.1.49 @@ -110,7 +110,12 @@ org.springframework.integration spring-integration-mqtt - 5.3.2.RELEASE + 6.5.3 + + + org.eclipse.paho + org.eclipse.paho.client.mqttv3 + 1.2.5 @@ -122,7 +127,7 @@ org.jetbrains.kotlin kotlin-stdlib - 2.1.20 + 2.2.21 @@ -199,7 +204,7 @@ com.alibaba easyexcel - 3.1.1 + 4.0.3 org.apache.pdfbox @@ -230,11 +235,18 @@ guava 33.4.5-jre + + + + org.apache.commons + commons-lang3 + 3.20.0 + org.apache.commons commons-compress - 1.27.1 + 1.28.0 @@ -264,30 +276,30 @@ com.fasterxml.jackson.core jackson-core - 2.18.3 + 2.19.4 com.fasterxml.jackson.core jackson-databind - 2.18.3 + 2.19.4 com.fasterxml.jackson.core jackson-annotations - 2.18.3 + 2.19.4 ch.qos.logback logback-classic - 1.5.18 + 1.5.21 compile ch.qos.logback logback-core - 1.5.18 + 1.5.21 compile @@ -295,22 +307,22 @@ io.lettuce lettuce-core - 6.5.5.RELEASE + 6.8.1.RELEASE - + - + @@ -323,6 +335,39 @@ pom import + + + io.netty + netty-bom + 4.1.128.Final + pom + import + + + + org.apache.poi + poi + 5.5.0 + + + + org.apache.poi + poi-ooxml + 5.5.0 + + + + org.apache.poi + poi-ooxml-lite + 5.5.0 + + + + + org.apache.xmlbeans + xmlbeans + 5.2.0 +