Skip to content

Commit ce7f03a

Browse files
Add Kotlin driver dependency.
1 parent a1cb137 commit ce7f03a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spring-data-mongodb/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@
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>4.10.0-alpha0</version>
111+
<optional>true</optional>
112+
</dependency>
107113

108114
<dependency>
109115
<groupId>org.mongodb</groupId>

0 commit comments

Comments
 (0)