.
This commit is contained in:
parent
af296638fd
commit
07fa0efab7
5 changed files with 107 additions and 12 deletions
|
|
@ -29,8 +29,8 @@ subprojects {
|
|||
// https://mvnrepository.com/artifact/com.google.guava/guava
|
||||
implementation("com.google.guava:guava:33.5.0-jre")
|
||||
|
||||
// https://www.mongodb.com/docs/drivers/java/sync/current/get-started/
|
||||
implementation(platform("org.mongodb:mongodb-driver-bom:5.6.3"))
|
||||
implementation("org.mongodb:mongodb-driver-sync")
|
||||
// https://www.mongodb.com/docs/languages/java/reactive-streams-driver/current/get-started/download-and-install/
|
||||
implementation(platform("org.mongodb:mongodb-driver-bom:5.6.1"))
|
||||
implementation("org.mongodb:mongodb-driver-reactivestreams")
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue