Skip to content

Commit

Permalink
bugfix monitoring mongodb not work in springboot3 (#1668)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZY945 committed Mar 20, 2024
1 parent ca6f555 commit 1e0f4d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,12 @@
<artifactId>mongodb-driver-sync</artifactId>
<version>${mongodb-driver.version}</version>
</dependency>

<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-core</artifactId>
<version>${mongodb-driver.version}</version>
</dependency>
<!-- clickhouse -->
<dependency>
<groupId>com.clickhouse</groupId>
Expand Down

0 comments on commit 1e0f4d9

Please sign in to comment.