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

修复打包无法下载到easysql的问题

This commit is contained in:
2021-12-15 20:00:34 +08:00
parent f988566296
commit 67e30857d7
+7
View File
@@ -123,6 +123,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>cc.carm.lib</groupId>
<artifactId>easysql-parent</artifactId>
<version>0.2.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>