| description = "Qi4j SQL Indexing Extension" |
| |
| jar {manifest {name = "Qi4j Extension - Indexing - SQL"}} |
| |
| dependencies { |
| |
| compile project(":org.qi4j.core:org.qi4j.core.bootstrap") |
| compile project(":org.qi4j.libraries:org.qi4j.library.sql") |
| compile project(':org.qi4j.extensions:org.qi4j.extension.reindexer') |
| 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") |
| |
| testRuntime project(":org.qi4j.core:org.qi4j.core.runtime") |
| testRuntime libraries.logback |
| testRuntime libraries.derby |
| testRuntime libraries.h2 |
| testRuntime libraries.mysql_connector |
| testRuntime libraries.postgres |
| testRuntime libraries.sqlite |
| |
| } |