From 74a9a35e776faaf1a7010490fc4c3d20129e2c82 Mon Sep 17 00:00:00 2001 From: Dennis Eisold <de@itstall.de> Date: Thu, 14 Nov 2019 12:14:37 +0100 Subject: [PATCH] =?UTF-8?q?Dependency=20f=C3=BCr=20SQLite=20hinzugef=C3=BC?= =?UTF-8?q?gt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index bc6603c..c1c60f2 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,12 @@ <artifactId>javafx-fxml</artifactId> <version>11.0.2</version> </dependency> + <!-- https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc --> + <dependency> + <groupId>org.xerial</groupId> + <artifactId>sqlite-jdbc</artifactId> + <version>3.28.0</version> + </dependency> </dependencies> <build> <plugins> -- GitLab