mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Merge bcc006fd88 into 520c3a36e5
This commit is contained in:
commit
42d6a47866
1 changed files with 2 additions and 3 deletions
5
pom.xml
5
pom.xml
|
|
@ -278,14 +278,13 @@
|
|||
<!-- database support - ORM -->
|
||||
<groupId>com.j256.ormlite</groupId>
|
||||
<artifactId>ormlite-jdbc</artifactId>
|
||||
<version>5.7</version>
|
||||
<version>6.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<!-- database support - H2 db engine (main db) -->
|
||||
<!-- 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.197</version>
|
||||
<version>2.2.222</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue