From dac58bd99a94fb18a5a5b2823baf74a22f0e9b36 Mon Sep 17 00:00:00 2001 From: Valentin CZERYBA Date: Mon, 9 Jan 2023 22:49:41 +0100 Subject: [PATCH] add mongdb-client --- pom.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5232c38..41a3184 100644 --- a/pom.xml +++ b/pom.xml @@ -80,6 +80,10 @@ io.quarkus quarkus-redis-client + + io.quarkus + quarkus-mongodb-client + io.quarkus quarkus-junit5 @@ -132,7 +136,6 @@ native - native @@ -150,7 +153,6 @@ verify - ${project.build.directory}/${project.build.finalName}-runner org.jboss.logmanager.LogManager @@ -163,7 +165,7 @@ - native + native