summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2020-10-05 16:58:09 -0400
committerBen Culkin <scorpress@gmail.com>2020-10-05 16:58:09 -0400
commit27d67d6aa21ec4979701ab044383bdc09a13eb3a (patch)
treef31a42a24401157da47d8831957b3c4823dff0ec
parent542da964e24908625a7c60957c2696bb25c2f3fb (diff)
Minor updatesx
-rw-r--r--data/store.dbbin0 -> 12288 bytes
-rw-r--r--pom.xml5
2 files changed, 5 insertions, 0 deletions
diff --git a/data/store.db b/data/store.db
new file mode 100644
index 00000000..3e7cdbad
--- /dev/null
+++ b/data/store.db
Binary files differ
diff --git a/pom.xml b/pom.xml
index 8d680350..156d529f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,5 +52,10 @@
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
+ <dependency>
+ <groupId>org.xerial</groupId>
+ <artifactId>sqlite-jdbc</artifactId>
+ <version>3.32.3</version>
+ </dependency>
</dependencies>
</project>