diff options
-rw-r--r-- | build.gradle | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index ee15def..620adff 100644 --- a/build.gradle +++ b/build.gradle @@ -32,8 +32,12 @@ dependencies { // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs. // You may need to force-disable transitiveness on them. implementation 'junit:junit:4.13.2' + implementation 'org.mongodb:mongodb-driver-core:4.3.1' implementation 'org.mongodb:mongodb-driver-sync:4.3.1' implementation 'org.mongodb:bson:4.3.1' + include 'org.mongodb:mongodb-driver-core:4.3.1' + include 'org.mongodb:mongodb-driver-sync:4.3.1' + include 'org.mongodb:bson:4.3.1' } processResources { |