File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 104
104
<version >${mongo} </version >
105
105
<optional >true</optional >
106
106
</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 >
107
113
108
114
<dependency >
109
115
<groupId >org.mongodb</groupId >
110
116
<artifactId >mongodb-driver-reactivestreams</artifactId >
111
117
<version >${mongo.reactivestreams} </version >
112
118
<optional >true</optional >
113
119
</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 >
114
126
115
127
<dependency >
116
128
<groupId >org.mongodb</groupId >
You can’t perform that action at this time.
0 commit comments