We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cb137 commit ce7f03aCopy full SHA for ce7f03a
spring-data-mongodb/pom.xml
@@ -104,6 +104,12 @@
104
<version>${mongo}</version>
105
<optional>true</optional>
106
</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>
113
114
<dependency>
115
<groupId>org.mongodb</groupId>
0 commit comments