Skip to content

Commit 29c73b7

Browse files
committed
Include sqlite driver for statistics
1 parent 74a118f commit 29c73b7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,10 @@
293293
<groupId>mysql</groupId>
294294
<artifactId>mysql-connector-java</artifactId>
295295
</dependency>
296+
<dependency>
297+
<groupId>org.xerial</groupId>
298+
<artifactId>sqlite-jdbc</artifactId>
299+
</dependency>
296300

297301
<dependency>
298302
<groupId>io.micrometer</groupId>

0 commit comments

Comments
 (0)