From bc9bacebb3adb88bd0bcd5cd0c0e0ece44976414 Mon Sep 17 00:00:00 2001 From: Roman Zhuravlev Date: Sat, 20 Sep 2025 01:30:25 +0500 Subject: [PATCH] Change scope to provided for sqlite, h2, and mysql artifacts --- db/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/db/pom.xml b/db/pom.xml index 1b61707..d594c22 100644 --- a/db/pom.xml +++ b/db/pom.xml @@ -23,19 +23,19 @@ org.xerial sqlite-jdbc 3.42.0.0 - compile + provided com.h2database h2 2.2.220 - compile + provided com.mysql mysql-connector-j - 8.2.0 - compile + 9.2.0 + provided \ No newline at end of file