blob: 0af8204a98282efefd38ee5a6cbfe20b96489948 [file]
description = "Qi4j SQL EntityStore Extension"
jar { manifest { name = "Qi4j Extension - EntityStore - SQL" }}
dependencies {
compile project(":org.qi4j.core:org.qi4j.core.bootstrap")
compile project(":org.qi4j.libraries:org.qi4j.library.sql")
compile libraries.javaSqlGenerator
compile( libraries.javaSqlGeneratorImpl ) {
exclude group: 'junit'
}
testCompile project(":org.qi4j.core:org.qi4j.core.testsupport")
testCompile project(":org.qi4j.libraries:org.qi4j.library.sql-dbcp")
testCompile(project(":org.qi4j.extensions:org.qi4j.extension.valueserialization-orgjson"))
testCompile libraries.derby // Needed at compile time for polite test shutdown
testRuntime project(":org.qi4j.core:org.qi4j.core.runtime")
testRuntime libraries.logback
testRuntime libraries.h2
testRuntime libraries.mysql_connector
testRuntime libraries.postgres
testRuntime libraries.sqlite
}