diff options
author | axtloss <axtlos@getcryst.al> | 2023-05-23 09:21:20 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2023-05-23 09:21:20 +0200 |
commit | 00b6b9f59e35d01abff7c6c4435c1ce4b30b766c (patch) | |
tree | 85be1e317ee3db834e2b5005b436d71ee08f00b9 /pom.xml | |
parent | a4fa9a8622ddf1226db706556db9e96853ea4e28 (diff) | |
download | jshipit-00b6b9f59e35d01abff7c6c4435c1ce4b30b766c.tar.gz jshipit-00b6b9f59e35d01abff7c6c4435c1ce4b30b766c.tar.bz2 |
Add stuff
Diffstat (limited to '')
-rwxr-xr-x | pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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> |