diff --git a/.gitignore b/.gitignore
index d146eac..9f44012 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,10 +35,9 @@
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
-# .idea/modules.xml
+.idea/modules.xml
# .idea/*.iml
# .idea/modules
-# *.iml
# *.ipr
# CMake
@@ -77,9 +76,9 @@ fabric.properties
### Intellij Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
-# *.iml
+*.iml
# modules.xml
-# .idea/misc.xml
+.idea/misc.xml
# *.ipr
# Sonarlint plugin
@@ -89,3 +88,7 @@ fabric.properties
target/
# End of https://www.gitignore.io/api/intellij
+
+.idea/jarRepositories.xml
+.idea/vcs.xml
+.idea/compiler.xml
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
deleted file mode 100644
index 50ec592..0000000
--- a/.idea/compiler.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100644
index 2e289ef..0000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 37e3d7d..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 94a25f7..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/JSquire.iml b/JSquire.iml
deleted file mode 100644
index c3b5d8a..0000000
--- a/JSquire.iml
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index c69650e..b2d2e1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,12 @@
org.xerial
sqlite-jdbc
- 3.28.0
+ 3.45.1.0
+
+
+ org.slf4j
+ slf4j-nop
+ 1.7.36
\ No newline at end of file