Strabon
changeset 1185:f7051f450747 sqlite
added xerial sqlite jdbc jar in poms
author | Dimitris Bilidas <grad0903@di.uoa.gr> |
---|---|
date | Tue Jun 04 19:04:10 2013 +0300 (2013-06-04) |
parents | c17783a59b73 |
children | 194886c8647e |
files | runtime/pom.xml sqlite/pom.xml |
line diff
1.1 --- a/runtime/pom.xml Tue Jun 04 18:40:38 2013 +0300 1.2 +++ b/runtime/pom.xml Tue Jun 04 19:04:10 2013 +0300 1.3 @@ -15,6 +15,7 @@ 1.4 <packaging>jar</packaging> 1.5 1.6 <dependencies> 1.7 + 1.8 <dependency> 1.9 <groupId>org.openrdf.sesame</groupId> 1.10 <artifactId>sesame-sail-memory</artifactId> 1.11 @@ -314,6 +315,12 @@ 1.12 <artifactId>jdbcclient</artifactId> 1.13 </dependency> 1.14 1.15 +<dependency> 1.16 + <groupId>org.xerial</groupId> 1.17 + <artifactId>sqlite-jdbc</artifactId> 1.18 + <version>3.7.17-SNAPSHOT</version> 1.19 +</dependency> 1.20 + 1.21 <!-- Geotools --> 1.22 <dependency> 1.23 <groupId>org.geotools</groupId>
2.1 --- a/sqlite/pom.xml Tue Jun 04 18:40:38 2013 +0300 2.2 +++ b/sqlite/pom.xml Tue Jun 04 19:04:10 2013 +0300 2.3 @@ -17,6 +17,12 @@ 2.4 2.5 <url>http://maven.apache.org</url> 2.6 <dependencies> 2.7 +<dependency> 2.8 + <groupId>org.xerial</groupId> 2.9 + <artifactId>sqlite-jdbc</artifactId> 2.10 + <version>3.7.17-SNAPSHOT</version> 2.11 +</dependency> 2.12 + 2.13 <dependency> 2.14 <groupId>junit</groupId> 2.15 <artifactId>junit</artifactId>