From 55bc95af0f42ed4fd1c84732f55568165f572e98 Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Thu, 5 Oct 2023 16:38:27 -0700 Subject: [PATCH] Add H2 dependency --- .../helidon/src/main/archetype/se/custom/database.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/archetypes/helidon/src/main/archetype/se/custom/database.xml b/archetypes/helidon/src/main/archetype/se/custom/database.xml index eaf4c712917..e3e087e8fb9 100644 --- a/archetypes/helidon/src/main/archetype/se/custom/database.xml +++ b/archetypes/helidon/src/main/archetype/se/custom/database.xml @@ -48,6 +48,12 @@ Instructions for H2 can be found here: https://www.h2database.com/html/cheatShee h2 + + + com.h2database + h2 + +