mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Dev: updated to latest ormlite lib, removed workaround for dirty logs from #8373;
This commit is contained in:
parent
a480e10bd8
commit
83d44b3e66
4 changed files with 1 additions and 7 deletions
|
@ -1,2 +0,0 @@
|
|||
#workaround to remove un-wanted ormlite logs, see https://github.com/magefree/mage/issues/8373
|
||||
LogBackendType.*=ERROR
|
|
@ -1,2 +0,0 @@
|
|||
#workaround to remove un-wanted ormlite logs, see https://github.com/magefree/mage/issues/8373
|
||||
LogBackendType.*=ERROR
|
|
@ -1,2 +0,0 @@
|
|||
#workaround to remove un-wanted ormlite logs, see https://github.com/magefree/mage/issues/8373
|
||||
LogBackendType.*=ERROR
|
2
pom.xml
2
pom.xml
|
@ -170,7 +170,7 @@
|
|||
<!-- database support - ORM -->
|
||||
<groupId>com.j256.ormlite</groupId>
|
||||
<artifactId>ormlite-jdbc</artifactId>
|
||||
<version>5.6</version>
|
||||
<version>5.7</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<!-- database support - H2 db engine (main db) -->
|
||||
|
|
Loading…
Reference in a new issue