summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 14f9b93..94abe9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,13 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
- </dependency>
+ </dependency>
+
+ <dependency>
+ <groupId>com.h2database</groupId>
+ <artifactId>h2</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -124,6 +130,13 @@
<artifactId>spring-boot-starter-logging</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.c4-soft.springaddons</groupId>
+ <artifactId>spring-addons-keycloak</artifactId>
+ <version>4.1.10</version>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
<dependencyManagement>