Skip to content

Commit

Permalink
Use the right MongoDB ClientSession interface
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Feb 14, 2024
1 parent b70ea45 commit c9aa90d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package io.quarkus.mongodb.panache.kotlin

import com.mongodb.session.ClientSession
import com.mongodb.client.ClientSession
import io.quarkus.mongodb.panache.kotlin.runtime.KotlinMongoOperations

object Panache {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package io.quarkus.mongodb.panache;

import com.mongodb.session.ClientSession;

import com.mongodb.client.ClientSession;
import io.quarkus.mongodb.panache.runtime.JavaMongoOperations;

public class Panache {
Expand Down

0 comments on commit c9aa90d

Please sign in to comment.