From dbb571d0b1bcc53799753da8c77c7ab0b11d83f9 Mon Sep 17 00:00:00 2001
From: vforchi <vforchi@eso.org>
Date: Mon, 13 Mar 2017 11:11:33 +0100
Subject: [PATCH] moved sqlite to runtime dependency

---
 build.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 2a9a41c..62dd0d8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -14,11 +14,12 @@ dependencies {
 
     testCompile 'simple-jndi:simple-jndi:0.11.4.1'
     testCompile 'junit:junit:4.12'
-    testCompile 'org.xerial:sqlite-jdbc:3.16.1'
     testCompile 'com.h2database:h2:1.4.193'
     testCompile 'com.vividsolutions:jts-core:1.14.0'
     testCompile 'org.locationtech.spatial4j:spatial4j:0.6'
     testCompile fileTree(dir: 'lib', include: 'astroh2-0.3.jar')
+
+    testRuntime 'org.xerial:sqlite-jdbc:3.16.1'
 }
 
 compileJava {
-- 
GitLab