diff options
author | Vitaly Takmazov | 2023-01-06 17:06:43 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-07 04:04:26 +0300 |
commit | c5e6a65323a7558ca0322ec810a9dff847968730 (patch) | |
tree | 037ff0ac5a2eb8224c3c5bc440484ffcef1cd0e9 /pom.xml | |
parent | 02e31496ee0ff099dd2a0fe0b1754acee6f2263a (diff) |
Initial SQLite schema (work in progress)
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -281,6 +281,11 @@ <type>pom</type> <scope>runtime</scope> </dependency> + <dependency> + <groupId>org.xerial</groupId> + <artifactId>sqlite-jdbc</artifactId> + <version>3.40.0.0</version> + </dependency> <dependency> <groupId>org.flywaydb</groupId> <artifactId>flyway-mysql</artifactId> |