feat(REQ-3004) - 调整应用 POM 依赖,移除无关的 jar,避免影响启动

This commit is contained in:
wangli 2024-11-21 14:56:01 +08:00
parent e07850c5d9
commit 7fa5933f96

16
pom.xml
View File

@ -110,10 +110,10 @@
<groupId>cn.axzo.attendance</groupId>
<artifactId>attendance-api</artifactId>
</exclusion>
<exclusion>
<groupId>cn.axzo.pudge</groupId>
<artifactId>pudge-core</artifactId>
</exclusion>
<!-- <exclusion>-->
<!-- <groupId>cn.axzo.pudge</groupId>-->
<!-- <artifactId>pudge-core</artifactId>-->
<!-- </exclusion>-->
</exclusions>
</dependency>
<dependency>
@ -129,10 +129,10 @@
<groupId>cn.axzo.apollo</groupId>
<artifactId>apollo-workspace-api</artifactId>
</exclusion>
<exclusion>
<groupId>cn.axzo.pudge</groupId>
<artifactId>pudge-core</artifactId>
</exclusion>
<!-- <exclusion>-->
<!-- <groupId>cn.axzo.pudge</groupId>-->
<!-- <artifactId>pudge-core</artifactId>-->
<!-- </exclusion>-->
</exclusions>
</dependency>
<dependency>