mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Reverted broken h2database dependency version (error on existed databases: Unsupported type 17)
This commit is contained in:
parent
446017b1a4
commit
27db13605e
1 changed files with 2 additions and 1 deletions
|
@ -25,9 +25,10 @@
|
|||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<!-- WARNING, do not update db engine (stable: 1.4.197) cause compatibility issues, see https://github.com/h2database/h2database/issues/2078 -->
|
||||
<groupId>com.h2database</groupId>
|
||||
<artifactId>h2</artifactId>
|
||||
<version>1.4.200</version>
|
||||
<version>1.4.197</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in a new issue