From cc81987a7bca2742147d375d5ca00e2fe61b7030 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Milena=20=C3=9Cnal?=
<114659482+fearlessturtle@users.noreply.github.com>
Date: Mon, 15 Dec 2025 17:38:00 +0300
Subject: [PATCH] Added SQLite JDBC dependency to pom.xml
---
.idea/misc.xml | 4 ++--
pom.xml | 6 +++++-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.idea/misc.xml b/.idea/misc.xml
index a0db84a..7731818 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,7 +1,7 @@
-
+ {}
-
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index b9f7162..5bcaba1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,11 @@
javafx-fxml
21.0.6
-
+
+ org.xerial
+ sqlite-jdbc
+ 3.46.0.0
+
org.junit.jupiter
junit-jupiter-api