Skip to content
Snippets Groups Projects
Commit dbb571d0 authored by vforchi's avatar vforchi
Browse files

moved sqlite to runtime dependency

parent 118f357a
No related branches found
No related tags found
No related merge requests found
...@@ -14,11 +14,12 @@ dependencies { ...@@ -14,11 +14,12 @@ dependencies {
testCompile 'simple-jndi:simple-jndi:0.11.4.1' testCompile 'simple-jndi:simple-jndi:0.11.4.1'
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'
testCompile 'org.xerial:sqlite-jdbc:3.16.1'
testCompile 'com.h2database:h2:1.4.193' testCompile 'com.h2database:h2:1.4.193'
testCompile 'com.vividsolutions:jts-core:1.14.0' testCompile 'com.vividsolutions:jts-core:1.14.0'
testCompile 'org.locationtech.spatial4j:spatial4j:0.6' testCompile 'org.locationtech.spatial4j:spatial4j:0.6'
testCompile fileTree(dir: 'lib', include: 'astroh2-0.3.jar') testCompile fileTree(dir: 'lib', include: 'astroh2-0.3.jar')
testRuntime 'org.xerial:sqlite-jdbc:3.16.1'
} }
compileJava { compileJava {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment