Skip to content
Snippets Groups Projects
Commit 44f575d0 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

#360 - Set h2 database connect to explicit version, fix database error on startup

parent e784ffbb
Branches
Tags
1 merge request!229Feature/index page
Pipeline #3058 passed
...@@ -151,6 +151,7 @@ ...@@ -151,6 +151,7 @@
<dependency> <dependency>
<groupId>com.h2database</groupId> <groupId>com.h2database</groupId>
<artifactId>h2</artifactId> <artifactId>h2</artifactId>
<version>1.4.199</version>
</dependency> </dependency>
<dependency> <dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment