diff options
author | Keuin <[email protected]> | 2023-10-21 14:42:37 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2023-10-21 14:42:37 +0800 |
commit | bdd01d2a7e8fe4f322dad674966730a8538c4171 (patch) | |
tree | 371f7fd3dac256c5e0deb87f2827a8073f7f0bbf /build.gradle | |
parent | ef573d007ac15c80561da6cee7033bda5778f590 (diff) |
write to ClickHouse
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle index 620adff..ed90ed7 100644 --- a/build.gradle +++ b/build.gradle @@ -32,12 +32,7 @@ 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' + modImplementation 'com.clickhouse:clickhouse-http-client:0.5.0' } processResources { |