diff --git a/.classpath b/.classpath index ebde5200cd34182f14340160c21c2e11362ed6ba..fd1d061a2085f8586385f17f093ffe41e6657d00 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 f0850a7ab07670a180cfcbe523f471c98abfc8ba..b5f6c9046236c4ca7295bc9f9e8106185ae8d0ad 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>