replace by mongo panache

This commit is contained in:
Valentin CZERYBA 2023-01-10 21:32:22 +01:00
parent 48c535bf48
commit d0f69044c4

View File

@ -80,6 +80,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-redis-client</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-mongodb-panache</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5</artifactId>