Commit 60de1301 by Patryk Czarnik

POM - obsługa SQLite

parent bba0c29e
......@@ -17,5 +17,11 @@
<version>42.5.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.39.3.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment