feat(REQ-3004) - 调整应用 POM 依赖,移除无关的 jar,避免影响启动
This commit is contained in:
parent
7fa5933f96
commit
6fed214302
32
pom.xml
32
pom.xml
@ -97,43 +97,11 @@
|
|||||||
<groupId>cn.axzo.maokai</groupId>
|
<groupId>cn.axzo.maokai</groupId>
|
||||||
<artifactId>maokai-api</artifactId>
|
<artifactId>maokai-api</artifactId>
|
||||||
<version>${axzo-dependencies.version}</version>
|
<version>${axzo-dependencies.version}</version>
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>cn.axzo.apollo</groupId>
|
|
||||||
<artifactId>apollo-api</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>cn.axzo.apollo</groupId>
|
|
||||||
<artifactId>apollo-workspace-common</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>cn.axzo.attendance</groupId>
|
|
||||||
<artifactId>attendance-api</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<!-- <exclusion>-->
|
|
||||||
<!-- <groupId>cn.axzo.pudge</groupId>-->
|
|
||||||
<!-- <artifactId>pudge-core</artifactId>-->
|
|
||||||
<!-- </exclusion>-->
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.axzo.karma</groupId>
|
<groupId>cn.axzo.karma</groupId>
|
||||||
<artifactId>karma-api</artifactId>
|
<artifactId>karma-api</artifactId>
|
||||||
<version>${axzo-dependencies.version}</version>
|
<version>${axzo-dependencies.version}</version>
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>cn.axzo.apollo</groupId>
|
|
||||||
<artifactId>apollo-api</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>cn.axzo.apollo</groupId>
|
|
||||||
<artifactId>apollo-workspace-api</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<!-- <exclusion>-->
|
|
||||||
<!-- <groupId>cn.axzo.pudge</groupId>-->
|
|
||||||
<!-- <artifactId>pudge-core</artifactId>-->
|
|
||||||
<!-- </exclusion>-->
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>mysql</groupId>
|
<groupId>mysql</groupId>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user