Skip to content

Commit

Permalink
Add Kotlin driver dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
christophstrobl committed Sep 25, 2023
1 parent afab98c commit 3b6b9cf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions spring-data-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,25 @@
<version>${mongo}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-kotlin-sync</artifactId>
<version>${mongo}</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-reactivestreams</artifactId>
<version>${mongo.reactivestreams}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-kotlin-coroutine</artifactId>
<version>${mongo}</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.mongodb</groupId>
Expand Down

0 comments on commit 3b6b9cf

Please sign in to comment.