From 5e828a204ad13cb9b3427c295cbe70e285948593 Mon Sep 17 00:00:00 2001 From: Hendrik Jungnitsch <hendrik.jungnitsch@gedoplan.de> Date: Fr, 26 Aug 2022 16:11:32 +0200 Subject: [PATCH] Tests hinzugefügt --- pom.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index b84831b..a57d9e7 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,13 @@ <scope>runtime</scope> <optional>true</optional> </dependency> + + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <scope>runtime</scope> + </dependency> + <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> -- Gitblit v1.7.1