From dba22b1763bf38252f7748496233ae6f820c7d6e Mon Sep 17 00:00:00 2001
From: Simon Rettberg
Date: Tue, 18 Oct 2022 16:53:33 +0200
Subject: Switch to mariadb to fix build
Same story as tutor-module: Version range for some reson picks
a version number that doesn't exist yet, and then the build fails.
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6529187..e317c18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,9 +207,9 @@
compile
- mysql
- mysql-connector-java
- [8.0,9.0)
+ org.mariadb.jdbc
+ mariadb-java-client
+ [3.0.0,3.99.99]
compile
--
cgit v1.2.3-55-g7522