1
mirror of https://github.com/CarmJos/EasyConfiguration.git synced 2024-09-19 20:25:51 +00:00

build(plugin): Fixed build plugins missing.

This commit is contained in:
Carm Jos 2023-12-24 21:09:13 +08:00
parent 02d816cd8d
commit adf90a983b

View File

@ -36,16 +36,8 @@
<dependency>
<groupId>cc.carm.lib</groupId>
<artifactId>easysql-beecp</artifactId>
<artifactId>easysql-api</artifactId>
<version>0.4.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.210</version>
<scope>test</scope>
</dependency>
<dependency>