From 1f441c06623aeb2c75833801b2bbc192b7280531 Mon Sep 17 00:00:00 2001 From: Vilho Kivihalme <vilkiv@utu.fi> Date: Mon, 18 Feb 2019 13:27:40 +0200 Subject: [PATCH] 1.8 --- .classpath | 6 +----- pom.xml | 8 ++++++++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.classpath b/.classpath index ebde520..fd1d061 100644 --- a/.classpath +++ b/.classpath @@ -13,11 +13,7 @@ <attribute name="test" value="true"/> </attributes> </classpathentry> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"> - <attributes> - <attribute name="maven.pomderived" value="true"/> - </attributes> - </classpathentry> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> <attributes> <attribute name="maven.pomderived" value="true"/> diff --git a/pom.xml b/pom.xml index f0850a7..b5f6c90 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,14 @@ <scope>test</scope> </dependency> + <!-- https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc --> + <dependency> + <groupId>org.xerial</groupId> + <artifactId>sqlite-jdbc</artifactId> + <version>3.25.2</version> + </dependency> + + <!-- https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc --> </dependencies> -- GitLab