From 4d164df8477d550b6255a7c7a8d3ed4e18f48a9f Mon Sep 17 00:00:00 2001 From: zhouhao Date: Thu, 24 Jul 2025 15:00:04 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=8E=92=E9=99=A4commons-logging?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven-publish-5x.yml | 2 +- hsweb-core/pom.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven-publish-5x.yml b/.github/workflows/maven-publish-5x.yml index 45900f37c..5a67c5cf3 100644 --- a/.github/workflows/maven-publish-5x.yml +++ b/.github/workflows/maven-publish-5x.yml @@ -45,4 +45,4 @@ jobs: # Step 4: 构建并发布到 Maven 私有仓库 - name: Build and Deploy to Maven - run: mvn clean deploy -q -DskipTests -pl "$(./changes.sh)" + run: mvn clean deploy -DskipTests -pl "$(./changes.sh)" diff --git a/hsweb-core/pom.xml b/hsweb-core/pom.xml index 1d274f98a..8ce8abbb8 100644 --- a/hsweb-core/pom.xml +++ b/hsweb-core/pom.xml @@ -55,6 +55,12 @@ commons-beanutils commons-beanutils + + + commons-logging + commons-logging + +