Skip to content

Commit 3b6b9cf

Browse files
Add Kotlin driver dependency.
1 parent afab98c commit 3b6b9cf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

spring-data-mongodb/pom.xml

+12
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,25 @@
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>

0 commit comments

Comments
 (0)