Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 6 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /