From 5d36fb95427eeb9da852833bef0bee68d5f2c64a Mon Sep 17 00:00:00 2001 From: michael dudley Date: Wed, 2 Sep 2026 10:21:36 -0500 Subject: [PATCH 1/2] updated sqlite to run on M series macs and cleaned up .idea churn --- .gitignore | 12 +++++++---- .idea/compiler.xml | 16 -------------- .idea/misc.xml | 13 ------------ .idea/modules.xml | 8 ------- .idea/vcs.xml | 6 ------ JSquire.iml | 53 ---------------------------------------------- pom.xml | 7 +++++- 7 files changed, 14 insertions(+), 101 deletions(-) delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 JSquire.iml diff --git a/.gitignore b/.gitignore index d146eac..4852894 100644 --- a/.gitignore +++ b/.gitignore @@ -35,10 +35,10 @@ # 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 +*.iml # *.ipr # CMake @@ -77,9 +77,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 +89,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 From 4e67e32a6a084232ff6a172a52eb67da3ea22128 Mon Sep 17 00:00:00 2001 From: michael dudley Date: Wed, 2 Sep 2026 13:24:46 -0500 Subject: [PATCH 2/2] remove duplicate --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4852894..9f44012 100644 --- a/.gitignore +++ b/.gitignore @@ -38,7 +38,6 @@ .idea/modules.xml # .idea/*.iml # .idea/modules -*.iml # *.ipr # CMake