From c5548d598afaf3c9ae3cbff2598d1a16d9313256 Mon Sep 17 00:00:00 2001 From: Mirna Gama Date: Thu, 4 Jan 2024 12:33:14 -0300 Subject: [PATCH] [R1] H2 database for testing purpose --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 7064d98..8daf52d 100644 --- a/pom.xml +++ b/pom.xml @@ -54,6 +54,12 @@ mysql-connector-j runtime + + com.h2database + h2 + 2.1.214 + test +