aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authoraxtloss <axtlos@getcryst.al>2023-05-23 09:21:20 +0200
committeraxtloss <axtlos@getcryst.al>2023-05-23 09:21:20 +0200
commit00b6b9f59e35d01abff7c6c4435c1ce4b30b766c (patch)
tree85be1e317ee3db834e2b5005b436d71ee08f00b9 /pom.xml
parenta4fa9a8622ddf1226db706556db9e96853ea4e28 (diff)
downloadjshipit-00b6b9f59e35d01abff7c6c4435c1ce4b30b766c.tar.gz
jshipit-00b6b9f59e35d01abff7c6c4435c1ce4b30b766c.tar.bz2
Add stuff
Diffstat (limited to '')
-rwxr-xr-xpom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index cb57fe8..9cf798b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,11 @@
<artifactId>progressbar</artifactId>
<version>0.9.5</version>
</dependency>
-
+ <dependency>
+ <groupId>org.xerial</groupId>
+ <artifactId>sqlite-jdbc</artifactId>
+ <version>3.42.0.0</version>
+ </dependency>
</dependencies>
<build>