File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 104104 <version >${mongo} </version >
105105 <optional >true</optional >
106106 </dependency >
107+ <dependency >
108+ <groupId >org.mongodb</groupId >
109+ <artifactId >mongodb-driver-kotlin-sync</artifactId >
110+ <version >${mongo} </version >
111+ <optional >true</optional >
112+ </dependency >
107113
108114 <dependency >
109115 <groupId >org.mongodb</groupId >
110116 <artifactId >mongodb-driver-reactivestreams</artifactId >
111117 <version >${mongo.reactivestreams} </version >
112118 <optional >true</optional >
113119 </dependency >
120+ <dependency >
121+ <groupId >org.mongodb</groupId >
122+ <artifactId >mongodb-driver-kotlin-coroutine</artifactId >
123+ <version >${mongo} </version >
124+ <optional >true</optional >
125+ </dependency >
114126
115127 <dependency >
116128 <groupId >org.mongodb</groupId >
You can’t perform that action at this time.
0 commit comments