9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-31 04:46:36 +00:00

fix mongodb

This commit is contained in:
XiaoMoMi
2023-09-13 00:47:45 +08:00
parent 96c2856bc3
commit 0286893529
3 changed files with 26 additions and 16 deletions

View File

@@ -184,6 +184,8 @@ public class CustomFishingPluginImpl extends CustomFishingPlugin {
"com.google.code.gson:gson:2.10.1", libRepo,
"com.h2database:h2:2.2.220", libRepo,
"org.mongodb:mongodb-driver-sync:4.10.2", libRepo,
"org.mongodb:mongodb-driver-core:4.10.2", libRepo,
"org.mongodb:bson:4.10.2", libRepo,
"org.xerial:sqlite-jdbc:3.42.0.0", libRepo,
"dev.jorel:commandapi-bukkit-shade:9.1.0", "https://repo.maven.apache.org/maven2/"
);