Revert adding mariadb (#2087)

* Revert "Add mariadb-java-client to the server images (#2086)"

This reverts commit 8d3aa7c9ce.

* Revert adding mariadb as runtime dependency - resticted license

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>

---------

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2024-11-20 15:52:01 +02:00
committed by GitHub
parent 8d3aa7c9ce
commit 9bce89fcb8
4 changed files with 15 additions and 16 deletions

View File

@@ -36,10 +36,6 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency> <!-- if run against mysql with jdbc:mysql schema -->
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
</dependency>
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
@@ -55,6 +51,11 @@
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-repository-test</artifactId>