From 359f235274578d07b72e1b20e21bed517d1d420b Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 29 Dec 2024 17:11:00 +0100 Subject: [PATCH] [FEAT] add dependency with morphia (mongo db interface wrapper) --- pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pom.xml b/pom.xml index 8734350..cde3c80 100644 --- a/pom.xml +++ b/pom.xml @@ -188,6 +188,29 @@ 4.8.6 compile + + + dev.morphia.morphia + morphia-core + 2.3.0 + + + + org.mongodb + mongodb-driver-sync + 4.3.0 + + + + org.hibernate.validator + hibernate-validator + 7.0.0.Final + + + javax.validation + validation-api + 2.0.1.Final +