summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2022-10-18 16:53:33 +0200
committerSimon Rettberg2022-10-18 16:53:33 +0200
commitdba22b1763bf38252f7748496233ae6f820c7d6e (patch)
tree08f234aad140655b3d186113f825f0a84deda043
parentpom.xml: Use https for mltk-services repo (diff)
downloadmasterserver-dba22b1763bf38252f7748496233ae6f820c7d6e.tar.gz
masterserver-dba22b1763bf38252f7748496233ae6f820c7d6e.tar.xz
masterserver-dba22b1763bf38252f7748496233ae6f820c7d6e.zip
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.
-rw-r--r--pom.xml6
1 files 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 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <version>[8.0,9.0)</version>
+ <groupId>org.mariadb.jdbc</groupId>
+ <artifactId>mariadb-java-client</artifactId>
+ <version>[3.0.0,3.99.99]</version>
<scope>compile</scope>
</dependency>
<dependency>