Fix middleware tests with HSQLDB #814

This commit is contained in:
Yuriy Artamonov 2018-06-05 17:48:37 +04:00
parent 85dc99be43
commit 3fdeb8962c

View File

@ -424,6 +424,7 @@ configure(coreModule) {
jdbc(bom['org.hsqldb:hsqldb'])
testCompile(coreTestsModule)
testCompile(bom['org.hsqldb:hsqldb'])
}
entitiesEnhancing {