1
mirror of https://github.com/CarmJos/UltraDepository.git synced 2026-06-04 08:38:25 +08:00

采用 libraries 形式处理依赖

This commit is contained in:
2022-03-04 16:18:23 +08:00
parent 7f9ba1c269
commit 5b2eca9ac8
3 changed files with 7 additions and 4 deletions
+2 -3
View File
@@ -115,15 +115,14 @@
<groupId>cc.carm.lib</groupId>
<artifactId>easysql-beecp</artifactId>
<version>0.3.6</version>
<scope>compile</scope>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>cc.carm.lib</groupId>
<artifactId>githubreleases4j</artifactId>
<version>1.3.0</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>