mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-05-07 05:36:21 +08:00
refactor: 排除commons-logging依赖
This commit is contained in:
2
.github/workflows/maven-publish-5x.yml
vendored
2
.github/workflows/maven-publish-5x.yml
vendored
@@ -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)"
|
||||
|
||||
@@ -55,6 +55,12 @@
|
||||
<dependency>
|
||||
<groupId>commons-beanutils</groupId>
|
||||
<artifactId>commons-beanutils</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user