From 8d3aa7c9cee9aec5d67238b1a79e33eb39892cda Mon Sep 17 00:00:00 2001 From: Avgustin Marinov Date: Wed, 20 Nov 2024 09:57:36 +0200 Subject: [PATCH] Add mariadb-java-client to the server images (#2086) So, they will be ready to connect to mysql Signed-off-by: Avgustin Marinov --- hawkbit-ddi/hawkbit-ddi-server/pom.xml | 9 ++++----- hawkbit-dmf/hawkbit-dmf-server/pom.xml | 4 ++++ hawkbit-mgmt/hawkbit-mgmt-server/pom.xml | 9 ++++----- hawkbit-monolith/hawkbit-update-server/pom.xml | 9 ++++----- 4 files changed, 16 insertions(+), 15 deletions(-) diff --git a/hawkbit-ddi/hawkbit-ddi-server/pom.xml b/hawkbit-ddi/hawkbit-ddi-server/pom.xml index f9bf89cc6..b0c6b8189 100644 --- a/hawkbit-ddi/hawkbit-ddi-server/pom.xml +++ b/hawkbit-ddi/hawkbit-ddi-server/pom.xml @@ -42,6 +42,10 @@ com.h2database h2 + + org.mariadb.jdbc + mariadb-java-client + com.microsoft.sqlserver mssql-jdbc @@ -58,11 +62,6 @@ ${project.version} test - - org.mariadb.jdbc - mariadb-java-client - test - diff --git a/hawkbit-dmf/hawkbit-dmf-server/pom.xml b/hawkbit-dmf/hawkbit-dmf-server/pom.xml index 3a9b34585..4613b1e2e 100644 --- a/hawkbit-dmf/hawkbit-dmf-server/pom.xml +++ b/hawkbit-dmf/hawkbit-dmf-server/pom.xml @@ -42,6 +42,10 @@ com.h2database h2 + + org.mariadb.jdbc + mariadb-java-client + com.microsoft.sqlserver mssql-jdbc diff --git a/hawkbit-mgmt/hawkbit-mgmt-server/pom.xml b/hawkbit-mgmt/hawkbit-mgmt-server/pom.xml index d02794427..e34c4591f 100644 --- a/hawkbit-mgmt/hawkbit-mgmt-server/pom.xml +++ b/hawkbit-mgmt/hawkbit-mgmt-server/pom.xml @@ -42,6 +42,10 @@ com.h2database h2 + + org.mariadb.jdbc + mariadb-java-client + com.microsoft.sqlserver mssql-jdbc @@ -58,11 +62,6 @@ ${project.version} test - - org.mariadb.jdbc - mariadb-java-client - test - diff --git a/hawkbit-monolith/hawkbit-update-server/pom.xml b/hawkbit-monolith/hawkbit-update-server/pom.xml index e9b395bd5..83ff7ca7b 100644 --- a/hawkbit-monolith/hawkbit-update-server/pom.xml +++ b/hawkbit-monolith/hawkbit-update-server/pom.xml @@ -36,6 +36,10 @@ com.h2database h2 + + org.mariadb.jdbc + mariadb-java-client + com.microsoft.sqlserver mssql-jdbc @@ -51,11 +55,6 @@ spring-security-test test - - org.mariadb.jdbc - mariadb-java-client - - org.eclipse.hawkbit hawkbit-repository-test